52385 lines
4.0 MiB
52385 lines
4.0 MiB
// 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 "Kismet/KismetMathLibrary.h"
|
|
#include "Curves/CurveFloat.h"
|
|
#include "Engine/NetSerialization.h"
|
|
#include "UObject/Class.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeKismetMathLibrary() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
COREUOBJECT_API UEnum* Z_Construct_UEnum_CoreUObject_EAxis();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBox();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBox2D();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBoxSphereBounds();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FColor();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDateTime();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameRate();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntPoint();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntVector();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntVector2();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FMatrix();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FOrientedBox();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FPlane();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQualifiedFrameTime();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQuat();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRandomStream();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRotator();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTimespan();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector4();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
|
|
ENGINE_API UClass* Z_Construct_UClass_UKismetMathLibrary();
|
|
ENGINE_API UClass* Z_Construct_UClass_UKismetMathLibrary_NoRegister();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EEasingFunc();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_ELerpInterpolationMode();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EMatrixColumns();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FFloatSpringState();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FQuaternionSpringState();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FRuntimeFloatCurve();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FVector_NetQuantize();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FVector_NetQuantize10();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FVector_NetQuantize100();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FVector_NetQuantizeNormal();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FVectorSpringState();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EEasingFunc ***************************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EEasingFunc;
|
|
static UEnum* EEasingFunc_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EEasingFunc.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EEasingFunc.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EEasingFunc, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EEasingFunc"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EEasingFunc.OuterSingleton;
|
|
}
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EEasingFunc::Type>()
|
|
{
|
|
return EEasingFunc_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_Engine_EEasingFunc_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "CircularIn.Comment", "/** Easing is based on a half circle. */" },
|
|
{ "CircularIn.Name", "EEasingFunc::CircularIn" },
|
|
{ "CircularIn.ToolTip", "Easing is based on a half circle." },
|
|
{ "CircularInOut.Comment", "/** Easing is based on two half circles. */" },
|
|
{ "CircularInOut.Name", "EEasingFunc::CircularInOut" },
|
|
{ "CircularInOut.ToolTip", "Easing is based on two half circles." },
|
|
{ "CircularOut.Comment", "/** Easing is based on an inverted half circle. */" },
|
|
{ "CircularOut.Name", "EEasingFunc::CircularOut" },
|
|
{ "CircularOut.ToolTip", "Easing is based on an inverted half circle." },
|
|
{ "Comment", "/** Provides different easing functions that can be used in blueprints */" },
|
|
{ "EaseIn.Comment", "/** Smoothly accelerates, but does not decelerate into the target. Ease amount controlled by BlendExp. */" },
|
|
{ "EaseIn.Name", "EEasingFunc::EaseIn" },
|
|
{ "EaseIn.ToolTip", "Smoothly accelerates, but does not decelerate into the target. Ease amount controlled by BlendExp." },
|
|
{ "EaseInOut.Comment", "/** Smoothly accelerates and decelerates. Ease amount controlled by BlendExp. */" },
|
|
{ "EaseInOut.Name", "EEasingFunc::EaseInOut" },
|
|
{ "EaseInOut.ToolTip", "Smoothly accelerates and decelerates. Ease amount controlled by BlendExp." },
|
|
{ "EaseOut.Comment", "/** Immediately accelerates, but smoothly decelerates into the target. Ease amount controlled by BlendExp. */" },
|
|
{ "EaseOut.Name", "EEasingFunc::EaseOut" },
|
|
{ "EaseOut.ToolTip", "Immediately accelerates, but smoothly decelerates into the target. Ease amount controlled by BlendExp." },
|
|
{ "ExpoIn.Comment", "/** Easing in using an exponential */" },
|
|
{ "ExpoIn.Name", "EEasingFunc::ExpoIn" },
|
|
{ "ExpoIn.ToolTip", "Easing in using an exponential" },
|
|
{ "ExpoInOut.Comment", "/** Easing in/out using an exponential method */" },
|
|
{ "ExpoInOut.Name", "EEasingFunc::ExpoInOut" },
|
|
{ "ExpoInOut.ToolTip", "Easing in/out using an exponential method" },
|
|
{ "ExpoOut.Comment", "/** Easing out using an exponential */" },
|
|
{ "ExpoOut.Name", "EEasingFunc::ExpoOut" },
|
|
{ "ExpoOut.ToolTip", "Easing out using an exponential" },
|
|
{ "Linear.Comment", "/** Simple linear interpolation. */" },
|
|
{ "Linear.Name", "EEasingFunc::Linear" },
|
|
{ "Linear.ToolTip", "Simple linear interpolation." },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "SinusoidalIn.Comment", "/** Sinusoidal in interpolation. */" },
|
|
{ "SinusoidalIn.Name", "EEasingFunc::SinusoidalIn" },
|
|
{ "SinusoidalIn.ToolTip", "Sinusoidal in interpolation." },
|
|
{ "SinusoidalInOut.Comment", "/** Sinusoidal in/out interpolation. */" },
|
|
{ "SinusoidalInOut.Name", "EEasingFunc::SinusoidalInOut" },
|
|
{ "SinusoidalInOut.ToolTip", "Sinusoidal in/out interpolation." },
|
|
{ "SinusoidalOut.Comment", "/** Sinusoidal out interpolation. */" },
|
|
{ "SinusoidalOut.Name", "EEasingFunc::SinusoidalOut" },
|
|
{ "SinusoidalOut.ToolTip", "Sinusoidal out interpolation." },
|
|
{ "Step.Comment", "/** Simple step interpolation. */" },
|
|
{ "Step.Name", "EEasingFunc::Step" },
|
|
{ "Step.ToolTip", "Simple step interpolation." },
|
|
{ "ToolTip", "Provides different easing functions that can be used in blueprints" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EEasingFunc::Linear", (int64)EEasingFunc::Linear },
|
|
{ "EEasingFunc::Step", (int64)EEasingFunc::Step },
|
|
{ "EEasingFunc::SinusoidalIn", (int64)EEasingFunc::SinusoidalIn },
|
|
{ "EEasingFunc::SinusoidalOut", (int64)EEasingFunc::SinusoidalOut },
|
|
{ "EEasingFunc::SinusoidalInOut", (int64)EEasingFunc::SinusoidalInOut },
|
|
{ "EEasingFunc::EaseIn", (int64)EEasingFunc::EaseIn },
|
|
{ "EEasingFunc::EaseOut", (int64)EEasingFunc::EaseOut },
|
|
{ "EEasingFunc::EaseInOut", (int64)EEasingFunc::EaseInOut },
|
|
{ "EEasingFunc::ExpoIn", (int64)EEasingFunc::ExpoIn },
|
|
{ "EEasingFunc::ExpoOut", (int64)EEasingFunc::ExpoOut },
|
|
{ "EEasingFunc::ExpoInOut", (int64)EEasingFunc::ExpoInOut },
|
|
{ "EEasingFunc::CircularIn", (int64)EEasingFunc::CircularIn },
|
|
{ "EEasingFunc::CircularOut", (int64)EEasingFunc::CircularOut },
|
|
{ "EEasingFunc::CircularInOut", (int64)EEasingFunc::CircularInOut },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_Engine_EEasingFunc_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EEasingFunc_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
"EEasingFunc",
|
|
"EEasingFunc::Type",
|
|
Z_Construct_UEnum_Engine_EEasingFunc_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EEasingFunc_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::Namespaced,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EEasingFunc_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EEasingFunc_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_Engine_EEasingFunc()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EEasingFunc.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EEasingFunc.InnerSingleton, Z_Construct_UEnum_Engine_EEasingFunc_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EEasingFunc.InnerSingleton;
|
|
}
|
|
// ********** End Enum EEasingFunc *****************************************************************
|
|
|
|
// ********** Begin Enum ELerpInterpolationMode ****************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ELerpInterpolationMode;
|
|
static UEnum* ELerpInterpolationMode_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ELerpInterpolationMode.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_ELerpInterpolationMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_ELerpInterpolationMode, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ELerpInterpolationMode"));
|
|
}
|
|
return Z_Registration_Info_UEnum_ELerpInterpolationMode.OuterSingleton;
|
|
}
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<ELerpInterpolationMode::Type>()
|
|
{
|
|
return ELerpInterpolationMode_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_Engine_ELerpInterpolationMode_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/** Different methods for interpolating rotation between transforms */" },
|
|
{ "DualQuatInterp.Comment", "/** Dual quaternion interpolation, follows helix or screw-motion path between keyframes. */" },
|
|
{ "DualQuatInterp.Name", "ELerpInterpolationMode::DualQuatInterp" },
|
|
{ "DualQuatInterp.ToolTip", "Dual quaternion interpolation, follows helix or screw-motion path between keyframes." },
|
|
{ "EulerInterp.Comment", "/** Rotor or Euler Angle interpolation. */" },
|
|
{ "EulerInterp.Name", "ELerpInterpolationMode::EulerInterp" },
|
|
{ "EulerInterp.ToolTip", "Rotor or Euler Angle interpolation." },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "QuatInterp.Comment", "/** Shortest Path or Quaternion interpolation for the rotation. */" },
|
|
{ "QuatInterp.Name", "ELerpInterpolationMode::QuatInterp" },
|
|
{ "QuatInterp.ToolTip", "Shortest Path or Quaternion interpolation for the rotation." },
|
|
{ "ToolTip", "Different methods for interpolating rotation between transforms" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "ELerpInterpolationMode::QuatInterp", (int64)ELerpInterpolationMode::QuatInterp },
|
|
{ "ELerpInterpolationMode::EulerInterp", (int64)ELerpInterpolationMode::EulerInterp },
|
|
{ "ELerpInterpolationMode::DualQuatInterp", (int64)ELerpInterpolationMode::DualQuatInterp },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_Engine_ELerpInterpolationMode_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_ELerpInterpolationMode_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
"ELerpInterpolationMode",
|
|
"ELerpInterpolationMode::Type",
|
|
Z_Construct_UEnum_Engine_ELerpInterpolationMode_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ELerpInterpolationMode_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::Namespaced,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ELerpInterpolationMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_ELerpInterpolationMode_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_Engine_ELerpInterpolationMode()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ELerpInterpolationMode.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ELerpInterpolationMode.InnerSingleton, Z_Construct_UEnum_Engine_ELerpInterpolationMode_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_ELerpInterpolationMode.InnerSingleton;
|
|
}
|
|
// ********** End Enum ELerpInterpolationMode ******************************************************
|
|
|
|
// ********** Begin Enum EMatrixColumns ************************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EMatrixColumns;
|
|
static UEnum* EMatrixColumns_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EMatrixColumns.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EMatrixColumns.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EMatrixColumns, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EMatrixColumns"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EMatrixColumns.OuterSingleton;
|
|
}
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EMatrixColumns::Type>()
|
|
{
|
|
return EMatrixColumns_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_Engine_EMatrixColumns_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/** Possible columns for an FMatrix */" },
|
|
{ "First.Comment", "/** First Column. */" },
|
|
{ "First.Name", "EMatrixColumns::First" },
|
|
{ "First.ToolTip", "First Column." },
|
|
{ "Fourth.Comment", "/** Fourth Column. */" },
|
|
{ "Fourth.Name", "EMatrixColumns::Fourth" },
|
|
{ "Fourth.ToolTip", "Fourth Column." },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "Second.Comment", "/** Second Column. */" },
|
|
{ "Second.Name", "EMatrixColumns::Second" },
|
|
{ "Second.ToolTip", "Second Column." },
|
|
{ "Third.Comment", "/** Third Column. */" },
|
|
{ "Third.Name", "EMatrixColumns::Third" },
|
|
{ "Third.ToolTip", "Third Column." },
|
|
{ "ToolTip", "Possible columns for an FMatrix" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EMatrixColumns::First", (int64)EMatrixColumns::First },
|
|
{ "EMatrixColumns::Second", (int64)EMatrixColumns::Second },
|
|
{ "EMatrixColumns::Third", (int64)EMatrixColumns::Third },
|
|
{ "EMatrixColumns::Fourth", (int64)EMatrixColumns::Fourth },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_Engine_EMatrixColumns_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EMatrixColumns_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
"EMatrixColumns",
|
|
"EMatrixColumns::Type",
|
|
Z_Construct_UEnum_Engine_EMatrixColumns_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EMatrixColumns_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::Namespaced,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EMatrixColumns_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EMatrixColumns_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_Engine_EMatrixColumns()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EMatrixColumns.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EMatrixColumns.InnerSingleton, Z_Construct_UEnum_Engine_EMatrixColumns_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EMatrixColumns.InnerSingleton;
|
|
}
|
|
// ********** End Enum EMatrixColumns **************************************************************
|
|
|
|
// ********** Begin ScriptStruct FFloatSpringState *************************************************
|
|
struct Z_Construct_UScriptStruct_FFloatSpringState_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FFloatSpringState); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FFloatSpringState); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FFloatSpringState constinit property declarations *****************
|
|
// ********** End ScriptStruct FFloatSpringState constinit property declarations *******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFloatSpringState>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FFloatSpringState_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FFloatSpringState;
|
|
class UScriptStruct* FFloatSpringState::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FFloatSpringState.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FFloatSpringState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFloatSpringState, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("FloatSpringState"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FFloatSpringState.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFloatSpringState_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"FloatSpringState",
|
|
nullptr,
|
|
0,
|
|
sizeof(FFloatSpringState),
|
|
alignof(FFloatSpringState),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFloatSpringState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFloatSpringState_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FFloatSpringState()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FFloatSpringState.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FFloatSpringState.InnerSingleton, Z_Construct_UScriptStruct_FFloatSpringState_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FFloatSpringState.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FFloatSpringState ***************************************************
|
|
|
|
// ********** Begin ScriptStruct FVectorSpringState ************************************************
|
|
struct Z_Construct_UScriptStruct_FVectorSpringState_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FVectorSpringState); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FVectorSpringState); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FVectorSpringState constinit property declarations ****************
|
|
// ********** End ScriptStruct FVectorSpringState constinit property declarations ******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FVectorSpringState>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FVectorSpringState_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FVectorSpringState;
|
|
class UScriptStruct* FVectorSpringState::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FVectorSpringState.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FVectorSpringState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FVectorSpringState, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("VectorSpringState"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FVectorSpringState.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FVectorSpringState_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"VectorSpringState",
|
|
nullptr,
|
|
0,
|
|
sizeof(FVectorSpringState),
|
|
alignof(FVectorSpringState),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FVectorSpringState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FVectorSpringState_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FVectorSpringState()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FVectorSpringState.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FVectorSpringState.InnerSingleton, Z_Construct_UScriptStruct_FVectorSpringState_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FVectorSpringState.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FVectorSpringState **************************************************
|
|
|
|
// ********** Begin ScriptStruct FQuaternionSpringState ********************************************
|
|
struct Z_Construct_UScriptStruct_FQuaternionSpringState_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FQuaternionSpringState); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FQuaternionSpringState); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FQuaternionSpringState constinit property declarations ************
|
|
// ********** End ScriptStruct FQuaternionSpringState constinit property declarations **************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FQuaternionSpringState>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FQuaternionSpringState_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FQuaternionSpringState;
|
|
class UScriptStruct* FQuaternionSpringState::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FQuaternionSpringState.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FQuaternionSpringState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FQuaternionSpringState, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("QuaternionSpringState"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FQuaternionSpringState.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FQuaternionSpringState_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"QuaternionSpringState",
|
|
nullptr,
|
|
0,
|
|
sizeof(FQuaternionSpringState),
|
|
alignof(FQuaternionSpringState),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FQuaternionSpringState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FQuaternionSpringState_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FQuaternionSpringState()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FQuaternionSpringState.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FQuaternionSpringState.InnerSingleton, Z_Construct_UScriptStruct_FQuaternionSpringState_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FQuaternionSpringState.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FQuaternionSpringState **********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Abs ******************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAbs_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns the absolute (positive) value of A */" },
|
|
{ "CompactNodeTitle", "ABS" },
|
|
{ "DisplayName", "Absolute (Float)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the absolute (positive) value of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Abs constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Abs constinit property declarations *************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Abs Property Definitions **********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAbs_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAbs_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::PropPointers) < 2048);
|
|
// ********** End Function Abs Property Definitions ************************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Abs", Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::KismetMathLibrary_eventAbs_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::KismetMathLibrary_eventAbs_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Abs()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Abs_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAbs)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Abs(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Abs ********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Abs_Int **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAbs_Int_Parms
|
|
{
|
|
int32 A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns the absolute (positive) value of A */" },
|
|
{ "CompactNodeTitle", "ABS" },
|
|
{ "DisplayName", "Absolute (Integer)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the absolute (positive) value of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Abs_Int constinit property declarations *******************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Abs_Int constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Abs_Int Property Definitions ******************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAbs_Int_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAbs_Int_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::PropPointers) < 2048);
|
|
// ********** End Function Abs_Int Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Abs_Int", Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::KismetMathLibrary_eventAbs_Int_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::KismetMathLibrary_eventAbs_Int_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Abs_Int()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Abs_Int_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAbs_Int)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Abs_Int(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Abs_Int ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Abs_Int64 ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAbs_Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns the absolute (positive) value of A */" },
|
|
{ "CompactNodeTitle", "ABS" },
|
|
{ "DisplayName", "Absolute (Integer64)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the absolute (positive) value of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Abs_Int64 constinit property declarations *****************************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Abs_Int64 constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Abs_Int64 Property Definitions ****************************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAbs_Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAbs_Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Abs_Int64 Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Abs_Int64", Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::KismetMathLibrary_eventAbs_Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::KismetMathLibrary_eventAbs_Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAbs_Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Abs_Int64(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Abs_Int64 **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Acos *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAcos_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the inverse cosine (arccos) of A (result is in Radians) */" },
|
|
{ "CompactNodeTitle", "ACOS" },
|
|
{ "DisplayName", "Acos (Radians)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the inverse cosine (arccos) of A (result is in Radians)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Acos constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Acos constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Acos Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAcos_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAcos_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::PropPointers) < 2048);
|
|
// ********** End Function Acos Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Acos", Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::KismetMathLibrary_eventAcos_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::KismetMathLibrary_eventAcos_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Acos()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Acos_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAcos)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Acos(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Acos *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_ByteByte *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Addition (A + B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "Byte + Byte" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Addition (A + B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_ByteByte constinit property declarations **************************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_ByteByte constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_ByteByte Property Definitions *************************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_ByteByte_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_ByteByte Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::KismetMathLibrary_eventAdd_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::KismetMathLibrary_eventAdd_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::Add_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_ByteByte ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_DateTimeDateTime *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_DateTimeDateTime_Parms
|
|
{
|
|
FDateTime A;
|
|
FDateTime B;
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Addition (A + B) */" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "DateTime + DateTime" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Addition (A + B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_DateTimeDateTime constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_DateTimeDateTime constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_DateTimeDateTime Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_DateTimeDateTime_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_DateTimeDateTime_Parms, B), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_DateTimeDateTime_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_DateTimeDateTime Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_DateTimeDateTime", Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::KismetMathLibrary_eventAdd_DateTimeDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::KismetMathLibrary_eventAdd_DateTimeDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_DateTimeDateTime)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FDateTime,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::Add_DateTimeDateTime(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_DateTimeDateTime ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_DateTimeTimespan *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_DateTimeTimespan_Parms
|
|
{
|
|
FDateTime A;
|
|
FTimespan B;
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Addition (A + B) */" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "DateTime + Timespan" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Addition (A + B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_DateTimeTimespan constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_DateTimeTimespan constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_DateTimeTimespan Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_DateTimeTimespan_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_DateTimeTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_DateTimeTimespan_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_DateTimeTimespan Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_DateTimeTimespan", Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::KismetMathLibrary_eventAdd_DateTimeTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::KismetMathLibrary_eventAdd_DateTimeTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_DateTimeTimespan)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::Add_DateTimeTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_DateTimeTimespan ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_DoubleDouble *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Addition (A + B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "CPP_Default_B", "1.000000" },
|
|
{ "DisplayName", "float + float" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Addition (A + B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_DoubleDouble constinit property declarations **********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_DoubleDouble constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_DoubleDouble Property Definitions *********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_DoubleDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_DoubleDouble Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::KismetMathLibrary_eventAdd_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::KismetMathLibrary_eventAdd_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Add_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_DoubleDouble *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_Int64Int64 *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Addition (A + B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "integer64 + integer64" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Addition (A + B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_Int64Int64 constinit property declarations ************************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_Int64Int64 constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_Int64Int64 Property Definitions ***********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Int64Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_Int64Int64 Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::KismetMathLibrary_eventAdd_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::KismetMathLibrary_eventAdd_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Add_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_Int64Int64 *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_IntInt ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Addition (A + B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "int + int" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Addition (A + B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_IntInt constinit property declarations ****************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_IntInt constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_IntInt Property Definitions ***************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_IntInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_IntInt Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_IntInt", Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::KismetMathLibrary_eventAdd_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::KismetMathLibrary_eventAdd_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Add_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_IntInt *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_IntPointInt ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_IntPointInt_Parms
|
|
{
|
|
FIntPoint A;
|
|
int32 B;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Addition (A - B) */" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "IntPoint + Integer" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "AddInt" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
{ "ToolTip", "Addition (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_IntPointInt constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_IntPointInt constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_IntPointInt Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_IntPointInt_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_IntPointInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_IntPointInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_IntPointInt Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_IntPointInt", Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::KismetMathLibrary_eventAdd_IntPointInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::KismetMathLibrary_eventAdd_IntPointInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_IntPointInt)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Add_IntPointInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_IntPointInt ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_IntPointIntPoint *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_IntPointIntPoint_Parms
|
|
{
|
|
FIntPoint A;
|
|
FIntPoint B;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Returns IntPoint A added by B */" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "IntPoint + IntPoint" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Add" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
{ "ToolTip", "Returns IntPoint A added by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_IntPointIntPoint constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_IntPointIntPoint constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_IntPointIntPoint Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_IntPointIntPoint_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_IntPointIntPoint_Parms, B), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_IntPointIntPoint_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_IntPointIntPoint Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_IntPointIntPoint", Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::KismetMathLibrary_eventAdd_IntPointIntPoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::KismetMathLibrary_eventAdd_IntPointIntPoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_IntPointIntPoint)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_STRUCT(FIntPoint,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Add_IntPointIntPoint(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_IntPointIntPoint ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_LinearColorLinearColor *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_LinearColorLinearColor_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Element-wise addition of two linear colors (R+R, G+G, B+B, A+A) */" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "LinearColor + LinearColor" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Add" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
{ "ToolTip", "Element-wise addition of two linear colors (R+R, G+G, B+B, A+A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_LinearColorLinearColor constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_LinearColorLinearColor constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_LinearColorLinearColor Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_LinearColorLinearColor_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_LinearColorLinearColor_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_LinearColorLinearColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_LinearColorLinearColor Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_LinearColorLinearColor", Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::KismetMathLibrary_eventAdd_LinearColorLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::KismetMathLibrary_eventAdd_LinearColorLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_LinearColorLinearColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::Add_LinearColorLinearColor(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_LinearColorLinearColor *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_MatrixMatrix *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventAdd_MatrixMatrix_Parms
|
|
{
|
|
FMatrix A;
|
|
FMatrix B;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * Gets the result of adding a matrix to this.\n\x09 *\n\x09 * @param Other The Matrix to add.\n\x09 * @return The result of addition.\n\x09 */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "Matrix + Matrix" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Add" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
{ "ToolTip", "Gets the result of adding a matrix to this.\n\n@param Other The Matrix to add.\n@return The result of addition." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_MatrixMatrix constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_MatrixMatrix constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_MatrixMatrix Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_MatrixMatrix_Parms, A), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_MatrixMatrix_Parms, B), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_MatrixMatrix_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_MatrixMatrix Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_MatrixMatrix", Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::KismetMathLibrary_eventAdd_MatrixMatrix_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::KismetMathLibrary_eventAdd_MatrixMatrix_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_MatrixMatrix)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Add_MatrixMatrix(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_MatrixMatrix *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_QuatQuat *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_QuatQuat_Parms
|
|
{
|
|
FQuat A;
|
|
FQuat B;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Returns addition of Vector A and Vector B (A + B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "Quat + Quat" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Add" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
{ "ToolTip", "Returns addition of Vector A and Vector B (A + B)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_QuatQuat constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_QuatQuat constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_QuatQuat Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_QuatQuat_Parms, A), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_QuatQuat_Parms, B), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_QuatQuat_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_QuatQuat Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_QuatQuat", Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::KismetMathLibrary_eventAdd_QuatQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::KismetMathLibrary_eventAdd_QuatQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_QuatQuat)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Add_QuatQuat(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_QuatQuat ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_TimespanTimespan *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_TimespanTimespan_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan B;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Addition (A + B) */" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "Timespan + Timespan" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Addition (A + B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_TimespanTimespan constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_TimespanTimespan constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_TimespanTimespan Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_TimespanTimespan_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_TimespanTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_TimespanTimespan_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_TimespanTimespan Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_TimespanTimespan", Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::KismetMathLibrary_eventAdd_TimespanTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::KismetMathLibrary_eventAdd_TimespanTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_TimespanTimespan)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::Add_TimespanTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_TimespanTimespan ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_Vector2DFloat ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_Vector2DFloat_Parms
|
|
{
|
|
FVector2D A;
|
|
double B;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns Vector A added by B */" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "vector2d + float" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "AddFloat" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
{ "ToolTip", "Returns Vector A added by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_Vector2DFloat constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_Vector2DFloat constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_Vector2DFloat Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Vector2DFloat_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Vector2DFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Vector2DFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_Vector2DFloat Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_Vector2DFloat", Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::KismetMathLibrary_eventAdd_Vector2DFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::KismetMathLibrary_eventAdd_Vector2DFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_Vector2DFloat)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Add_Vector2DFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_Vector2DFloat ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_Vector2DVector2D *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_Vector2DVector2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns addition of Vector A and Vector B (A + B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "vector2d + vector2d" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Add" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
{ "ToolTip", "Returns addition of Vector A and Vector B (A + B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_Vector2DVector2D constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_Vector2DVector2D constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_Vector2DVector2D Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Vector2DVector2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Vector2DVector2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Vector2DVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_Vector2DVector2D Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_Vector2DVector2D", Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::KismetMathLibrary_eventAdd_Vector2DVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::KismetMathLibrary_eventAdd_Vector2DVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_Vector2DVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Add_Vector2DVector2D(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_Vector2DVector2D ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_Vector4Vector4 ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_Vector4Vector4_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns addition of Vector A and Vector B (A + B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "Vector4 + Vector4" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Add" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
{ "ToolTip", "Returns addition of Vector A and Vector B (A + B)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_Vector4Vector4 constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_Vector4Vector4 constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_Vector4Vector4 Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Vector4Vector4_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Vector4Vector4_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_Vector4Vector4_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_Vector4Vector4 Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_Vector4Vector4", Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::KismetMathLibrary_eventAdd_Vector4Vector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::KismetMathLibrary_eventAdd_Vector4Vector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_Vector4Vector4)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Add_Vector4Vector4(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_Vector4Vector4 *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_VectorFloat ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_VectorFloat_Parms
|
|
{
|
|
FVector A;
|
|
double B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Adds a float to each component of a vector */" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "vector + float" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "AddFloat" },
|
|
{ "ToolTip", "Adds a float to each component of a vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_VectorFloat constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_VectorFloat constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_VectorFloat Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_VectorFloat_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_VectorFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_VectorFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_VectorFloat Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_VectorFloat", Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::KismetMathLibrary_eventAdd_VectorFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::KismetMathLibrary_eventAdd_VectorFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_VectorFloat)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Add_VectorFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_VectorFloat ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_VectorInt ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_VectorInt_Parms
|
|
{
|
|
FVector A;
|
|
int32 B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Adds an integer to each component of a vector */" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "vector + integer" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "AddInt" },
|
|
{ "ToolTip", "Adds an integer to each component of a vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_VectorInt constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_VectorInt constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_VectorInt Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_VectorInt_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_VectorInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_VectorInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_VectorInt Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_VectorInt", Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::KismetMathLibrary_eventAdd_VectorInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::KismetMathLibrary_eventAdd_VectorInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_VectorInt)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Add_VectorInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_VectorInt **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Add_VectorVector *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAdd_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Vector addition */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "+" },
|
|
{ "DisplayName", "vector + vector" },
|
|
{ "Keywords", "+ add plus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Add" },
|
|
{ "ScriptOperator", "+;+=" },
|
|
{ "ToolTip", "Vector addition" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Add_VectorVector constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Add_VectorVector constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Add_VectorVector Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAdd_VectorVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Add_VectorVector Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Add_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::KismetMathLibrary_eventAdd_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::KismetMathLibrary_eventAdd_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAdd_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Add_VectorVector(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Add_VectorVector *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function And_Int64Int64 *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAnd_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Bitwise AND (A & B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "&" },
|
|
{ "DisplayName", "Bitwise AND" },
|
|
{ "Keywords", "& and" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Bitwise AND (A & B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function And_Int64Int64 constinit property declarations ************************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function And_Int64Int64 constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function And_Int64Int64 Property Definitions ***********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAnd_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAnd_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAnd_Int64Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function And_Int64Int64 Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "And_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::KismetMathLibrary_eventAnd_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::KismetMathLibrary_eventAnd_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAnd_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::And_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function And_Int64Int64 *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function And_IntInt ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAnd_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Bitwise AND (A & B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "&" },
|
|
{ "DisplayName", "Bitwise AND" },
|
|
{ "Keywords", "& and" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Bitwise AND (A & B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function And_IntInt constinit property declarations ****************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function And_IntInt constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function And_IntInt Property Definitions ***************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAnd_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAnd_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAnd_IntInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function And_IntInt Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "And_IntInt", Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::KismetMathLibrary_eventAnd_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::KismetMathLibrary_eventAnd_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_And_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_And_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAnd_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::And_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function And_IntInt *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Asin *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAsin_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the inverse sine (arcsin) of A (result is in Radians) */" },
|
|
{ "CompactNodeTitle", "ASIN" },
|
|
{ "DisplayName", "Asin (Radians)" },
|
|
{ "Keywords", "sine" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the inverse sine (arcsin) of A (result is in Radians)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Asin constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Asin constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Asin Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAsin_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAsin_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::PropPointers) < 2048);
|
|
// ********** End Function Asin Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Asin", Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::KismetMathLibrary_eventAsin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::KismetMathLibrary_eventAsin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Asin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Asin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAsin)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Asin(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Asin *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Atan *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAtan_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the inverse tan (atan) (result is in Radians)*/" },
|
|
{ "DisplayName", "Atan (Radians)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the inverse tan (atan) (result is in Radians)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Atan constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Atan constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Atan Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAtan_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAtan_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::PropPointers) < 2048);
|
|
// ********** End Function Atan Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Atan", Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::KismetMathLibrary_eventAtan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::KismetMathLibrary_eventAtan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Atan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Atan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAtan)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Atan(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Atan *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Atan2 ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAtan2_Parms
|
|
{
|
|
double Y;
|
|
double X;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the inverse tan (atan2) of A/B (result is in Radians)*/" },
|
|
{ "DisplayName", "Atan2 (Radians)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the inverse tan (atan2) of A/B (result is in Radians)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Atan2 constinit property declarations *********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Atan2 constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Atan2 Property Definitions ********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAtan2_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAtan2_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAtan2_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::PropPointers) < 2048);
|
|
// ********** End Function Atan2 Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Atan2", Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::KismetMathLibrary_eventAtan2_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::KismetMathLibrary_eventAtan2_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Atan2()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Atan2_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAtan2)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Atan2(Z_Param_Y,Z_Param_X);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Atan2 ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function AverageOfIntArray ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics
|
|
{
|
|
struct KismetMathLibrary_eventAverageOfIntArray_Parms
|
|
{
|
|
TArray<int32> IntArray;
|
|
float AverageValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns average of all array entries. Returns value of 0 if the supplied array is empty. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns average of all array entries. Returns value of 0 if the supplied array is empty." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntArray_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function AverageOfIntArray constinit property declarations *********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IntArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_IntArray;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_AverageValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function AverageOfIntArray constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function AverageOfIntArray Property Definitions ********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::NewProp_IntArray_Inner = { "IntArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::NewProp_IntArray = { "IntArray", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAverageOfIntArray_Parms, IntArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntArray_MetaData), NewProp_IntArray_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::NewProp_AverageValue = { "AverageValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventAverageOfIntArray_Parms, AverageValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::NewProp_IntArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::NewProp_IntArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::NewProp_AverageValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::PropPointers) < 2048);
|
|
// ********** End Function AverageOfIntArray Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "AverageOfIntArray", Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::KismetMathLibrary_eventAverageOfIntArray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::KismetMathLibrary_eventAverageOfIntArray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execAverageOfIntArray)
|
|
{
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_IntArray);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_AverageValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::AverageOfIntArray(Z_Param_Out_IntArray,Z_Param_Out_AverageValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function AverageOfIntArray ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BMax *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBMax_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns the maximum value of A and B */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "MAX" },
|
|
{ "DisplayName", "Max (Byte)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the maximum value of A and B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BMax constinit property declarations **********************************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BMax constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BMax Property Definitions *********************************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBMax_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBMax_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBMax_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::PropPointers) < 2048);
|
|
// ********** End Function BMax Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BMax", Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::KismetMathLibrary_eventBMax_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::KismetMathLibrary_eventBMax_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BMax()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BMax_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBMax)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::BMax(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BMax *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BMin *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBMin_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns the minimum value of A and B */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "MIN" },
|
|
{ "DisplayName", "Min (Byte)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the minimum value of A and B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BMin constinit property declarations **********************************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BMin constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BMin Property Definitions *********************************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBMin_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBMin_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBMin_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::PropPointers) < 2048);
|
|
// ********** End Function BMin Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BMin", Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::KismetMathLibrary_eventBMin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::KismetMathLibrary_eventBMin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BMin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BMin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBMin)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::BMin(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BMin *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BooleanAND ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBooleanAND_Parms
|
|
{
|
|
bool A;
|
|
bool B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Boolean" },
|
|
{ "Comment", "/** Returns the logical AND of two values (A AND B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "AND" },
|
|
{ "DisplayName", "AND Boolean" },
|
|
{ "Keywords", "& and" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the logical AND of two values (A AND B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BooleanAND constinit property declarations ****************************
|
|
static void NewProp_A_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_A;
|
|
static void NewProp_B_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BooleanAND constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BooleanAND Property Definitions ***************************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_A_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanAND_Parms*)Obj)->A = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanAND_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_A_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_B_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanAND_Parms*)Obj)->B = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanAND_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_B_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanAND_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_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(KismetMathLibrary_eventBooleanAND_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::PropPointers) < 2048);
|
|
// ********** End Function BooleanAND Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BooleanAND", Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::KismetMathLibrary_eventBooleanAND_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::KismetMathLibrary_eventBooleanAND_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BooleanAND()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BooleanAND_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBooleanAND)
|
|
{
|
|
P_GET_UBOOL(Z_Param_A);
|
|
P_GET_UBOOL(Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::BooleanAND(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BooleanAND *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BooleanNAND **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBooleanNAND_Parms
|
|
{
|
|
bool A;
|
|
bool B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Boolean" },
|
|
{ "Comment", "/** Returns the logical NAND of two values (A AND B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "NAND" },
|
|
{ "DisplayName", "NAND Boolean" },
|
|
{ "Keywords", "!& nand" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the logical NAND of two values (A AND B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BooleanNAND constinit property declarations ***************************
|
|
static void NewProp_A_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_A;
|
|
static void NewProp_B_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BooleanNAND constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BooleanNAND Property Definitions **************************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_A_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanNAND_Parms*)Obj)->A = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanNAND_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_A_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_B_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanNAND_Parms*)Obj)->B = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanNAND_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_B_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanNAND_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_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(KismetMathLibrary_eventBooleanNAND_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::PropPointers) < 2048);
|
|
// ********** End Function BooleanNAND Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BooleanNAND", Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::KismetMathLibrary_eventBooleanNAND_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::KismetMathLibrary_eventBooleanNAND_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBooleanNAND)
|
|
{
|
|
P_GET_UBOOL(Z_Param_A);
|
|
P_GET_UBOOL(Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::BooleanNAND(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BooleanNAND ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BooleanNOR ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBooleanNOR_Parms
|
|
{
|
|
bool A;
|
|
bool B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Boolean" },
|
|
{ "Comment", "/** Returns the logical Not OR of two values (A NOR B) */" },
|
|
{ "CompactNodeTitle", "NOR" },
|
|
{ "DisplayName", "NOR Boolean" },
|
|
{ "Keywords", "!^ nor" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the logical Not OR of two values (A NOR B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BooleanNOR constinit property declarations ****************************
|
|
static void NewProp_A_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_A;
|
|
static void NewProp_B_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BooleanNOR constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BooleanNOR Property Definitions ***************************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_A_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanNOR_Parms*)Obj)->A = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanNOR_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_A_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_B_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanNOR_Parms*)Obj)->B = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanNOR_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_B_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanNOR_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_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(KismetMathLibrary_eventBooleanNOR_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::PropPointers) < 2048);
|
|
// ********** End Function BooleanNOR Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BooleanNOR", Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::KismetMathLibrary_eventBooleanNOR_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::KismetMathLibrary_eventBooleanNOR_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBooleanNOR)
|
|
{
|
|
P_GET_UBOOL(Z_Param_A);
|
|
P_GET_UBOOL(Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::BooleanNOR(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BooleanNOR *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BooleanOR ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBooleanOR_Parms
|
|
{
|
|
bool A;
|
|
bool B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Boolean" },
|
|
{ "Comment", "/** Returns the logical OR of two values (A OR B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "OR" },
|
|
{ "DisplayName", "OR Boolean" },
|
|
{ "Keywords", "| or" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the logical OR of two values (A OR B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BooleanOR constinit property declarations *****************************
|
|
static void NewProp_A_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_A;
|
|
static void NewProp_B_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BooleanOR constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BooleanOR Property Definitions ****************************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_A_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanOR_Parms*)Obj)->A = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanOR_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_A_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_B_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanOR_Parms*)Obj)->B = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanOR_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_B_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanOR_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_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(KismetMathLibrary_eventBooleanOR_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::PropPointers) < 2048);
|
|
// ********** End Function BooleanOR Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BooleanOR", Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::KismetMathLibrary_eventBooleanOR_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::KismetMathLibrary_eventBooleanOR_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BooleanOR()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BooleanOR_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBooleanOR)
|
|
{
|
|
P_GET_UBOOL(Z_Param_A);
|
|
P_GET_UBOOL(Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::BooleanOR(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BooleanOR **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BooleanXOR ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBooleanXOR_Parms
|
|
{
|
|
bool A;
|
|
bool B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Boolean" },
|
|
{ "Comment", "/** Returns the logical eXclusive OR of two values (A XOR B) */" },
|
|
{ "CompactNodeTitle", "XOR" },
|
|
{ "DisplayName", "XOR Boolean" },
|
|
{ "Keywords", "^ xor" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the logical eXclusive OR of two values (A XOR B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BooleanXOR constinit property declarations ****************************
|
|
static void NewProp_A_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_A;
|
|
static void NewProp_B_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BooleanXOR constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BooleanXOR Property Definitions ***************************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_A_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanXOR_Parms*)Obj)->A = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanXOR_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_A_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_B_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanXOR_Parms*)Obj)->B = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventBooleanXOR_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_B_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBooleanXOR_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_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(KismetMathLibrary_eventBooleanXOR_Parms), &Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::PropPointers) < 2048);
|
|
// ********** End Function BooleanXOR Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BooleanXOR", Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::KismetMathLibrary_eventBooleanXOR_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::KismetMathLibrary_eventBooleanXOR_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBooleanXOR)
|
|
{
|
|
P_GET_UBOOL(Z_Param_A);
|
|
P_GET_UBOOL(Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::BooleanXOR(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BooleanXOR *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Box_ExpandBy *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBox_ExpandBy_Parms
|
|
{
|
|
FBox Box;
|
|
FVector Negative;
|
|
FVector Positive;
|
|
FBox ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box" },
|
|
{ "Comment", "/**\n\x09* Returns a box of increased size.\n\x09*\n\x09* @param Negative The size to increase the volume by in the negative direction (positive values move the bounds outwards)\n\x09* @param Positive The size to increase the volume by in the positive direction (positive values move the bounds outwards)\n\x09* @return A new bounding box.\n\x09*/" },
|
|
{ "DisplayName", "Expand By (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns a box of increased size.\n\n@param Negative The size to increase the volume by in the negative direction (positive values move the bounds outwards)\n@param Positive The size to increase the volume by in the positive direction (positive values move the bounds outwards)\n@return A new bounding box." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Negative_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Positive_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Box_ExpandBy constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Negative;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Positive;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Box_ExpandBy constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Box_ExpandBy Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_ExpandBy_Parms, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::NewProp_Negative = { "Negative", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_ExpandBy_Parms, Negative), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Negative_MetaData), NewProp_Negative_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::NewProp_Positive = { "Positive", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_ExpandBy_Parms, Positive), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Positive_MetaData), NewProp_Positive_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_ExpandBy_Parms, ReturnValue), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::NewProp_Box,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::NewProp_Negative,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::NewProp_Positive,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::PropPointers) < 2048);
|
|
// ********** End Function Box_ExpandBy Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Box_ExpandBy", Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::KismetMathLibrary_eventBox_ExpandBy_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::KismetMathLibrary_eventBox_ExpandBy_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBox_ExpandBy)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_Box);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Negative);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Positive);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FBox*)Z_Param__Result=UKismetMathLibrary::Box_ExpandBy(Z_Param_Out_Box,Z_Param_Out_Negative,Z_Param_Out_Positive);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Box_ExpandBy ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Box_GetClosestPointTo ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBox_GetClosestPointTo_Parms
|
|
{
|
|
FBox Box;
|
|
FVector Point;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box" },
|
|
{ "Comment", "/**\n\x09 * Calculates the closest point on or inside the box to a given point in space.\n\x09 *\n\x09 * @param Box\x09The box to check if the point is inside of\n\x09 * @param Point\x09The point in space\n\x09 * @return The closest point on or inside the box.\n\x09 */" },
|
|
{ "DisplayName", "GetClosestPointTo (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Calculates the closest point on or inside the box to a given point in space.\n\n@param Box The box to check if the point is inside of\n@param Point The point in space\n@return The closest point on or inside the box." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Point_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Box_GetClosestPointTo constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Box_GetClosestPointTo constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Box_GetClosestPointTo Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_GetClosestPointTo_Parms, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_GetClosestPointTo_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Point_MetaData), NewProp_Point_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_GetClosestPointTo_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::NewProp_Box,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::PropPointers) < 2048);
|
|
// ********** End Function Box_GetClosestPointTo Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Box_GetClosestPointTo", Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::KismetMathLibrary_eventBox_GetClosestPointTo_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::KismetMathLibrary_eventBox_GetClosestPointTo_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBox_GetClosestPointTo)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_Box);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Point);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Box_GetClosestPointTo(Z_Param_Out_Box,Z_Param_Out_Point);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Box_GetClosestPointTo **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Box_Intersects *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBox_Intersects_Parms
|
|
{
|
|
FBox A;
|
|
FBox B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box" },
|
|
{ "Comment", "/**\n\x09 * Checks whether the given bounding box A intersects this bounding box B.\n\x09 *\n\x09 * @param A The bounding box to check intersection against\n\x09 * @param B The bounding box to intersect with.\n\x09 * \n\x09 * @return true if the boxes intersect, false otherwise.\n\x09 *\n\x09 * @note This function assumes boxes have closed bounds, i.e. boxes with\n\x09 * coincident borders on any edge will overlap.\n\x09 */" },
|
|
{ "DisplayName", "Intersects (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Checks whether the given bounding box A intersects this bounding box B.\n\n@param A The bounding box to check intersection against\n@param B The bounding box to intersect with.\n\n@return true if the boxes intersect, false otherwise.\n\n@note This function assumes boxes have closed bounds, i.e. boxes with\n coincident borders on any edge will overlap." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Box_Intersects constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Box_Intersects constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Box_Intersects Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_Intersects_Parms, A), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_Intersects_Parms, B), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBox_Intersects_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_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(KismetMathLibrary_eventBox_Intersects_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::PropPointers) < 2048);
|
|
// ********** End Function Box_Intersects Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Box_Intersects", Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::KismetMathLibrary_eventBox_Intersects_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::KismetMathLibrary_eventBox_Intersects_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBox_Intersects)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Box_Intersects(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Box_Intersects *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Box_IsInside *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBox_IsInside_Parms
|
|
{
|
|
FBox InnerTest;
|
|
FBox OuterTest;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box" },
|
|
{ "Comment", "/**\n\x09 * Returns true if the InnerTest Box is is completely inside of the OuterTest Box\n\x09 * \n\x09 * @param InnerTest\x09\x09The box to check if it is on the inside\n\x09 * @param OuterTest\x09\x09The box to check if InnerTest is within.\n\x09 * \n\x09 * @return True if InnerTest Box is is completely inside of OuterTest Box\n\x09 */" },
|
|
{ "DisplayName", "Is Inside (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if the InnerTest Box is is completely inside of the OuterTest Box\n\n@param InnerTest The box to check if it is on the inside\n@param OuterTest The box to check if InnerTest is within.\n\n@return True if InnerTest Box is is completely inside of OuterTest Box" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InnerTest_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OuterTest_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Box_IsInside constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InnerTest;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OuterTest;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Box_IsInside constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Box_IsInside Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::NewProp_InnerTest = { "InnerTest", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_IsInside_Parms, InnerTest), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InnerTest_MetaData), NewProp_InnerTest_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::NewProp_OuterTest = { "OuterTest", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_IsInside_Parms, OuterTest), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OuterTest_MetaData), NewProp_OuterTest_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBox_IsInside_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_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(KismetMathLibrary_eventBox_IsInside_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::NewProp_InnerTest,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::NewProp_OuterTest,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::PropPointers) < 2048);
|
|
// ********** End Function Box_IsInside Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Box_IsInside", Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::KismetMathLibrary_eventBox_IsInside_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::KismetMathLibrary_eventBox_IsInside_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBox_IsInside)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_InnerTest);
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_OuterTest);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Box_IsInside(Z_Param_Out_InnerTest,Z_Param_Out_OuterTest);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Box_IsInside ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Box_IsInsideOrOn *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBox_IsInsideOrOn_Parms
|
|
{
|
|
FBox InnerTest;
|
|
FBox OuterTest;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box" },
|
|
{ "Comment", "/**\n\x09 * Returns true if the InnerTest Box is is completely inside or on OuterTest Box\n\x09 * \n\x09 * @param InnerTest\x09\x09The box to check if it is on the inside\n\x09 * @param OuterTest\x09\x09The box to check if InnerTest is within or on.\n\x09 * \n\x09 * @return True if InnerTest Box is is completely inside of or on OuterTest Box\n\x09 */" },
|
|
{ "DisplayName", "Is Inside Or On (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if the InnerTest Box is is completely inside or on OuterTest Box\n\n@param InnerTest The box to check if it is on the inside\n@param OuterTest The box to check if InnerTest is within or on.\n\n@return True if InnerTest Box is is completely inside of or on OuterTest Box" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InnerTest_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OuterTest_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Box_IsInsideOrOn constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InnerTest;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OuterTest;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Box_IsInsideOrOn constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Box_IsInsideOrOn Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::NewProp_InnerTest = { "InnerTest", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_IsInsideOrOn_Parms, InnerTest), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InnerTest_MetaData), NewProp_InnerTest_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::NewProp_OuterTest = { "OuterTest", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_IsInsideOrOn_Parms, OuterTest), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OuterTest_MetaData), NewProp_OuterTest_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBox_IsInsideOrOn_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_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(KismetMathLibrary_eventBox_IsInsideOrOn_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::NewProp_InnerTest,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::NewProp_OuterTest,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::PropPointers) < 2048);
|
|
// ********** End Function Box_IsInsideOrOn Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Box_IsInsideOrOn", Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::KismetMathLibrary_eventBox_IsInsideOrOn_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::KismetMathLibrary_eventBox_IsInsideOrOn_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBox_IsInsideOrOn)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_InnerTest);
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_OuterTest);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Box_IsInsideOrOn(Z_Param_Out_InnerTest,Z_Param_Out_OuterTest);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Box_IsInsideOrOn *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Box_IsPointInside ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBox_IsPointInside_Parms
|
|
{
|
|
FBox Box;
|
|
FVector Point;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box" },
|
|
{ "Comment", "/** \n\x09 * Checks whether the given location is inside this box.\n\x09 *\n\x09 * @param Box\x09The box to test\n\x09 * @param Point The location to test for inside the bounding volume.\n\x09 * @return true if location is inside this volume.\n\x09 *\n\x09 * @note This function assumes boxes have open bounds, i.e. points lying on the border of the box are not inside.\n\x09 * Use IsPointInBox_Box to include borders in the test.\n\x09 */" },
|
|
{ "DisplayName", "Is Vector Inside (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Checks whether the given location is inside this box.\n\n@param Box The box to test\n@param Point The location to test for inside the bounding volume.\n@return true if location is inside this volume.\n\n@note This function assumes boxes have open bounds, i.e. points lying on the border of the box are not inside.\n Use IsPointInBox_Box to include borders in the test." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Point_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Box_IsPointInside constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Box_IsPointInside constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Box_IsPointInside Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_IsPointInside_Parms, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_IsPointInside_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Point_MetaData), NewProp_Point_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventBox_IsPointInside_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_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(KismetMathLibrary_eventBox_IsPointInside_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::NewProp_Box,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::PropPointers) < 2048);
|
|
// ********** End Function Box_IsPointInside Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Box_IsPointInside", Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::KismetMathLibrary_eventBox_IsPointInside_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::KismetMathLibrary_eventBox_IsPointInside_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBox_IsPointInside)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_Box);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Point);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Box_IsPointInside(Z_Param_Out_Box,Z_Param_Out_Point);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Box_IsPointInside ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Box_Overlap **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBox_Overlap_Parms
|
|
{
|
|
FBox A;
|
|
FBox B;
|
|
FBox ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box" },
|
|
{ "Comment", "/**\n\x09 * Returns the overlap TBox<T> of two boxes\n\x09 *\n\x09 * @param A\x09\x09The bounding box to test\n\x09 * @param B\x09\x09The bounding box to test overlap against\n\x09 * \n\x09 * @return the overlap box. It can be 0 if they don't overlap\n\x09 */" },
|
|
{ "DisplayName", "Overlap (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the overlap TBox<T> of two boxes\n\n@param A The bounding box to test\n@param B The bounding box to test overlap against\n\n@return the overlap box. It can be 0 if they don't overlap" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Box_Overlap constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Box_Overlap constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Box_Overlap Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_Overlap_Parms, A), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_Overlap_Parms, B), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBox_Overlap_Parms, ReturnValue), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::PropPointers) < 2048);
|
|
// ********** End Function Box_Overlap Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Box_Overlap", Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::KismetMathLibrary_eventBox_Overlap_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::KismetMathLibrary_eventBox_Overlap_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBox_Overlap)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FBox*)Z_Param__Result=UKismetMathLibrary::Box_Overlap(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Box_Overlap ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakBoxSphereBounds *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakBoxSphereBounds_Parms
|
|
{
|
|
FBoxSphereBounds InBoxSphereBounds;
|
|
FVector Origin;
|
|
FVector BoxExtent;
|
|
float SphereRadius;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|BoxSphereBounds" },
|
|
{ "Comment", "/** Breaks an FBoxSphereBounds into origin, extent, and radius */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks an FBoxSphereBounds into origin, extent, and radius" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBoxSphereBounds_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakBoxSphereBounds constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InBoxSphereBounds;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Origin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxExtent;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SphereRadius;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakBoxSphereBounds constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakBoxSphereBounds Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::NewProp_InBoxSphereBounds = { "InBoxSphereBounds", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakBoxSphereBounds_Parms, InBoxSphereBounds), Z_Construct_UScriptStruct_FBoxSphereBounds, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBoxSphereBounds_MetaData), NewProp_InBoxSphereBounds_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::NewProp_Origin = { "Origin", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakBoxSphereBounds_Parms, Origin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::NewProp_BoxExtent = { "BoxExtent", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakBoxSphereBounds_Parms, BoxExtent), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::NewProp_SphereRadius = { "SphereRadius", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakBoxSphereBounds_Parms, SphereRadius), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::NewProp_InBoxSphereBounds,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::NewProp_Origin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::NewProp_BoxExtent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::NewProp_SphereRadius,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakBoxSphereBounds Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakBoxSphereBounds", Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::KismetMathLibrary_eventBreakBoxSphereBounds_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::KismetMathLibrary_eventBreakBoxSphereBounds_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakBoxSphereBounds)
|
|
{
|
|
P_GET_STRUCT_REF(FBoxSphereBounds,Z_Param_Out_InBoxSphereBounds);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Origin);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_BoxExtent);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_SphereRadius);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakBoxSphereBounds(Z_Param_Out_InBoxSphereBounds,Z_Param_Out_Origin,Z_Param_Out_BoxExtent,Z_Param_Out_SphereRadius);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakBoxSphereBounds ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakColor ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakColor_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
float R;
|
|
float G;
|
|
float B;
|
|
float A;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Breaks apart a color into individual RGB components (as well as alpha) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Breaks apart a color into individual RGB components (as well as alpha)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakColor constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_R;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_G;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakColor constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakColor Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakColor_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_R = { "R", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakColor_Parms, R), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_G = { "G", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakColor_Parms, G), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakColor_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakColor_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_R,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_G,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::NewProp_A,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakColor Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakColor", Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::KismetMathLibrary_eventBreakColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::KismetMathLibrary_eventBreakColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_R);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_G);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_B);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakColor(Z_Param_InColor,Z_Param_Out_R,Z_Param_Out_G,Z_Param_Out_B,Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakColor *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakDateTime ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakDateTime_Parms
|
|
{
|
|
FDateTime InDateTime;
|
|
int32 Year;
|
|
int32 Month;
|
|
int32 Day;
|
|
int32 Hour;
|
|
int32 Minute;
|
|
int32 Second;
|
|
int32 Millisecond;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "AdvancedDisplay", "4" },
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Breaks a DateTime into its components */" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks a DateTime into its components" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakDateTime constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDateTime;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Year;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Month;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Day;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Hour;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Minute;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Second;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Millisecond;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakDateTime constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakDateTime Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_InDateTime = { "InDateTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakDateTime_Parms, InDateTime), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Year = { "Year", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakDateTime_Parms, Year), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Month = { "Month", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakDateTime_Parms, Month), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Day = { "Day", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakDateTime_Parms, Day), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Hour = { "Hour", nullptr, (EPropertyFlags)0x0010040000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakDateTime_Parms, Hour), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Minute = { "Minute", nullptr, (EPropertyFlags)0x0010040000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakDateTime_Parms, Minute), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Second = { "Second", nullptr, (EPropertyFlags)0x0010040000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakDateTime_Parms, Second), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Millisecond = { "Millisecond", nullptr, (EPropertyFlags)0x0010040000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakDateTime_Parms, Millisecond), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_InDateTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Year,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Month,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Day,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Hour,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Minute,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Second,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::NewProp_Millisecond,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakDateTime Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakDateTime", Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::KismetMathLibrary_eventBreakDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::KismetMathLibrary_eventBreakDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakDateTime)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_InDateTime);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Year);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Month);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Day);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Hour);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Minute);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Second);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Millisecond);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakDateTime(Z_Param_InDateTime,Z_Param_Out_Year,Z_Param_Out_Month,Z_Param_Out_Day,Z_Param_Out_Hour,Z_Param_Out_Minute,Z_Param_Out_Second,Z_Param_Out_Millisecond);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakDateTime **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakFrameRate *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics
|
|
{
|
|
struct FFrameRate
|
|
{
|
|
int32 Numerator;
|
|
int32 Denominator;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventBreakFrameRate_Parms
|
|
{
|
|
FFrameRate InFrameRate;
|
|
int32 Numerator;
|
|
int32 Denominator;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|Time Management" },
|
|
{ "Comment", "/** Breaks a FFrameRate into a numerator and denominator. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks a FFrameRate into a numerator and denominator." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InFrameRate_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakFrameRate constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InFrameRate;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Numerator;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Denominator;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakFrameRate constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakFrameRate Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::NewProp_InFrameRate = { "InFrameRate", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakFrameRate_Parms, InFrameRate), Z_Construct_UScriptStruct_FFrameRate, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InFrameRate_MetaData), NewProp_InFrameRate_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::NewProp_Numerator = { "Numerator", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakFrameRate_Parms, Numerator), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::NewProp_Denominator = { "Denominator", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakFrameRate_Parms, Denominator), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::NewProp_InFrameRate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::NewProp_Numerator,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::NewProp_Denominator,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakFrameRate Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakFrameRate", Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::KismetMathLibrary_eventBreakFrameRate_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::KismetMathLibrary_eventBreakFrameRate_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakFrameRate)
|
|
{
|
|
P_GET_STRUCT_REF(FFrameRate,Z_Param_Out_InFrameRate);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Numerator);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Denominator);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakFrameRate(Z_Param_Out_InFrameRate,Z_Param_Out_Numerator,Z_Param_Out_Denominator);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakFrameRate *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakQualifiedFrameTime **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics
|
|
{
|
|
struct FFrameRate
|
|
{
|
|
int32 Numerator;
|
|
int32 Denominator;
|
|
};
|
|
|
|
struct FFrameTime
|
|
{
|
|
FFrameNumber FrameNumber;
|
|
float SubFrame;
|
|
};
|
|
|
|
struct FQualifiedFrameTime
|
|
{
|
|
FFrameTime Time;
|
|
FFrameRate Rate;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventBreakQualifiedFrameTime_Parms
|
|
{
|
|
FQualifiedFrameTime InFrameTime;
|
|
FFrameNumber Frame;
|
|
FFrameRate FrameRate;
|
|
float SubFrame;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|Time Management" },
|
|
{ "Comment", "/** Breaks a FQualifiedFrameTime into its component parts again. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks a FQualifiedFrameTime into its component parts again." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InFrameTime_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakQualifiedFrameTime constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InFrameTime;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Frame;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FrameRate;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SubFrame;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakQualifiedFrameTime constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakQualifiedFrameTime Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::NewProp_InFrameTime = { "InFrameTime", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakQualifiedFrameTime_Parms, InFrameTime), Z_Construct_UScriptStruct_FQualifiedFrameTime, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InFrameTime_MetaData), NewProp_InFrameTime_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::NewProp_Frame = { "Frame", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakQualifiedFrameTime_Parms, Frame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::NewProp_FrameRate = { "FrameRate", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakQualifiedFrameTime_Parms, FrameRate), Z_Construct_UScriptStruct_FFrameRate, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::NewProp_SubFrame = { "SubFrame", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakQualifiedFrameTime_Parms, SubFrame), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::NewProp_InFrameTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::NewProp_Frame,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::NewProp_FrameRate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::NewProp_SubFrame,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakQualifiedFrameTime Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakQualifiedFrameTime", Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::KismetMathLibrary_eventBreakQualifiedFrameTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::KismetMathLibrary_eventBreakQualifiedFrameTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakQualifiedFrameTime)
|
|
{
|
|
P_GET_STRUCT_REF(FQualifiedFrameTime,Z_Param_Out_InFrameTime);
|
|
P_GET_STRUCT_REF(FFrameNumber,Z_Param_Out_Frame);
|
|
P_GET_STRUCT_REF(FFrameRate,Z_Param_Out_FrameRate);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_SubFrame);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakQualifiedFrameTime(Z_Param_Out_InFrameTime,Z_Param_Out_Frame,Z_Param_Out_FrameRate,Z_Param_Out_SubFrame);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakQualifiedFrameTime ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakQuat ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakQuat_Parms
|
|
{
|
|
FQuat InQuat;
|
|
float X;
|
|
float Y;
|
|
float Z;
|
|
float W;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Breaks a quat apart into X, Y, Z, W */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks a quat apart into X, Y, Z, W" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InQuat_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakQuat constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InQuat;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_W;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakQuat constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakQuat Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_InQuat = { "InQuat", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakQuat_Parms, InQuat), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InQuat_MetaData), NewProp_InQuat_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakQuat_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakQuat_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakQuat_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_W = { "W", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakQuat_Parms, W), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_InQuat,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::NewProp_W,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakQuat Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakQuat", Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::KismetMathLibrary_eventBreakQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::KismetMathLibrary_eventBreakQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakQuat)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_InQuat);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_X);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_Y);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_Z);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_W);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakQuat(Z_Param_Out_InQuat,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z,Z_Param_Out_W);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakQuat **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakRandomStream ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakRandomStream_Parms
|
|
{
|
|
FRandomStream InRandomStream;
|
|
int32 InitialSeed;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Breaks apart a random number generator */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks apart a random number generator" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InRandomStream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakRandomStream constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRandomStream;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InitialSeed;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakRandomStream constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakRandomStream Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::NewProp_InRandomStream = { "InRandomStream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRandomStream_Parms, InRandomStream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InRandomStream_MetaData), NewProp_InRandomStream_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::NewProp_InitialSeed = { "InitialSeed", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRandomStream_Parms, InitialSeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::NewProp_InRandomStream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::NewProp_InitialSeed,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakRandomStream Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakRandomStream", Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::KismetMathLibrary_eventBreakRandomStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::KismetMathLibrary_eventBreakRandomStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakRandomStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_InRandomStream);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_InitialSeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakRandomStream(Z_Param_Out_InRandomStream,Z_Param_Out_InitialSeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakRandomStream ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakRotator *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakRotator_Parms
|
|
{
|
|
FRotator InRot;
|
|
float Roll;
|
|
float Pitch;
|
|
float Yaw;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Breaks apart a rotator into {Roll, Pitch, Yaw} angles in degrees */" },
|
|
{ "Keywords", "rotation rotate rotator breakrotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks apart a rotator into {Roll, Pitch, Yaw} angles in degrees" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InRot_MetaData[] = {
|
|
{ "DisplayName", "Rotation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Roll_MetaData[] = {
|
|
{ "DisplayName", "X (Roll)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pitch_MetaData[] = {
|
|
{ "DisplayName", "Y (Pitch)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Yaw_MetaData[] = {
|
|
{ "DisplayName", "Z (Yaw)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakRotator constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRot;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Roll;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Pitch;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Yaw;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakRotator constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakRotator Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::NewProp_InRot = { "InRot", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRotator_Parms, InRot), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InRot_MetaData), NewProp_InRot_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::NewProp_Roll = { "Roll", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRotator_Parms, Roll), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Roll_MetaData), NewProp_Roll_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::NewProp_Pitch = { "Pitch", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRotator_Parms, Pitch), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pitch_MetaData), NewProp_Pitch_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::NewProp_Yaw = { "Yaw", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRotator_Parms, Yaw), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Yaw_MetaData), NewProp_Yaw_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::NewProp_InRot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::NewProp_Roll,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::NewProp_Pitch,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::NewProp_Yaw,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakRotator Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakRotator", Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::KismetMathLibrary_eventBreakRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::KismetMathLibrary_eventBreakRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakRotator)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_InRot);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_Roll);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_Pitch);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_Yaw);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakRotator(Z_Param_InRot,Z_Param_Out_Roll,Z_Param_Out_Pitch,Z_Param_Out_Yaw);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakRotator ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakRotIntoAxes *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakRotIntoAxes_Parms
|
|
{
|
|
FRotator InRot;
|
|
FVector X;
|
|
FVector Y;
|
|
FVector Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Breaks apart a rotator into its component axes */" },
|
|
{ "Keywords", "rotation rotate rotator breakrotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Breaks apart a rotator into its component axes" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InRot_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakRotIntoAxes constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRot;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakRotIntoAxes constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakRotIntoAxes Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::NewProp_InRot = { "InRot", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRotIntoAxes_Parms, InRot), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InRot_MetaData), NewProp_InRot_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRotIntoAxes_Parms, X), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRotIntoAxes_Parms, Y), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakRotIntoAxes_Parms, Z), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::NewProp_InRot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakRotIntoAxes Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakRotIntoAxes", Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::KismetMathLibrary_eventBreakRotIntoAxes_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::KismetMathLibrary_eventBreakRotIntoAxes_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakRotIntoAxes)
|
|
{
|
|
P_GET_STRUCT_REF(FRotator,Z_Param_Out_InRot);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_X);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Y);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakRotIntoAxes(Z_Param_Out_InRot,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakRotIntoAxes *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakTimespan ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakTimespan_Parms
|
|
{
|
|
FTimespan InTimespan;
|
|
int32 Days;
|
|
int32 Hours;
|
|
int32 Minutes;
|
|
int32 Seconds;
|
|
int32 Milliseconds;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Breaks a Timespan into its components */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks a Timespan into its components" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakTimespan constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InTimespan;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Days;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Hours;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Minutes;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Seconds;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Milliseconds;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakTimespan constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakTimespan Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_InTimespan = { "InTimespan", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan_Parms, InTimespan), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Days = { "Days", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan_Parms, Days), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Hours = { "Hours", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan_Parms, Hours), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Minutes = { "Minutes", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan_Parms, Minutes), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Seconds = { "Seconds", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan_Parms, Seconds), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Milliseconds = { "Milliseconds", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan_Parms, Milliseconds), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_InTimespan,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Days,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Hours,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Minutes,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Seconds,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::NewProp_Milliseconds,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakTimespan Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakTimespan", Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::KismetMathLibrary_eventBreakTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::KismetMathLibrary_eventBreakTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakTimespan)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_InTimespan);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Days);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Hours);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Minutes);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Seconds);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Milliseconds);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakTimespan(Z_Param_InTimespan,Z_Param_Out_Days,Z_Param_Out_Hours,Z_Param_Out_Minutes,Z_Param_Out_Seconds,Z_Param_Out_Milliseconds);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakTimespan **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakTimespan2 *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakTimespan2_Parms
|
|
{
|
|
FTimespan InTimespan;
|
|
int32 Days;
|
|
int32 Hours;
|
|
int32 Minutes;
|
|
int32 Seconds;
|
|
int32 FractionNano;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Breaks a Timespan into its components */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks a Timespan into its components" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakTimespan2 constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InTimespan;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Days;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Hours;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Minutes;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Seconds;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FractionNano;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakTimespan2 constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakTimespan2 Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_InTimespan = { "InTimespan", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan2_Parms, InTimespan), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_Days = { "Days", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan2_Parms, Days), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_Hours = { "Hours", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan2_Parms, Hours), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_Minutes = { "Minutes", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan2_Parms, Minutes), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_Seconds = { "Seconds", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan2_Parms, Seconds), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_FractionNano = { "FractionNano", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTimespan2_Parms, FractionNano), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_InTimespan,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_Days,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_Hours,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_Minutes,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_Seconds,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::NewProp_FractionNano,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakTimespan2 Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakTimespan2", Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::KismetMathLibrary_eventBreakTimespan2_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::KismetMathLibrary_eventBreakTimespan2_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakTimespan2)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_InTimespan);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Days);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Hours);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Minutes);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_Seconds);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_FractionNano);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakTimespan2(Z_Param_InTimespan,Z_Param_Out_Days,Z_Param_Out_Hours,Z_Param_Out_Minutes,Z_Param_Out_Seconds,Z_Param_Out_FractionNano);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakTimespan2 *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakTransform *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakTransform_Parms
|
|
{
|
|
FTransform InTransform;
|
|
FVector Location;
|
|
FRotator Rotation;
|
|
FVector Scale;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** Breaks apart a transform into location, rotation and scale */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks apart a transform into location, rotation and scale" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InTransform_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakTransform constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InTransform;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Location;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Rotation;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Scale;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakTransform constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakTransform Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::NewProp_InTransform = { "InTransform", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTransform_Parms, InTransform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InTransform_MetaData), NewProp_InTransform_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTransform_Parms, Location), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::NewProp_Rotation = { "Rotation", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTransform_Parms, Rotation), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakTransform_Parms, Scale), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::NewProp_InTransform,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::NewProp_Location,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::NewProp_Rotation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::NewProp_Scale,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakTransform Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakTransform", Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::KismetMathLibrary_eventBreakTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::KismetMathLibrary_eventBreakTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakTransform)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_InTransform);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Location);
|
|
P_GET_STRUCT_REF(FRotator,Z_Param_Out_Rotation);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Scale);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakTransform(Z_Param_Out_InTransform,Z_Param_Out_Location,Z_Param_Out_Rotation,Z_Param_Out_Scale);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakTransform *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakVector **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakVector_Parms
|
|
{
|
|
FVector InVec;
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Breaks a vector apart into X, Y, Z */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks a vector apart into X, Y, Z" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakVector constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakVector constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakVector Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_Parms, InVec), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakVector Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakVector", Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::KismetMathLibrary_eventBreakVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::KismetMathLibrary_eventBreakVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVec);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_X);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Y);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakVector(Z_Param_InVec,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakVector ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakVector2D ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakVector2D_Parms
|
|
{
|
|
FVector2D InVec;
|
|
double X;
|
|
double Y;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Breaks a 2D vector apart into X, Y. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks a 2D vector apart into X, Y." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakVector2D constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakVector2D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakVector2D Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector2D_Parms, InVec), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector2D_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector2D_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::NewProp_Y,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakVector2D Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakVector2D", Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::KismetMathLibrary_eventBreakVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::KismetMathLibrary_eventBreakVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_InVec);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_X);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Y);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakVector2D(Z_Param_InVec,Z_Param_Out_X,Z_Param_Out_Y);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakVector2D **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakVector4 *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakVector4_Parms
|
|
{
|
|
FVector4 InVec;
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
double W;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Breaks a 4D vector apart into X, Y, Z, W. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ToolTip", "Breaks a 4D vector apart into X, Y, Z, W." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVec_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakVector4 constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_W;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakVector4 constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakVector4 Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector4_Parms, InVec), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVec_MetaData), NewProp_InVec_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector4_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector4_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector4_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_W = { "W", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector4_Parms, W), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::NewProp_W,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakVector4 Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakVector4", Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::KismetMathLibrary_eventBreakVector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::KismetMathLibrary_eventBreakVector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakVector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakVector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakVector4)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_InVec);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_X);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Y);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Z);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_W);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakVector4(Z_Param_Out_InVec,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z,Z_Param_Out_W);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakVector4 ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakVector_NetQuantize **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakVector_NetQuantize_Parms
|
|
{
|
|
FVector_NetQuantize InVec;
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakVector_NetQuantize constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakVector_NetQuantize constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakVector_NetQuantize Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize_Parms, InVec), Z_Construct_UScriptStruct_FVector_NetQuantize, METADATA_PARAMS(0, nullptr) }; // 2388472055
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakVector_NetQuantize Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakVector_NetQuantize", Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::KismetMathLibrary_eventBreakVector_NetQuantize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::KismetMathLibrary_eventBreakVector_NetQuantize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakVector_NetQuantize)
|
|
{
|
|
P_GET_STRUCT(FVector_NetQuantize,Z_Param_InVec);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_X);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Y);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakVector_NetQuantize(Z_Param_InVec,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakVector_NetQuantize ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakVector_NetQuantize10 ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakVector_NetQuantize10_Parms
|
|
{
|
|
FVector_NetQuantize10 InVec;
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakVector_NetQuantize10 constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakVector_NetQuantize10 constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakVector_NetQuantize10 Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize10_Parms, InVec), Z_Construct_UScriptStruct_FVector_NetQuantize10, METADATA_PARAMS(0, nullptr) }; // 3708864699
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize10_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize10_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize10_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakVector_NetQuantize10 Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakVector_NetQuantize10", Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::KismetMathLibrary_eventBreakVector_NetQuantize10_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::KismetMathLibrary_eventBreakVector_NetQuantize10_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakVector_NetQuantize10)
|
|
{
|
|
P_GET_STRUCT(FVector_NetQuantize10,Z_Param_InVec);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_X);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Y);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakVector_NetQuantize10(Z_Param_InVec,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakVector_NetQuantize10 **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakVector_NetQuantize100 *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakVector_NetQuantize100_Parms
|
|
{
|
|
FVector_NetQuantize100 InVec;
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakVector_NetQuantize100 constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakVector_NetQuantize100 constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakVector_NetQuantize100 Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize100_Parms, InVec), Z_Construct_UScriptStruct_FVector_NetQuantize100, METADATA_PARAMS(0, nullptr) }; // 215598293
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize100_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize100_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantize100_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakVector_NetQuantize100 Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakVector_NetQuantize100", Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::KismetMathLibrary_eventBreakVector_NetQuantize100_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::KismetMathLibrary_eventBreakVector_NetQuantize100_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakVector_NetQuantize100)
|
|
{
|
|
P_GET_STRUCT(FVector_NetQuantize100,Z_Param_InVec);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_X);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Y);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakVector_NetQuantize100(Z_Param_InVec,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakVector_NetQuantize100 *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function BreakVector_NetQuantizeNormal ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics
|
|
{
|
|
struct KismetMathLibrary_eventBreakVector_NetQuantizeNormal_Parms
|
|
{
|
|
FVector_NetQuantizeNormal InVec;
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function BreakVector_NetQuantizeNormal constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function BreakVector_NetQuantizeNormal constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function BreakVector_NetQuantizeNormal Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantizeNormal_Parms, InVec), Z_Construct_UScriptStruct_FVector_NetQuantizeNormal, METADATA_PARAMS(0, nullptr) }; // 274636605
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantizeNormal_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantizeNormal_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventBreakVector_NetQuantizeNormal_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::PropPointers) < 2048);
|
|
// ********** End Function BreakVector_NetQuantizeNormal Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "BreakVector_NetQuantizeNormal", Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::KismetMathLibrary_eventBreakVector_NetQuantizeNormal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::KismetMathLibrary_eventBreakVector_NetQuantizeNormal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execBreakVector_NetQuantizeNormal)
|
|
{
|
|
P_GET_STRUCT(FVector_NetQuantizeNormal,Z_Param_InVec);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_X);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Y);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::BreakVector_NetQuantizeNormal(Z_Param_InVec,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function BreakVector_NetQuantizeNormal ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function CInterpTo ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics
|
|
{
|
|
struct KismetMathLibrary_eventCInterpTo_Parms
|
|
{
|
|
FLinearColor Current;
|
|
FLinearColor Target;
|
|
float DeltaTime;
|
|
float InterpSpeed;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Interpolate Linear Color from Current to Target. Scaled by distance to Target, so it has a strong start speed and ease out.\n\x09 *\n\x09 * @param\x09\x09""Current\x09\x09\x09""Current Color\n\x09 * @param\x09\x09Target\x09\x09\x09Target Color\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed, if the speed given is 0, then jump to the target.\n\x09 * @return\x09\x09New interpolated Color\n\x09 */" },
|
|
{ "DisplayName", "Interpolate (LinearColor)" },
|
|
{ "Keywords", "color" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InterpolateTo" },
|
|
{ "ToolTip", "Interpolate Linear Color from Current to Target. Scaled by distance to Target, so it has a strong start speed and ease out.\n\n@param Current Current Color\n@param Target Target Color\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed, if the speed given is 0, then jump to the target.\n@return New interpolated Color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CInterpTo constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CInterpTo constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CInterpTo Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCInterpTo_Parms, Current), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCInterpTo_Parms, Target), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCInterpTo_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCInterpTo_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCInterpTo_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::PropPointers) < 2048);
|
|
// ********** End Function CInterpTo Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "CInterpTo", Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::KismetMathLibrary_eventCInterpTo_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::KismetMathLibrary_eventCInterpTo_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_CInterpTo()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_CInterpTo_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execCInterpTo)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_Current);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_Target);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::CInterpTo(Z_Param_Current,Z_Param_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function CInterpTo **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Clamp ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventClamp_Parms
|
|
{
|
|
int32 Value;
|
|
int32 Min;
|
|
int32 Max;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns Value clamped to be between A and B (inclusive) */" },
|
|
{ "DisplayName", "Clamp (Integer)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns Value clamped to be between A and B (inclusive)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Clamp constinit property declarations *********************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Clamp constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Clamp Property Definitions ********************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClamp_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClamp_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClamp_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClamp_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::PropPointers) < 2048);
|
|
// ********** End Function Clamp Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Clamp", Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::KismetMathLibrary_eventClamp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::KismetMathLibrary_eventClamp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Clamp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Clamp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execClamp)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Value);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Clamp(Z_Param_Value,Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Clamp ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ClampAngle ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics
|
|
{
|
|
struct KismetMathLibrary_eventClampAngle_Parms
|
|
{
|
|
double AngleDegrees;
|
|
double MinAngleDegrees;
|
|
double MaxAngleDegrees;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** \n\x09 * Clamps an arbitrary angle to be between the given angles. Will clamp to nearest boundary.\n\x09 * \n\x09 * @param MinAngleDegrees\x09\"from\" angle that defines the beginning of the range of valid angles (sweeping clockwise)\n\x09 * @param MaxAngleDegrees\x09\"to\" angle that defines the end of the range of valid angles\n\x09 * @return Returns clamped angle in the range -180..180.\n\x09 */" },
|
|
{ "DisplayName", "Clamp Angle" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Clamps an arbitrary angle to be between the given angles. Will clamp to nearest boundary.\n\n@param MinAngleDegrees \"from\" angle that defines the beginning of the range of valid angles (sweeping clockwise)\n@param MaxAngleDegrees \"to\" angle that defines the end of the range of valid angles\n@return Returns clamped angle in the range -180..180." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ClampAngle constinit property declarations ****************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_AngleDegrees;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_MinAngleDegrees;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_MaxAngleDegrees;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ClampAngle constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ClampAngle Property Definitions ***************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::NewProp_AngleDegrees = { "AngleDegrees", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAngle_Parms, AngleDegrees), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::NewProp_MinAngleDegrees = { "MinAngleDegrees", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAngle_Parms, MinAngleDegrees), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::NewProp_MaxAngleDegrees = { "MaxAngleDegrees", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAngle_Parms, MaxAngleDegrees), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAngle_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::NewProp_AngleDegrees,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::NewProp_MinAngleDegrees,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::NewProp_MaxAngleDegrees,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::PropPointers) < 2048);
|
|
// ********** End Function ClampAngle Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ClampAngle", Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::KismetMathLibrary_eventClampAngle_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::KismetMathLibrary_eventClampAngle_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ClampAngle()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ClampAngle_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execClampAngle)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_AngleDegrees);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_MinAngleDegrees);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_MaxAngleDegrees);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::ClampAngle(Z_Param_AngleDegrees,Z_Param_MinAngleDegrees,Z_Param_MaxAngleDegrees);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ClampAngle *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ClampAxes2D **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventClampAxes2D_Parms
|
|
{
|
|
FVector2D A;
|
|
double MinAxisVal;
|
|
double MaxAxisVal;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Creates a copy of this vector with both axes clamped to the given range.\n\x09 * @return New vector with clamped axes.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ClampedAxes" },
|
|
{ "ToolTip", "Creates a copy of this vector with both axes clamped to the given range.\n@return New vector with clamped axes." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ClampAxes2D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_MinAxisVal;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_MaxAxisVal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ClampAxes2D constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ClampAxes2D Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAxes2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::NewProp_MinAxisVal = { "MinAxisVal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAxes2D_Parms, MinAxisVal), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::NewProp_MaxAxisVal = { "MaxAxisVal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAxes2D_Parms, MaxAxisVal), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAxes2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::NewProp_MinAxisVal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::NewProp_MaxAxisVal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function ClampAxes2D Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ClampAxes2D", Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::KismetMathLibrary_eventClampAxes2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::KismetMathLibrary_eventClampAxes2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execClampAxes2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_MinAxisVal);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_MaxAxisVal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::ClampAxes2D(Z_Param_A,Z_Param_MinAxisVal,Z_Param_MaxAxisVal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ClampAxes2D ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ClampAxis ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics
|
|
{
|
|
struct KismetMathLibrary_eventClampAxis_Parms
|
|
{
|
|
float Angle;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/**\n\x09* Clamps an angle to the range of [0, 360].\n\x09*\n\x09* @param Angle The angle to clamp.\n\x09* @return The clamped angle.\n\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Clamps an angle to the range of [0, 360].\n\n@param Angle The angle to clamp.\n@return The clamped angle." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ClampAxis constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Angle;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ClampAxis constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ClampAxis Property Definitions ****************************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::NewProp_Angle = { "Angle", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAxis_Parms, Angle), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampAxis_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::NewProp_Angle,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::PropPointers) < 2048);
|
|
// ********** End Function ClampAxis Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ClampAxis", Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::KismetMathLibrary_eventClampAxis_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::KismetMathLibrary_eventClampAxis_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ClampAxis()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ClampAxis_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execClampAxis)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Angle);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::ClampAxis(Z_Param_Angle);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ClampAxis **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ClampInt64 ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventClampInt64_Parms
|
|
{
|
|
int64 Value;
|
|
int64 Min;
|
|
int64 Max;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns Value clamped to be between A and B (inclusive) */" },
|
|
{ "DisplayName", "Clamp (Integer64)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns Value clamped to be between A and B (inclusive)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ClampInt64 constinit property declarations ****************************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ClampInt64 constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ClampInt64 Property Definitions ***************************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampInt64_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampInt64_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampInt64_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampInt64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::PropPointers) < 2048);
|
|
// ********** End Function ClampInt64 Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ClampInt64", Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::KismetMathLibrary_eventClampInt64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::KismetMathLibrary_eventClampInt64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ClampInt64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ClampInt64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execClampInt64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Value);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Min);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::ClampInt64(Z_Param_Value,Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ClampInt64 *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ClampVectorSize ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics
|
|
{
|
|
struct KismetMathLibrary_eventClampVectorSize_Parms
|
|
{
|
|
FVector A;
|
|
double Min;
|
|
double Max;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Create a copy of this vector, with its magnitude/size/length clamped between Min and Max. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ClampedSize" },
|
|
{ "ToolTip", "Create a copy of this vector, with its magnitude/size/length clamped between Min and Max." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ClampVectorSize constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ClampVectorSize constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ClampVectorSize Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampVectorSize_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampVectorSize_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampVectorSize_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClampVectorSize_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::PropPointers) < 2048);
|
|
// ********** End Function ClampVectorSize Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ClampVectorSize", Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::KismetMathLibrary_eventClampVectorSize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::KismetMathLibrary_eventClampVectorSize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execClampVectorSize)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::ClampVectorSize(Z_Param_A,Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ClampVectorSize ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ClassIsChildOf *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics
|
|
{
|
|
struct KismetMathLibrary_eventClassIsChildOf_Parms
|
|
{
|
|
TSubclassOf<UObject> TestClass;
|
|
TSubclassOf<UObject> ParentClass;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities" },
|
|
{ "Comment", "/**\n\x09 * Determine if a class is a child of another class.\n\x09 *\n\x09 * @return\x09true if TestClass == ParentClass, or if TestClass is a child of ParentClass; false otherwise, or if either\n\x09 *\x09\x09\x09the value for either parameter is 'None'.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Determine if a class is a child of another class.\n\n@return true if TestClass == ParentClass, or if TestClass is a child of ParentClass; false otherwise, or if either\n the value for either parameter is 'None'." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ClassIsChildOf constinit property declarations ************************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_TestClass;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_ParentClass;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ClassIsChildOf constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ClassIsChildOf Property Definitions ***********************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::NewProp_TestClass = { "TestClass", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClassIsChildOf_Parms, TestClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::NewProp_ParentClass = { "ParentClass", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventClassIsChildOf_Parms, ParentClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventClassIsChildOf_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_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(KismetMathLibrary_eventClassIsChildOf_Parms), &Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::NewProp_TestClass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::NewProp_ParentClass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::PropPointers) < 2048);
|
|
// ********** End Function ClassIsChildOf Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ClassIsChildOf", Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::KismetMathLibrary_eventClassIsChildOf_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::KismetMathLibrary_eventClassIsChildOf_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execClassIsChildOf)
|
|
{
|
|
P_GET_OBJECT(UClass,Z_Param_TestClass);
|
|
P_GET_OBJECT(UClass,Z_Param_ParentClass);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::ClassIsChildOf(Z_Param_TestClass,Z_Param_ParentClass);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ClassIsChildOf *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ComposeRotators ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics
|
|
{
|
|
struct KismetMathLibrary_eventComposeRotators_Parms
|
|
{
|
|
FRotator A;
|
|
FRotator B;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Combine 2 rotations to give you the resulting rotation of first applying A, then B. */" },
|
|
{ "DisplayName", "Combine Rotators" },
|
|
{ "Keywords", "rotate rotation add" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Combine" },
|
|
{ "ToolTip", "Combine 2 rotations to give you the resulting rotation of first applying A, then B." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ComposeRotators constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ComposeRotators constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ComposeRotators Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventComposeRotators_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventComposeRotators_Parms, B), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventComposeRotators_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::PropPointers) < 2048);
|
|
// ********** End Function ComposeRotators Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ComposeRotators", Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::KismetMathLibrary_eventComposeRotators_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::KismetMathLibrary_eventComposeRotators_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execComposeRotators)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_STRUCT(FRotator,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::ComposeRotators(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ComposeRotators ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ComposeTransforms ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics
|
|
{
|
|
struct KismetMathLibrary_eventComposeTransforms_Parms
|
|
{
|
|
FTransform A;
|
|
FTransform B;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/**\n\x09 * Compose two transforms in order: A * B.\n\x09 *\n\x09 * Order matters when composing transforms:\n\x09 * A * B will yield a transform that logically first applies A then B to any subsequent transformation.\n\x09 *\n\x09 * Example: LocalToWorld = ComposeTransforms(DeltaRotation, LocalToWorld) will change rotation in local space by DeltaRotation.\n\x09 * Example: LocalToWorld = ComposeTransforms(LocalToWorld, DeltaRotation) will change rotation in world space by DeltaRotation.\n\x09 *\n\x09 * @return New transform: A * B\n\x09 */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "Keywords", "multiply *" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Multiply" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Compose two transforms in order: A * B.\n\nOrder matters when composing transforms:\nA * B will yield a transform that logically first applies A then B to any subsequent transformation.\n\nExample: LocalToWorld = ComposeTransforms(DeltaRotation, LocalToWorld) will change rotation in local space by DeltaRotation.\nExample: LocalToWorld = ComposeTransforms(LocalToWorld, DeltaRotation) will change rotation in world space by DeltaRotation.\n\n@return New transform: A * B" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ComposeTransforms constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ComposeTransforms constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ComposeTransforms Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventComposeTransforms_Parms, A), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventComposeTransforms_Parms, B), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventComposeTransforms_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::PropPointers) < 2048);
|
|
// ********** End Function ComposeTransforms Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ComposeTransforms", Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::KismetMathLibrary_eventComposeTransforms_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::KismetMathLibrary_eventComposeTransforms_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execComposeTransforms)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::ComposeTransforms(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ComposeTransforms ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_BoolToByte ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_BoolToByte_Parms
|
|
{
|
|
bool InBool;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a bool to a byte */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Byte (Boolean)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a bool to a byte" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_BoolToByte constinit property declarations ***********************
|
|
static void NewProp_InBool_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InBool;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_BoolToByte constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_BoolToByte Property Definitions **********************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::NewProp_InBool_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventConv_BoolToByte_Parms*)Obj)->InBool = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::NewProp_InBool = { "InBool", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventConv_BoolToByte_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::NewProp_InBool_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_BoolToByte_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::NewProp_InBool,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_BoolToByte Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_BoolToByte", Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::KismetMathLibrary_eventConv_BoolToByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::KismetMathLibrary_eventConv_BoolToByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_BoolToByte)
|
|
{
|
|
P_GET_UBOOL(Z_Param_InBool);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::Conv_BoolToByte(Z_Param_InBool);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_BoolToByte ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_BoolToDouble ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_BoolToDouble_Parms
|
|
{
|
|
bool InBool;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a bool to a float (0.0 or 1.0) */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Float (Boolean)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a bool to a float (0.0 or 1.0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_BoolToDouble constinit property declarations *********************
|
|
static void NewProp_InBool_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InBool;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_BoolToDouble constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_BoolToDouble Property Definitions ********************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::NewProp_InBool_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventConv_BoolToDouble_Parms*)Obj)->InBool = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::NewProp_InBool = { "InBool", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventConv_BoolToDouble_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::NewProp_InBool_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_BoolToDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::NewProp_InBool,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_BoolToDouble Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_BoolToDouble", Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::KismetMathLibrary_eventConv_BoolToDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::KismetMathLibrary_eventConv_BoolToDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_BoolToDouble)
|
|
{
|
|
P_GET_UBOOL(Z_Param_InBool);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Conv_BoolToDouble(Z_Param_InBool);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_BoolToDouble ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_BoolToInt *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_BoolToInt_Parms
|
|
{
|
|
bool InBool;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a bool to an int */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Integer (Boolean)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a bool to an int" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_BoolToInt constinit property declarations ************************
|
|
static void NewProp_InBool_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InBool;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_BoolToInt constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_BoolToInt Property Definitions ***********************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::NewProp_InBool_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventConv_BoolToInt_Parms*)Obj)->InBool = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::NewProp_InBool = { "InBool", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventConv_BoolToInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::NewProp_InBool_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_BoolToInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::NewProp_InBool,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_BoolToInt Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_BoolToInt", Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::KismetMathLibrary_eventConv_BoolToInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::KismetMathLibrary_eventConv_BoolToInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_BoolToInt)
|
|
{
|
|
P_GET_UBOOL(Z_Param_InBool);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Conv_BoolToInt(Z_Param_InBool);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_BoolToInt *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_ByteToDouble ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_ByteToDouble_Parms
|
|
{
|
|
uint8 InByte;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a byte to a float */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Float (Byte)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a byte to a float" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_ByteToDouble constinit property declarations *********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InByte;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_ByteToDouble constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_ByteToDouble Property Definitions ********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::NewProp_InByte = { "InByte", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_ByteToDouble_Parms, InByte), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_ByteToDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::NewProp_InByte,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_ByteToDouble Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_ByteToDouble", Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::KismetMathLibrary_eventConv_ByteToDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::KismetMathLibrary_eventConv_ByteToDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_ByteToDouble)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_InByte);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Conv_ByteToDouble(Z_Param_InByte);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_ByteToDouble ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_ByteToInt *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_ByteToInt_Parms
|
|
{
|
|
uint8 InByte;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a byte to an integer */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Integer (Byte)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a byte to an integer" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_ByteToInt constinit property declarations ************************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InByte;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_ByteToInt constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_ByteToInt Property Definitions ***********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::NewProp_InByte = { "InByte", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_ByteToInt_Parms, InByte), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_ByteToInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::NewProp_InByte,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_ByteToInt Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_ByteToInt", Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::KismetMathLibrary_eventConv_ByteToInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::KismetMathLibrary_eventConv_ByteToInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_ByteToInt)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_InByte);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Conv_ByteToInt(Z_Param_InByte);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_ByteToInt *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_ByteToInt64 *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_ByteToInt64_Parms
|
|
{
|
|
uint8 InByte;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a byte to an integer */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Integer64 (Byte)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a byte to an integer" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_ByteToInt64 constinit property declarations **********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InByte;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_ByteToInt64 constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_ByteToInt64 Property Definitions *********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::NewProp_InByte = { "InByte", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_ByteToInt64_Parms, InByte), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_ByteToInt64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::NewProp_InByte,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_ByteToInt64 Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_ByteToInt64", Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::KismetMathLibrary_eventConv_ByteToInt64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::KismetMathLibrary_eventConv_ByteToInt64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_ByteToInt64)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_InByte);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Conv_ByteToInt64(Z_Param_InByte);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_ByteToInt64 *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_ColorToLinearColor **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_ColorToLinearColor_Parms
|
|
{
|
|
FColor InColor;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a color to LinearColor */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To LinearColor (Color)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a color to LinearColor" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_ColorToLinearColor constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_ColorToLinearColor constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_ColorToLinearColor Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_ColorToLinearColor_Parms, InColor), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_ColorToLinearColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_ColorToLinearColor Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_ColorToLinearColor", Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::KismetMathLibrary_eventConv_ColorToLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::KismetMathLibrary_eventConv_ColorToLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_ColorToLinearColor)
|
|
{
|
|
P_GET_STRUCT(FColor,Z_Param_InColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::Conv_ColorToLinearColor(Z_Param_InColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_ColorToLinearColor ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_DoubleToFloat ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_DoubleToFloat_Parms
|
|
{
|
|
double InDouble;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "Comment", "/** Converts a 64 bit floating point to a 32 bit floating point (if the float is too large, returns the low 32 bits) */" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Explicit conversions between floats and doubles are not necessary. Please remove node." },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a 64 bit floating point to a 32 bit floating point (if the float is too large, returns the low 32 bits)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_DoubleToFloat constinit property declarations ********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InDouble;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_DoubleToFloat constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_DoubleToFloat Property Definitions *******************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::NewProp_InDouble = { "InDouble", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToFloat_Parms, InDouble), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::NewProp_InDouble,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_DoubleToFloat Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_DoubleToFloat", Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::KismetMathLibrary_eventConv_DoubleToFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::KismetMathLibrary_eventConv_DoubleToFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_DoubleToFloat)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InDouble);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::Conv_DoubleToFloat(Z_Param_InDouble);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_DoubleToFloat *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_DoubleToInt64 ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_DoubleToInt64_Parms
|
|
{
|
|
double InDouble;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a float to a 64 bit integer */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Integer64 (Float)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a float to a 64 bit integer" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_DoubleToInt64 constinit property declarations ********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InDouble;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_DoubleToInt64 constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_DoubleToInt64 Property Definitions *******************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::NewProp_InDouble = { "InDouble", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToInt64_Parms, InDouble), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToInt64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::NewProp_InDouble,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_DoubleToInt64 Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_DoubleToInt64", Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::KismetMathLibrary_eventConv_DoubleToInt64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::KismetMathLibrary_eventConv_DoubleToInt64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_DoubleToInt64)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InDouble);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Conv_DoubleToInt64(Z_Param_InDouble);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_DoubleToInt64 *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_DoubleToLinearColor *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_DoubleToLinearColor_Parms
|
|
{
|
|
double InDouble;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a float into a LinearColor, where each RGB element is that float */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To LinearColor (Float)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a float into a LinearColor, where each RGB element is that float" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_DoubleToLinearColor constinit property declarations **************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InDouble;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_DoubleToLinearColor constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_DoubleToLinearColor Property Definitions *************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::NewProp_InDouble = { "InDouble", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToLinearColor_Parms, InDouble), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToLinearColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::NewProp_InDouble,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_DoubleToLinearColor Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_DoubleToLinearColor", Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::KismetMathLibrary_eventConv_DoubleToLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::KismetMathLibrary_eventConv_DoubleToLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_DoubleToLinearColor)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InDouble);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::Conv_DoubleToLinearColor(Z_Param_InDouble);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_DoubleToLinearColor ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_DoubleToVector **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_DoubleToVector_Parms
|
|
{
|
|
double InDouble;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a double into a vector, where each element is that float */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Vector (Float)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a double into a vector, where each element is that float" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_DoubleToVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InDouble;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_DoubleToVector constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_DoubleToVector Property Definitions ******************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::NewProp_InDouble = { "InDouble", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToVector_Parms, InDouble), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::NewProp_InDouble,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_DoubleToVector Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_DoubleToVector", Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::KismetMathLibrary_eventConv_DoubleToVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::KismetMathLibrary_eventConv_DoubleToVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_DoubleToVector)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InDouble);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Conv_DoubleToVector(Z_Param_InDouble);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_DoubleToVector ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_DoubleToVector2D ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_DoubleToVector2D_Parms
|
|
{
|
|
double InDouble;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Convert a float into a vector, where each element is that float */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Vector2D" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Convert a float into a vector, where each element is that float" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_DoubleToVector2D constinit property declarations *****************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InDouble;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_DoubleToVector2D constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_DoubleToVector2D Property Definitions ****************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::NewProp_InDouble = { "InDouble", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToVector2D_Parms, InDouble), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_DoubleToVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::NewProp_InDouble,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_DoubleToVector2D Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_DoubleToVector2D", Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::KismetMathLibrary_eventConv_DoubleToVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::KismetMathLibrary_eventConv_DoubleToVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_DoubleToVector2D)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InDouble);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Conv_DoubleToVector2D(Z_Param_InDouble);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_DoubleToVector2D **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_FloatToDouble ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_FloatToDouble_Parms
|
|
{
|
|
float InFloat;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "Comment", "/** Converts a 32 bit floating point to a 64 bit floating point */" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Explicit conversions between floats and doubles are not necessary. Please remove node." },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a 32 bit floating point to a 64 bit floating point" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_FloatToDouble constinit property declarations ********************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InFloat;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_FloatToDouble constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_FloatToDouble Property Definitions *******************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::NewProp_InFloat = { "InFloat", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_FloatToDouble_Parms, InFloat), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_FloatToDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::NewProp_InFloat,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_FloatToDouble Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_FloatToDouble", Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::KismetMathLibrary_eventConv_FloatToDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::KismetMathLibrary_eventConv_FloatToDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_FloatToDouble)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InFloat);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Conv_FloatToDouble(Z_Param_InFloat);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_FloatToDouble *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_Int64ToByte *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_Int64ToByte_Parms
|
|
{
|
|
int64 InInt;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a 64 bit integer to a byte (if the integer is too large, returns the low 8 bits) */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Byte (Integer64)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a 64 bit integer to a byte (if the integer is too large, returns the low 8 bits)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_Int64ToByte constinit property declarations **********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_InInt;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_Int64ToByte constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_Int64ToByte Property Definitions *********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Int64ToByte_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Int64ToByte_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_Int64ToByte Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_Int64ToByte", Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::KismetMathLibrary_eventConv_Int64ToByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::KismetMathLibrary_eventConv_Int64ToByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_Int64ToByte)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::Conv_Int64ToByte(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_Int64ToByte *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_Int64ToDouble ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_Int64ToDouble_Parms
|
|
{
|
|
int64 InInt;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a 64 bit integer to a float */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Float (Integer64)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a 64 bit integer to a float" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_Int64ToDouble constinit property declarations ********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_InInt;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_Int64ToDouble constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_Int64ToDouble Property Definitions *******************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Int64ToDouble_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Int64ToDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_Int64ToDouble Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_Int64ToDouble", Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::KismetMathLibrary_eventConv_Int64ToDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::KismetMathLibrary_eventConv_Int64ToDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_Int64ToDouble)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Conv_Int64ToDouble(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_Int64ToDouble *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_Int64ToInt ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_Int64ToInt_Parms
|
|
{
|
|
int64 InInt;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a 64 bit integer to a 32 bit integer (if the integer is too large, returns the low 32 bits) */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Integer (Integer64)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a 64 bit integer to a 32 bit integer (if the integer is too large, returns the low 32 bits)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_Int64ToInt constinit property declarations ***********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_InInt;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_Int64ToInt constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_Int64ToInt Property Definitions **********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Int64ToInt_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Int64ToInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_Int64ToInt Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_Int64ToInt", Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::KismetMathLibrary_eventConv_Int64ToInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::KismetMathLibrary_eventConv_Int64ToInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_Int64ToInt)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Conv_Int64ToInt(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_Int64ToInt ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntPointToVector2D **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntPointToVector2D_Parms
|
|
{
|
|
FIntPoint InIntPoint;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts an IntPoint to a Vector2D */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Vector2D (IntPoint)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Vector2D" },
|
|
{ "ToolTip", "Converts an IntPoint to a Vector2D" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntPointToVector2D constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InIntPoint;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntPointToVector2D constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntPointToVector2D Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::NewProp_InIntPoint = { "InIntPoint", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntPointToVector2D_Parms, InIntPoint), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntPointToVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::NewProp_InIntPoint,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntPointToVector2D Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntPointToVector2D", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::KismetMathLibrary_eventConv_IntPointToVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::KismetMathLibrary_eventConv_IntPointToVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntPointToVector2D)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_InIntPoint);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Conv_IntPointToVector2D(Z_Param_InIntPoint);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntPointToVector2D ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntToBool *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntToBool_Parms
|
|
{
|
|
int32 InInt;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a int to a bool*/" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Boolean (Integer)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a int to a bool" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntToBool constinit property declarations ************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntToBool constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntToBool Property Definitions ***********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToBool_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventConv_IntToBool_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_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(KismetMathLibrary_eventConv_IntToBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntToBool Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntToBool", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::KismetMathLibrary_eventConv_IntToBool_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::KismetMathLibrary_eventConv_IntToBool_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntToBool)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Conv_IntToBool(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntToBool *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntToByte *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntToByte_Parms
|
|
{
|
|
int32 InInt;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts an integer to a byte (if the integer is too large, returns the low 8 bits) */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Byte (Integer)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts an integer to a byte (if the integer is too large, returns the low 8 bits)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntToByte constinit property declarations ************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntToByte constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntToByte Property Definitions ***********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToByte_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToByte_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntToByte Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntToByte", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::KismetMathLibrary_eventConv_IntToByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::KismetMathLibrary_eventConv_IntToByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntToByte)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::Conv_IntToByte(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntToByte *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntToDouble *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntToDouble_Parms
|
|
{
|
|
int32 InInt;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts an integer to a float */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Float (Integer)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts an integer to a float" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntToDouble constinit property declarations **********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntToDouble constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntToDouble Property Definitions *********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToDouble_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntToDouble Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntToDouble", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::KismetMathLibrary_eventConv_IntToDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::KismetMathLibrary_eventConv_IntToDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntToDouble)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Conv_IntToDouble(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntToDouble *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntToInt64 ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntToInt64_Parms
|
|
{
|
|
int32 InInt;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts an integer to a 64 bit integer */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Integer64 (Integer)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts an integer to a 64 bit integer" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntToInt64 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntToInt64 constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntToInt64 Property Definitions **********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToInt64_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToInt64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntToInt64 Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntToInt64", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::KismetMathLibrary_eventConv_IntToInt64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::KismetMathLibrary_eventConv_IntToInt64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntToInt64)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Conv_IntToInt64(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntToInt64 ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntToIntVector **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntToIntVector_Parms
|
|
{
|
|
int32 InInt;
|
|
FIntVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts an integer to an IntVector*/" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To IntVector (Integer)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts an integer to an IntVector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntToIntVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntToIntVector constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntToIntVector Property Definitions ******************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToIntVector_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToIntVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntToIntVector Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntToIntVector", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::KismetMathLibrary_eventConv_IntToIntVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::KismetMathLibrary_eventConv_IntToIntVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntToIntVector)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntVector*)Z_Param__Result=UKismetMathLibrary::Conv_IntToIntVector(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntToIntVector ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntToIntVector2 *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntToIntVector2_Parms
|
|
{
|
|
int32 InInt;
|
|
FIntVector2 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts an integer to an IntVector2*/" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To IntVector2 (Integer)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts an integer to an IntVector2" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntToIntVector2 constinit property declarations ******************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntToIntVector2 constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntToIntVector2 Property Definitions *****************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToIntVector2_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToIntVector2_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntVector2, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntToIntVector2 Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntToIntVector2", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::KismetMathLibrary_eventConv_IntToIntVector2_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::KismetMathLibrary_eventConv_IntToIntVector2_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntToIntVector2)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntVector2*)Z_Param__Result=UKismetMathLibrary::Conv_IntToIntVector2(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntToIntVector2 ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntToVector *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntToVector_Parms
|
|
{
|
|
int32 InInt;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts an integer to a FVector */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Vector (Integer)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts an integer to a FVector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntToVector constinit property declarations **********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InInt;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntToVector constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntToVector Property Definitions *********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::NewProp_InInt = { "InInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToVector_Parms, InInt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntToVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::NewProp_InInt,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntToVector Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntToVector", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::KismetMathLibrary_eventConv_IntToVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::KismetMathLibrary_eventConv_IntToVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntToVector)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InInt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Conv_IntToVector(Z_Param_InInt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntToVector *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntVector2ToVector2D ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntVector2ToVector2D_Parms
|
|
{
|
|
FIntVector2 InIntVector2;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts an IntVector2 to a vector2D */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Vector2D (IntVector2)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts an IntVector2 to a vector2D" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InIntVector2_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntVector2ToVector2D constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InIntVector2;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntVector2ToVector2D constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntVector2ToVector2D Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::NewProp_InIntVector2 = { "InIntVector2", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntVector2ToVector2D_Parms, InIntVector2), Z_Construct_UScriptStruct_FIntVector2, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InIntVector2_MetaData), NewProp_InIntVector2_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntVector2ToVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::NewProp_InIntVector2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntVector2ToVector2D Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntVector2ToVector2D", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::KismetMathLibrary_eventConv_IntVector2ToVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::KismetMathLibrary_eventConv_IntVector2ToVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntVector2ToVector2D)
|
|
{
|
|
P_GET_STRUCT_REF(FIntVector2,Z_Param_Out_InIntVector2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Conv_IntVector2ToVector2D(Z_Param_Out_InIntVector2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntVector2ToVector2D **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_IntVectorToVector ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_IntVectorToVector_Parms
|
|
{
|
|
FIntVector InIntVector;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts an IntVector to a vector */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Vector (IntVector)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts an IntVector to a vector" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InIntVector_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_IntVectorToVector constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InIntVector;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_IntVectorToVector constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_IntVectorToVector Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::NewProp_InIntVector = { "InIntVector", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntVectorToVector_Parms, InIntVector), Z_Construct_UScriptStruct_FIntVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InIntVector_MetaData), NewProp_InIntVector_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_IntVectorToVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::NewProp_InIntVector,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_IntVectorToVector Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_IntVectorToVector", Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::KismetMathLibrary_eventConv_IntVectorToVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::KismetMathLibrary_eventConv_IntVectorToVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_IntVectorToVector)
|
|
{
|
|
P_GET_STRUCT_REF(FIntVector,Z_Param_Out_InIntVector);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Conv_IntVectorToVector(Z_Param_Out_InIntVector);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_IntVectorToVector *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_LinearColorToColor **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_LinearColorToColor_Parms
|
|
{
|
|
FLinearColor InLinearColor;
|
|
bool InUseSRGB;
|
|
FColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Quantizes the linear color and returns the result as a FColor with optional sRGB conversion and quality as goal. */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "CPP_Default_InUseSRGB", "true" },
|
|
{ "DisplayName", "To Color (LinearColor)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToColor" },
|
|
{ "ToolTip", "Quantizes the linear color and returns the result as a FColor with optional sRGB conversion and quality as goal." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_LinearColorToColor constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InLinearColor;
|
|
static void NewProp_InUseSRGB_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InUseSRGB;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_LinearColorToColor constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_LinearColorToColor Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::NewProp_InLinearColor = { "InLinearColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_LinearColorToColor_Parms, InLinearColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::NewProp_InUseSRGB_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventConv_LinearColorToColor_Parms*)Obj)->InUseSRGB = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::NewProp_InUseSRGB = { "InUseSRGB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventConv_LinearColorToColor_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::NewProp_InUseSRGB_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_LinearColorToColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::NewProp_InLinearColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::NewProp_InUseSRGB,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_LinearColorToColor Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_LinearColorToColor", Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::KismetMathLibrary_eventConv_LinearColorToColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::KismetMathLibrary_eventConv_LinearColorToColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_LinearColorToColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InLinearColor);
|
|
P_GET_UBOOL(Z_Param_InUseSRGB);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FColor*)Z_Param__Result=UKismetMathLibrary::Conv_LinearColorToColor(Z_Param_InLinearColor,Z_Param_InUseSRGB);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_LinearColorToColor ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_LinearColorToVector *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_LinearColorToVector_Parms
|
|
{
|
|
FLinearColor InLinearColor;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a LinearColor to a vector */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Vector (LinearColor)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToRGBVector" },
|
|
{ "ToolTip", "Converts a LinearColor to a vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_LinearColorToVector constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InLinearColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_LinearColorToVector constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_LinearColorToVector Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::NewProp_InLinearColor = { "InLinearColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_LinearColorToVector_Parms, InLinearColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_LinearColorToVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::NewProp_InLinearColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_LinearColorToVector Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_LinearColorToVector", Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::KismetMathLibrary_eventConv_LinearColorToVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::KismetMathLibrary_eventConv_LinearColorToVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_LinearColorToVector)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InLinearColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Conv_LinearColorToVector(Z_Param_InLinearColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_LinearColorToVector ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_MatrixToRotator *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventConv_MatrixToRotator_Parms
|
|
{
|
|
FMatrix InMatrix;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a Matrix to a Rotator \n\x09* (Assumes Matrix represents a transform) \n\x09*/" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Rotator (Matrix)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Rotator" },
|
|
{ "ToolTip", "Converts a Matrix to a Rotator\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InMatrix_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_MatrixToRotator constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InMatrix;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_MatrixToRotator constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_MatrixToRotator Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::NewProp_InMatrix = { "InMatrix", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_MatrixToRotator_Parms, InMatrix), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InMatrix_MetaData), NewProp_InMatrix_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_MatrixToRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::NewProp_InMatrix,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_MatrixToRotator Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_MatrixToRotator", Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::KismetMathLibrary_eventConv_MatrixToRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::KismetMathLibrary_eventConv_MatrixToRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_MatrixToRotator)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_InMatrix);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::Conv_MatrixToRotator(Z_Param_Out_InMatrix);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_MatrixToRotator ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_MatrixToTransform ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventConv_MatrixToTransform_Parms
|
|
{
|
|
FMatrix InMatrix;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a Matrix to a Transform \n\x09* (Assumes Matrix represents a transform) \n\x09*/" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Transform (Matrix)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Transform" },
|
|
{ "ToolTip", "Converts a Matrix to a Transform\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InMatrix_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_MatrixToTransform constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InMatrix;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_MatrixToTransform constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_MatrixToTransform Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::NewProp_InMatrix = { "InMatrix", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_MatrixToTransform_Parms, InMatrix), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InMatrix_MetaData), NewProp_InMatrix_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_MatrixToTransform_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::NewProp_InMatrix,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_MatrixToTransform Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_MatrixToTransform", Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::KismetMathLibrary_eventConv_MatrixToTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::KismetMathLibrary_eventConv_MatrixToTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_MatrixToTransform)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_InMatrix);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::Conv_MatrixToTransform(Z_Param_Out_InMatrix);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_MatrixToTransform *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_RotatorToQuaternion *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_RotatorToQuaternion_Parms
|
|
{
|
|
FRotator InRot;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts to Quaternion representation of this Rotator. */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "ToQuaternion (Rotator)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Quaternion" },
|
|
{ "ToolTip", "Converts to Quaternion representation of this Rotator." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_RotatorToQuaternion constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRot;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_RotatorToQuaternion constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_RotatorToQuaternion Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::NewProp_InRot = { "InRot", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_RotatorToQuaternion_Parms, InRot), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_RotatorToQuaternion_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::NewProp_InRot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_RotatorToQuaternion Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_RotatorToQuaternion", Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::KismetMathLibrary_eventConv_RotatorToQuaternion_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::KismetMathLibrary_eventConv_RotatorToQuaternion_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_RotatorToQuaternion)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_InRot);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Conv_RotatorToQuaternion(Z_Param_InRot);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_RotatorToQuaternion ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_RotatorToTransform **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_RotatorToTransform_Parms
|
|
{
|
|
FRotator InRotator;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts Rotator to Transform */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Transform (Rotator)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Transform" },
|
|
{ "ToolTip", "Converts Rotator to Transform" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InRotator_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_RotatorToTransform constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRotator;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_RotatorToTransform constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_RotatorToTransform Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::NewProp_InRotator = { "InRotator", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_RotatorToTransform_Parms, InRotator), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InRotator_MetaData), NewProp_InRotator_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_RotatorToTransform_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::NewProp_InRotator,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_RotatorToTransform Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_RotatorToTransform", Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::KismetMathLibrary_eventConv_RotatorToTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::KismetMathLibrary_eventConv_RotatorToTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_RotatorToTransform)
|
|
{
|
|
P_GET_STRUCT_REF(FRotator,Z_Param_Out_InRotator);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::Conv_RotatorToTransform(Z_Param_Out_InRotator);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_RotatorToTransform ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_RotatorToVector *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_RotatorToVector_Parms
|
|
{
|
|
FRotator InRot;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Get the X direction vector after this rotation */" },
|
|
{ "DisplayName", "Get Rotation X Vector" },
|
|
{ "Keywords", "rotation rotate cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToVector" },
|
|
{ "ToolTip", "Get the X direction vector after this rotation" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_RotatorToVector constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRot;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_RotatorToVector constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_RotatorToVector Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::NewProp_InRot = { "InRot", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_RotatorToVector_Parms, InRot), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_RotatorToVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::NewProp_InRot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_RotatorToVector Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_RotatorToVector", Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::KismetMathLibrary_eventConv_RotatorToVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::KismetMathLibrary_eventConv_RotatorToVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_RotatorToVector)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_InRot);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Conv_RotatorToVector(Z_Param_InRot);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_RotatorToVector ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_TransformToMatrix ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventConv_TransformToMatrix_Parms
|
|
{
|
|
FTransform Transform;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** Converts a Transform to a Matrix with scale */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Matrix (Transform)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToMatrix" },
|
|
{ "ToolTip", "Converts a Transform to a Matrix with scale" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Transform_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_TransformToMatrix constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Transform;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_TransformToMatrix constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_TransformToMatrix Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::NewProp_Transform = { "Transform", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_TransformToMatrix_Parms, Transform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Transform_MetaData), NewProp_Transform_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_TransformToMatrix_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::NewProp_Transform,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_TransformToMatrix Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_TransformToMatrix", Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::KismetMathLibrary_eventConv_TransformToMatrix_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::KismetMathLibrary_eventConv_TransformToMatrix_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_TransformToMatrix)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_Transform);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Conv_TransformToMatrix(Z_Param_Out_Transform);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_TransformToMatrix *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_Vector2DToIntPoint **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_Vector2DToIntPoint_Parms
|
|
{
|
|
FVector2D InVector2D;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a Vector2D to an IntPoint */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To IntPoint (Vector2D)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IntPoint" },
|
|
{ "ToolTip", "Converts a Vector2D to an IntPoint" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_Vector2DToIntPoint constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector2D;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_Vector2DToIntPoint constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_Vector2DToIntPoint Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::NewProp_InVector2D = { "InVector2D", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector2DToIntPoint_Parms, InVector2D), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector2DToIntPoint_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::NewProp_InVector2D,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_Vector2DToIntPoint Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_Vector2DToIntPoint", Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::KismetMathLibrary_eventConv_Vector2DToIntPoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::KismetMathLibrary_eventConv_Vector2DToIntPoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_Vector2DToIntPoint)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_InVector2D);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Conv_Vector2DToIntPoint(Z_Param_InVector2D);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_Vector2DToIntPoint ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_Vector2DToVector ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_Vector2DToVector_Parms
|
|
{
|
|
FVector2D InVector2D;
|
|
float Z;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a Vector2D to a Vector */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "CPP_Default_Z", "0.000000" },
|
|
{ "DisplayName", "To Vector (Vector2D)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Vector" },
|
|
{ "ToolTip", "Converts a Vector2D to a Vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_Vector2DToVector constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector2D;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_Vector2DToVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_Vector2DToVector Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::NewProp_InVector2D = { "InVector2D", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector2DToVector_Parms, InVector2D), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector2DToVector_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector2DToVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::NewProp_InVector2D,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_Vector2DToVector Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_Vector2DToVector", Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::KismetMathLibrary_eventConv_Vector2DToVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::KismetMathLibrary_eventConv_Vector2DToVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_Vector2DToVector)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_InVector2D);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Conv_Vector2DToVector(Z_Param_InVector2D,Z_Param_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_Vector2DToVector **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_Vector4ToQuaternion *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_Vector4ToQuaternion_Parms
|
|
{
|
|
FVector4 InVec;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/**\n\x09 * Return the Quaternion orientation corresponding to the direction in which the vector points.\n\x09 * Similar to the FRotator version, returns a result without roll such that it preserves the up vector.\n\x09 *\n\x09 * @note If you don't care about preserving the up vector and just want the most direct rotation, you can use the faster\n\x09 * 'FindBetweenVectors(ForwardVector, YourVector)' or 'FindBetweenNormals(...)' if you know the vector is of unit length.\n\x09 *\n\x09 * @return Quaternion from the Vector's direction, without any roll.\n\x09 */" },
|
|
{ "DisplayName", "To Quaternion (Vector4)" },
|
|
{ "Keywords", "rotation rotate cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Quaternion" },
|
|
{ "ToolTip", "Return the Quaternion orientation corresponding to the direction in which the vector points.\nSimilar to the FRotator version, returns a result without roll such that it preserves the up vector.\n\n@note If you don't care about preserving the up vector and just want the most direct rotation, you can use the faster\n'FindBetweenVectors(ForwardVector, YourVector)' or 'FindBetweenNormals(...)' if you know the vector is of unit length.\n\n@return Quaternion from the Vector's direction, without any roll." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVec_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_Vector4ToQuaternion constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_Vector4ToQuaternion constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_Vector4ToQuaternion Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector4ToQuaternion_Parms, InVec), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVec_MetaData), NewProp_InVec_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector4ToQuaternion_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_Vector4ToQuaternion Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_Vector4ToQuaternion", Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::KismetMathLibrary_eventConv_Vector4ToQuaternion_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::KismetMathLibrary_eventConv_Vector4ToQuaternion_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_Vector4ToQuaternion)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_InVec);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Conv_Vector4ToQuaternion(Z_Param_Out_InVec);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_Vector4ToQuaternion ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_Vector4ToRotator ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_Vector4ToRotator_Parms
|
|
{
|
|
FVector4 InVec;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/**\n\x09 * Return the FRotator orientation corresponding to the direction in which the vector points.\n\x09 * Sets Yaw and Pitch to the proper numbers, and sets Roll to zero because the roll can't be determined from a vector.\n\x09 *\n\x09 * @return FRotator from the Vector's direction, without any roll.\n\x09 */" },
|
|
{ "DisplayName", "To Rotation (Vector4)" },
|
|
{ "Keywords", "rotation rotate cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Rotator" },
|
|
{ "ToolTip", "Return the FRotator orientation corresponding to the direction in which the vector points.\nSets Yaw and Pitch to the proper numbers, and sets Roll to zero because the roll can't be determined from a vector.\n\n@return FRotator from the Vector's direction, without any roll." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVec_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_Vector4ToRotator constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_Vector4ToRotator constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_Vector4ToRotator Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector4ToRotator_Parms, InVec), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVec_MetaData), NewProp_InVec_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector4ToRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_Vector4ToRotator Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_Vector4ToRotator", Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::KismetMathLibrary_eventConv_Vector4ToRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::KismetMathLibrary_eventConv_Vector4ToRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_Vector4ToRotator)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_InVec);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::Conv_Vector4ToRotator(Z_Param_Out_InVec);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_Vector4ToRotator **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_Vector4ToVector *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_Vector4ToVector_Parms
|
|
{
|
|
FVector4 InVector4;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a Vector4 to a Vector (dropping the W element) */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Vector (Vector4)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Vector" },
|
|
{ "ToolTip", "Converts a Vector4 to a Vector (dropping the W element)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVector4_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_Vector4ToVector constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector4;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_Vector4ToVector constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_Vector4ToVector Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::NewProp_InVector4 = { "InVector4", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector4ToVector_Parms, InVector4), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVector4_MetaData), NewProp_InVector4_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_Vector4ToVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::NewProp_InVector4,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_Vector4ToVector Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_Vector4ToVector", Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::KismetMathLibrary_eventConv_Vector4ToVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::KismetMathLibrary_eventConv_Vector4ToVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_Vector4ToVector)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_InVector4);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Conv_Vector4ToVector(Z_Param_Out_InVector4);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_Vector4ToVector ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_VectorToLinearColor *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_VectorToLinearColor_Parms
|
|
{
|
|
FVector InVec;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a vector to LinearColor */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To LinearColor (Vector)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "LinearColor" },
|
|
{ "ToolTip", "Converts a vector to LinearColor" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_VectorToLinearColor constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_VectorToLinearColor constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_VectorToLinearColor Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToLinearColor_Parms, InVec), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToLinearColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_VectorToLinearColor Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_VectorToLinearColor", Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::KismetMathLibrary_eventConv_VectorToLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::KismetMathLibrary_eventConv_VectorToLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_VectorToLinearColor)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVec);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::Conv_VectorToLinearColor(Z_Param_InVec);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_VectorToLinearColor ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_VectorToQuaternion **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_VectorToQuaternion_Parms
|
|
{
|
|
FVector InVec;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/**\n\x09 * Return the Quaternion orientation corresponding to the direction in which the vector points.\n\x09 * Similar to the FRotator version, returns a result without roll such that it preserves the up vector.\n\x09 *\n\x09 * @note If you don't care about preserving the up vector and just want the most direct rotation, you can use the faster\n\x09 * 'FindBetweenVectors(ForwardVector, YourVector)' or 'FindBetweenNormals(...)' if you know the vector is of unit length.\n\x09 *\n\x09 * @return Quaternion from the Vector's direction, without any roll.\n\x09 */" },
|
|
{ "DisplayName", "To Quaternion (Vector)" },
|
|
{ "Keywords", "rotation rotate cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Quaternion" },
|
|
{ "ToolTip", "Return the Quaternion orientation corresponding to the direction in which the vector points.\nSimilar to the FRotator version, returns a result without roll such that it preserves the up vector.\n\n@note If you don't care about preserving the up vector and just want the most direct rotation, you can use the faster\n'FindBetweenVectors(ForwardVector, YourVector)' or 'FindBetweenNormals(...)' if you know the vector is of unit length.\n\n@return Quaternion from the Vector's direction, without any roll." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_VectorToQuaternion constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_VectorToQuaternion constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_VectorToQuaternion Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToQuaternion_Parms, InVec), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToQuaternion_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_VectorToQuaternion Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_VectorToQuaternion", Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::KismetMathLibrary_eventConv_VectorToQuaternion_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::KismetMathLibrary_eventConv_VectorToQuaternion_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_VectorToQuaternion)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVec);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Conv_VectorToQuaternion(Z_Param_InVec);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_VectorToQuaternion ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_VectorToRotator *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_VectorToRotator_Parms
|
|
{
|
|
FVector InVec;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/**\n\x09 * Return the FRotator orientation corresponding to the direction in which the vector points.\n\x09 * Sets Yaw and Pitch to the proper numbers, and sets Roll to zero because the roll can't be determined from a vector.\n\x09 *\n\x09 * @return FRotator from the Vector's direction, without any roll.\n\x09 */" },
|
|
{ "DisplayName", "Rotation From X Vector" },
|
|
{ "Keywords", "rotation rotate cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Rotator" },
|
|
{ "ToolTip", "Return the FRotator orientation corresponding to the direction in which the vector points.\nSets Yaw and Pitch to the proper numbers, and sets Roll to zero because the roll can't be determined from a vector.\n\n@return FRotator from the Vector's direction, without any roll." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_VectorToRotator constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_VectorToRotator constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_VectorToRotator Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToRotator_Parms, InVec), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_VectorToRotator Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_VectorToRotator", Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::KismetMathLibrary_eventConv_VectorToRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::KismetMathLibrary_eventConv_VectorToRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_VectorToRotator)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVec);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::Conv_VectorToRotator(Z_Param_InVec);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_VectorToRotator ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_VectorToTransform ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_VectorToTransform_Parms
|
|
{
|
|
FVector InLocation;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a vector to a transform. Uses vector as location */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Transform (Vector)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Transform" },
|
|
{ "ToolTip", "Converts a vector to a transform. Uses vector as location" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_VectorToTransform constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InLocation;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_VectorToTransform constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_VectorToTransform Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::NewProp_InLocation = { "InLocation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToTransform_Parms, InLocation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToTransform_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::NewProp_InLocation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_VectorToTransform Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_VectorToTransform", Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::KismetMathLibrary_eventConv_VectorToTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::KismetMathLibrary_eventConv_VectorToTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_VectorToTransform)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InLocation);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::Conv_VectorToTransform(Z_Param_InLocation);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_VectorToTransform *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Conv_VectorToVector2D ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConv_VectorToVector2D_Parms
|
|
{
|
|
FVector InVector;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts a Vector to a Vector2D using the Vector's (X, Y) coordinates */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "To Vector2D (Vector)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Vector2D" },
|
|
{ "ToolTip", "Converts a Vector to a Vector2D using the Vector's (X, Y) coordinates" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Conv_VectorToVector2D constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Conv_VectorToVector2D constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Conv_VectorToVector2D Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::NewProp_InVector = { "InVector", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToVector2D_Parms, InVector), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConv_VectorToVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::NewProp_InVector,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Conv_VectorToVector2D Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Conv_VectorToVector2D", Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::KismetMathLibrary_eventConv_VectorToVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::KismetMathLibrary_eventConv_VectorToVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConv_VectorToVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVector);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Conv_VectorToVector2D(Z_Param_InVector);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Conv_VectorToVector2D **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Convert1DTo2D ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConvert1DTo2D_Parms
|
|
{
|
|
int32 Index1D;
|
|
int32 XSize;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Conversions|Indices" },
|
|
{ "Comment", "/**\n\x09 *\n\x09 * Maps a 1D array index to a 2D array index.\n\x09 * \n\x09 * @param Index1D - The 1D array index\n\x09 * @param XSize - X dimension of the 2D array\n\x09 * \n\x09 * @return The equivalent 2D index of the array\n\x09 */" },
|
|
{ "DisplayName", "Convert a 1D Index to a 2D Index" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Maps a 1D array index to a 2D array index.\n\n@param Index1D - The 1D array index\n@param XSize - X dimension of the 2D array\n\n@return The equivalent 2D index of the array" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Convert1DTo2D constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index1D;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_XSize;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Convert1DTo2D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Convert1DTo2D Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::NewProp_Index1D = { "Index1D", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert1DTo2D_Parms, Index1D), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::NewProp_XSize = { "XSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert1DTo2D_Parms, XSize), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert1DTo2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::NewProp_Index1D,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::NewProp_XSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Convert1DTo2D Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Convert1DTo2D", Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::KismetMathLibrary_eventConvert1DTo2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::KismetMathLibrary_eventConvert1DTo2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConvert1DTo2D)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index1D);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_XSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Convert1DTo2D(Z_Param_Index1D,Z_Param_XSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Convert1DTo2D **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Convert1DTo3D ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConvert1DTo3D_Parms
|
|
{
|
|
int32 Index1D;
|
|
int32 XSize;
|
|
int32 YSize;
|
|
FIntVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Conversions|Indices" },
|
|
{ "Comment", "/**\n\x09 *\n\x09 * Maps a 1D array index to a 3D array index.\n\x09 *\n\x09 * @param Index1D - The 1D array index\n\x09 * @param XSize - X dimension of the 3D array\n\x09 * @param YSize - Y dimension of the 3D array\n\x09 *\n\x09 * @return The equivalent 3D index of the array\n\x09 */" },
|
|
{ "DisplayName", "Convert a 1D Index to a 3D Index" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Maps a 1D array index to a 3D array index.\n\n@param Index1D - The 1D array index\n@param XSize - X dimension of the 3D array\n@param YSize - Y dimension of the 3D array\n\n@return The equivalent 3D index of the array" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Convert1DTo3D constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Index1D;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_XSize;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_YSize;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Convert1DTo3D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Convert1DTo3D Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::NewProp_Index1D = { "Index1D", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert1DTo3D_Parms, Index1D), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::NewProp_XSize = { "XSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert1DTo3D_Parms, XSize), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::NewProp_YSize = { "YSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert1DTo3D_Parms, YSize), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert1DTo3D_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::NewProp_Index1D,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::NewProp_XSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::NewProp_YSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Convert1DTo3D Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Convert1DTo3D", Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::KismetMathLibrary_eventConvert1DTo3D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::KismetMathLibrary_eventConvert1DTo3D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConvert1DTo3D)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Index1D);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_XSize);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_YSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntVector*)Z_Param__Result=UKismetMathLibrary::Convert1DTo3D(Z_Param_Index1D,Z_Param_XSize,Z_Param_YSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Convert1DTo3D **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Convert2DTo1D ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConvert2DTo1D_Parms
|
|
{
|
|
FIntPoint Index2D;
|
|
int32 XSize;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Conversions|Indices" },
|
|
{ "Comment", "/**\n\x09 *\n\x09 * Maps a 2D array index to a 1D array index.\n\x09 *\n\x09 * @param Index2D - The 2D array index\n\x09 * @param XSize - X dimension of the 2D array\n\x09 *\n\x09 * @return The equivalent 1D index of the array\n\x09 */" },
|
|
{ "DisplayName", "Convert a 2D Index to a 1D Index" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Maps a 2D array index to a 1D array index.\n\n@param Index2D - The 2D array index\n@param XSize - X dimension of the 2D array\n\n@return The equivalent 1D index of the array" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index2D_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Convert2DTo1D constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Index2D;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_XSize;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Convert2DTo1D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Convert2DTo1D Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::NewProp_Index2D = { "Index2D", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert2DTo1D_Parms, Index2D), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index2D_MetaData), NewProp_Index2D_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::NewProp_XSize = { "XSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert2DTo1D_Parms, XSize), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert2DTo1D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::NewProp_Index2D,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::NewProp_XSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Convert2DTo1D Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Convert2DTo1D", Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::KismetMathLibrary_eventConvert2DTo1D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::KismetMathLibrary_eventConvert2DTo1D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConvert2DTo1D)
|
|
{
|
|
P_GET_STRUCT_REF(FIntPoint,Z_Param_Out_Index2D);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_XSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Convert2DTo1D(Z_Param_Out_Index2D,Z_Param_XSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Convert2DTo1D **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Convert3DTo1D ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventConvert3DTo1D_Parms
|
|
{
|
|
FIntVector Index3D;
|
|
int32 XSize;
|
|
int32 YSize;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Conversions|Indices" },
|
|
{ "Comment", "/**\n\x09 *\n\x09 * Maps a 3D array index to a 1D array index.\n\x09 *\n\x09 * @param Index3D - The 3D array index\n\x09 * @param XSize - X dimension of the 3D array\n\x09 * @param YSize - Y dimension of the 3D array\n\x09 *\n\x09 * @return The equivalent 1D index of the array\n\x09 */" },
|
|
{ "DisplayName", "Convert a 3D Index to a 1D Index" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Maps a 3D array index to a 1D array index.\n\n@param Index3D - The 3D array index\n@param XSize - X dimension of the 3D array\n@param YSize - Y dimension of the 3D array\n\n@return The equivalent 1D index of the array" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index3D_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Convert3DTo1D constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Index3D;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_XSize;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_YSize;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Convert3DTo1D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Convert3DTo1D Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::NewProp_Index3D = { "Index3D", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert3DTo1D_Parms, Index3D), Z_Construct_UScriptStruct_FIntVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index3D_MetaData), NewProp_Index3D_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::NewProp_XSize = { "XSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert3DTo1D_Parms, XSize), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::NewProp_YSize = { "YSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert3DTo1D_Parms, YSize), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventConvert3DTo1D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::NewProp_Index3D,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::NewProp_XSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::NewProp_YSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Convert3DTo1D Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Convert3DTo1D", Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::KismetMathLibrary_eventConvert3DTo1D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::KismetMathLibrary_eventConvert3DTo1D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execConvert3DTo1D)
|
|
{
|
|
P_GET_STRUCT_REF(FIntVector,Z_Param_Out_Index3D);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_XSize);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_YSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Convert3DTo1D(Z_Param_Out_Index3D,Z_Param_XSize,Z_Param_YSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Convert3DTo1D **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Cos ******************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics
|
|
{
|
|
struct KismetMathLibrary_eventCos_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the cosine of A (expects Radians)*/" },
|
|
{ "CompactNodeTitle", "COS" },
|
|
{ "DisplayName", "Cos (Radians)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the cosine of A (expects Radians)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Cos constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Cos constinit property declarations *************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Cos Property Definitions **********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCos_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCos_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::PropPointers) < 2048);
|
|
// ********** End Function Cos Property Definitions ************************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Cos", Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::KismetMathLibrary_eventCos_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::KismetMathLibrary_eventCos_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Cos()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Cos_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execCos)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Cos(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Cos ********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function CreateVectorFromYawPitch *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics
|
|
{
|
|
struct KismetMathLibrary_eventCreateVectorFromYawPitch_Parms
|
|
{
|
|
float Yaw;
|
|
float Pitch;
|
|
float Length;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Creates a directional vector from rotation values {Pitch, Yaw} supplied in degrees with specified Length*/" },
|
|
{ "CPP_Default_Length", "1.000000" },
|
|
{ "Keywords", "rotation rotate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Creates a directional vector from rotation values {Pitch, Yaw} supplied in degrees with specified Length" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CreateVectorFromYawPitch constinit property declarations **************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Yaw;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Pitch;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Length;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CreateVectorFromYawPitch constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CreateVectorFromYawPitch Property Definitions *************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::NewProp_Yaw = { "Yaw", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCreateVectorFromYawPitch_Parms, Yaw), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::NewProp_Pitch = { "Pitch", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCreateVectorFromYawPitch_Parms, Pitch), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::NewProp_Length = { "Length", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCreateVectorFromYawPitch_Parms, Length), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCreateVectorFromYawPitch_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::NewProp_Yaw,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::NewProp_Pitch,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::NewProp_Length,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::PropPointers) < 2048);
|
|
// ********** End Function CreateVectorFromYawPitch Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "CreateVectorFromYawPitch", Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::KismetMathLibrary_eventCreateVectorFromYawPitch_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::KismetMathLibrary_eventCreateVectorFromYawPitch_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execCreateVectorFromYawPitch)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Yaw);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Pitch);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Length);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::CreateVectorFromYawPitch(Z_Param_Yaw,Z_Param_Pitch,Z_Param_Length);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function CreateVectorFromYawPitch ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Cross_VectorVector ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventCross_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns the cross product of two 3d vectors - see http://mathworld.wolfram.com/CrossProduct.html */" },
|
|
{ "CompactNodeTitle", "cross" },
|
|
{ "DisplayName", "Cross Product" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Cross" },
|
|
{ "ScriptOperator", "^" },
|
|
{ "ToolTip", "Returns the cross product of two 3d vectors - see http://mathworld.wolfram.com/CrossProduct.html" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Cross_VectorVector constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Cross_VectorVector constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Cross_VectorVector Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCross_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCross_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCross_VectorVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Cross_VectorVector Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Cross_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::KismetMathLibrary_eventCross_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::KismetMathLibrary_eventCross_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execCross_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Cross_VectorVector(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Cross_VectorVector *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function CrossProduct2D *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventCrossProduct2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns the cross product of two 2d vectors - see http://mathworld.wolfram.com/CrossProduct.html */" },
|
|
{ "CompactNodeTitle", "cross" },
|
|
{ "DisplayName", "Cross Product (2D)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Cross" },
|
|
{ "ScriptOperator", "^" },
|
|
{ "ToolTip", "Returns the cross product of two 2d vectors - see http://mathworld.wolfram.com/CrossProduct.html" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CrossProduct2D constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CrossProduct2D constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CrossProduct2D Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCrossProduct2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCrossProduct2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventCrossProduct2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function CrossProduct2D Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "CrossProduct2D", Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::KismetMathLibrary_eventCrossProduct2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::KismetMathLibrary_eventCrossProduct2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execCrossProduct2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::CrossProduct2D(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function CrossProduct2D *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DateTimeFromIsoString ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDateTimeFromIsoString_Parms
|
|
{
|
|
FString IsoString;
|
|
FDateTime Result;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Converts a date string in ISO-8601 format to a DateTime object */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a date string in ISO-8601 format to a DateTime object" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DateTimeFromIsoString constinit property declarations *****************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_IsoString;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Result;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DateTimeFromIsoString constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DateTimeFromIsoString Property Definitions ****************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::NewProp_IsoString = { "IsoString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDateTimeFromIsoString_Parms, IsoString), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDateTimeFromIsoString_Parms, Result), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventDateTimeFromIsoString_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_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(KismetMathLibrary_eventDateTimeFromIsoString_Parms), &Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::NewProp_IsoString,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::NewProp_Result,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::PropPointers) < 2048);
|
|
// ********** End Function DateTimeFromIsoString Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DateTimeFromIsoString", Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::KismetMathLibrary_eventDateTimeFromIsoString_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::KismetMathLibrary_eventDateTimeFromIsoString_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDateTimeFromIsoString)
|
|
{
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_IsoString);
|
|
P_GET_STRUCT_REF(FDateTime,Z_Param_Out_Result);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::DateTimeFromIsoString(Z_Param_IsoString,Z_Param_Out_Result);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DateTimeFromIsoString **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DateTimeFromString ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDateTimeFromString_Parms
|
|
{
|
|
FString DateTimeString;
|
|
FDateTime Result;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Converts a date string to a DateTime object */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a date string to a DateTime object" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DateTimeFromString constinit property declarations ********************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DateTimeString;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Result;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DateTimeFromString constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DateTimeFromString Property Definitions *******************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::NewProp_DateTimeString = { "DateTimeString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDateTimeFromString_Parms, DateTimeString), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDateTimeFromString_Parms, Result), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventDateTimeFromString_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_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(KismetMathLibrary_eventDateTimeFromString_Parms), &Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::NewProp_DateTimeString,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::NewProp_Result,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::PropPointers) < 2048);
|
|
// ********** End Function DateTimeFromString Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DateTimeFromString", Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::KismetMathLibrary_eventDateTimeFromString_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::KismetMathLibrary_eventDateTimeFromString_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDateTimeFromString)
|
|
{
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_DateTimeString);
|
|
P_GET_STRUCT_REF(FDateTime,Z_Param_Out_Result);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::DateTimeFromString(Z_Param_DateTimeString,Z_Param_Out_Result);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DateTimeFromString *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DateTimeMaxValue *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDateTimeMaxValue_Parms
|
|
{
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the maximum date and time value */" },
|
|
{ "DisplayName", "Max Value (DateTime)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the maximum date and time value" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DateTimeMaxValue constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DateTimeMaxValue constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DateTimeMaxValue Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDateTimeMaxValue_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function DateTimeMaxValue Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DateTimeMaxValue", Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::KismetMathLibrary_eventDateTimeMaxValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::KismetMathLibrary_eventDateTimeMaxValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDateTimeMaxValue)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::DateTimeMaxValue();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DateTimeMaxValue *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DateTimeMinValue *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDateTimeMinValue_Parms
|
|
{
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the minimum date and time value */" },
|
|
{ "DisplayName", "MinValue (DateTime)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the minimum date and time value" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DateTimeMinValue constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DateTimeMinValue constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DateTimeMinValue Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDateTimeMinValue_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function DateTimeMinValue Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DateTimeMinValue", Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::KismetMathLibrary_eventDateTimeMinValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::KismetMathLibrary_eventDateTimeMinValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDateTimeMinValue)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::DateTimeMinValue();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DateTimeMinValue *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DaysInMonth **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDaysInMonth_Parms
|
|
{
|
|
int32 Year;
|
|
int32 Month;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the number of days in the given year and month */" },
|
|
{ "DisplayName", "Days In Month" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the number of days in the given year and month" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DaysInMonth constinit property declarations ***************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Year;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Month;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DaysInMonth constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DaysInMonth Property Definitions **************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::NewProp_Year = { "Year", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDaysInMonth_Parms, Year), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::NewProp_Month = { "Month", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDaysInMonth_Parms, Month), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDaysInMonth_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::NewProp_Year,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::NewProp_Month,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::PropPointers) < 2048);
|
|
// ********** End Function DaysInMonth Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DaysInMonth", Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::KismetMathLibrary_eventDaysInMonth_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::KismetMathLibrary_eventDaysInMonth_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDaysInMonth)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Year);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Month);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::DaysInMonth(Z_Param_Year,Z_Param_Month);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DaysInMonth ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DaysInYear ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDaysInYear_Parms
|
|
{
|
|
int32 Year;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the number of days in the given year */" },
|
|
{ "DisplayName", "Days In Year" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the number of days in the given year" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DaysInYear constinit property declarations ****************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Year;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DaysInYear constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DaysInYear Property Definitions ***************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::NewProp_Year = { "Year", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDaysInYear_Parms, Year), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDaysInYear_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::NewProp_Year,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::PropPointers) < 2048);
|
|
// ********** End Function DaysInYear Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DaysInYear", Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::KismetMathLibrary_eventDaysInYear_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::KismetMathLibrary_eventDaysInYear_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DaysInYear()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DaysInYear_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDaysInYear)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Year);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::DaysInYear(Z_Param_Year);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DaysInYear *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DegAcos **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDegAcos_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the inverse cos (arccos) of A (result is in Degrees) */" },
|
|
{ "CompactNodeTitle", "ACOSd" },
|
|
{ "DisplayName", "Acos (Degrees)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the inverse cos (arccos) of A (result is in Degrees)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DegAcos constinit property declarations *******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DegAcos constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DegAcos Property Definitions ******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegAcos_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegAcos_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::PropPointers) < 2048);
|
|
// ********** End Function DegAcos Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DegAcos", Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::KismetMathLibrary_eventDegAcos_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::KismetMathLibrary_eventDegAcos_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DegAcos()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DegAcos_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDegAcos)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DegAcos(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DegAcos ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DegAsin **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDegAsin_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the inverse sin (arcsin) of A (result is in Degrees) */" },
|
|
{ "CompactNodeTitle", "ASINd" },
|
|
{ "DisplayName", "Asin (Degrees)" },
|
|
{ "Keywords", "sine" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the inverse sin (arcsin) of A (result is in Degrees)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DegAsin constinit property declarations *******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DegAsin constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DegAsin Property Definitions ******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegAsin_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegAsin_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::PropPointers) < 2048);
|
|
// ********** End Function DegAsin Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DegAsin", Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::KismetMathLibrary_eventDegAsin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::KismetMathLibrary_eventDegAsin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DegAsin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DegAsin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDegAsin)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DegAsin(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DegAsin ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DegAtan **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDegAtan_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the inverse tan (atan) (result is in Degrees)*/" },
|
|
{ "DisplayName", "Atan (Degrees)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the inverse tan (atan) (result is in Degrees)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DegAtan constinit property declarations *******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DegAtan constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DegAtan Property Definitions ******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegAtan_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegAtan_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::PropPointers) < 2048);
|
|
// ********** End Function DegAtan Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DegAtan", Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::KismetMathLibrary_eventDegAtan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::KismetMathLibrary_eventDegAtan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DegAtan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DegAtan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDegAtan)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DegAtan(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DegAtan ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DegAtan2 *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDegAtan2_Parms
|
|
{
|
|
double Y;
|
|
double X;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the inverse tan (atan2) of A/B (result is in Degrees)*/" },
|
|
{ "DisplayName", "Atan2 (Degrees)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the inverse tan (atan2) of A/B (result is in Degrees)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DegAtan2 constinit property declarations ******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DegAtan2 constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DegAtan2 Property Definitions *****************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegAtan2_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegAtan2_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegAtan2_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::PropPointers) < 2048);
|
|
// ********** End Function DegAtan2 Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DegAtan2", Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::KismetMathLibrary_eventDegAtan2_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::KismetMathLibrary_eventDegAtan2_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DegAtan2()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DegAtan2_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDegAtan2)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DegAtan2(Z_Param_Y,Z_Param_X);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DegAtan2 ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DegCos ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDegCos_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the cos of A (expects Degrees)*/" },
|
|
{ "CompactNodeTitle", "COSd" },
|
|
{ "DisplayName", "Cos (Degrees)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the cos of A (expects Degrees)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DegCos constinit property declarations ********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DegCos constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DegCos Property Definitions *******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegCos_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegCos_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::PropPointers) < 2048);
|
|
// ********** End Function DegCos Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DegCos", Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::KismetMathLibrary_eventDegCos_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::KismetMathLibrary_eventDegCos_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DegCos()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DegCos_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDegCos)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DegCos(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DegCos *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DegreesToRadians *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDegreesToRadians_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns radians value based on the input degrees */" },
|
|
{ "CompactNodeTitle", "D2R" },
|
|
{ "DisplayName", "Degrees To Radians" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns radians value based on the input degrees" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DegreesToRadians constinit property declarations **********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DegreesToRadians constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DegreesToRadians Property Definitions *********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegreesToRadians_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegreesToRadians_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::PropPointers) < 2048);
|
|
// ********** End Function DegreesToRadians Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DegreesToRadians", Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::KismetMathLibrary_eventDegreesToRadians_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::KismetMathLibrary_eventDegreesToRadians_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDegreesToRadians)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DegreesToRadians(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DegreesToRadians *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DegSin ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDegSin_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the sin of A (expects Degrees)*/" },
|
|
{ "CompactNodeTitle", "SINd" },
|
|
{ "DisplayName", "Sin (Degrees)" },
|
|
{ "Keywords", "sine" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the sin of A (expects Degrees)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DegSin constinit property declarations ********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DegSin constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DegSin Property Definitions *******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegSin_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegSin_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::PropPointers) < 2048);
|
|
// ********** End Function DegSin Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DegSin", Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::KismetMathLibrary_eventDegSin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::KismetMathLibrary_eventDegSin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DegSin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DegSin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDegSin)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DegSin(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DegSin *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DegTan ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDegTan_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the tan of A (expects Degrees)*/" },
|
|
{ "CompactNodeTitle", "TANd" },
|
|
{ "DisplayName", "Tan (Degrees)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the tan of A (expects Degrees)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DegTan constinit property declarations ********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DegTan constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DegTan Property Definitions *******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegTan_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDegTan_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::PropPointers) < 2048);
|
|
// ********** End Function DegTan Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DegTan", Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::KismetMathLibrary_eventDegTan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::KismetMathLibrary_eventDegTan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DegTan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DegTan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDegTan)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DegTan(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DegTan *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Distance2D ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDistance2D_Parms
|
|
{
|
|
FVector2D V1;
|
|
FVector2D V2;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Distance between two 2D points.\n\x09 *\n\x09 * @param V1 The first point.\n\x09 * @param V2 The second point.\n\x09 * @return The distance between two 2D points.\n\x09 */" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Distance" },
|
|
{ "ToolTip", "Distance between two 2D points.\n\n@param V1 The first point.\n@param V2 The second point.\n@return The distance between two 2D points." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Distance2D constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V1;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V2;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Distance2D constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Distance2D Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::NewProp_V1 = { "V1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDistance2D_Parms, V1), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::NewProp_V2 = { "V2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDistance2D_Parms, V2), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDistance2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::NewProp_V1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::NewProp_V2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Distance2D Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Distance2D", Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::KismetMathLibrary_eventDistance2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::KismetMathLibrary_eventDistance2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Distance2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Distance2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDistance2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_V1);
|
|
P_GET_STRUCT(FVector2D,Z_Param_V2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Distance2D(Z_Param_V1,Z_Param_V2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Distance2D *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DistanceSquared2D ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDistanceSquared2D_Parms
|
|
{
|
|
FVector2D V1;
|
|
FVector2D V2;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Squared distance between two 2D points.\n\x09 *\n\x09 * @param V1 The first point.\n\x09 * @param V2 The second point.\n\x09 * @return The squared distance between two 2D points.\n\x09 */" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "DistanceSquared" },
|
|
{ "ToolTip", "Squared distance between two 2D points.\n\n@param V1 The first point.\n@param V2 The second point.\n@return The squared distance between two 2D points." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DistanceSquared2D constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V1;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V2;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DistanceSquared2D constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DistanceSquared2D Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::NewProp_V1 = { "V1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDistanceSquared2D_Parms, V1), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::NewProp_V2 = { "V2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDistanceSquared2D_Parms, V2), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDistanceSquared2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::NewProp_V1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::NewProp_V2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function DistanceSquared2D Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DistanceSquared2D", Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::KismetMathLibrary_eventDistanceSquared2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::KismetMathLibrary_eventDistanceSquared2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDistanceSquared2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_V1);
|
|
P_GET_STRUCT(FVector2D,Z_Param_V2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DistanceSquared2D(Z_Param_V1,Z_Param_V2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DistanceSquared2D ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_ByteByte ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Division (A / B) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "Byte / Byte" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Division (A / B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_ByteByte constinit property declarations ***********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_ByteByte constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_ByteByte Property Definitions **********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_ByteByte_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_ByteByte Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::KismetMathLibrary_eventDivide_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::KismetMathLibrary_eventDivide_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::Divide_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_ByteByte ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_DoubleDouble **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Division (A / B) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "CPP_Default_B", "1.000000" },
|
|
{ "DisplayName", "float / float" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Division (A / B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_DoubleDouble constinit property declarations *******************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_DoubleDouble constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_DoubleDouble Property Definitions ******************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_DoubleDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_DoubleDouble Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::KismetMathLibrary_eventDivide_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::KismetMathLibrary_eventDivide_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Divide_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_DoubleDouble ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_Int64Int64 ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Division (A / B) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "integer64 / integer64" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Division (A / B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_Int64Int64 constinit property declarations *********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_Int64Int64 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_Int64Int64 Property Definitions ********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Int64Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_Int64Int64 Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::KismetMathLibrary_eventDivide_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::KismetMathLibrary_eventDivide_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Divide_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_Int64Int64 ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_IntInt ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Division (A / B) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "int / int" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Division (A / B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_IntInt constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_IntInt constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_IntInt Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_IntInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_IntInt Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_IntInt", Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::KismetMathLibrary_eventDivide_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::KismetMathLibrary_eventDivide_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Divide_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_IntInt **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_IntPointInt ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_IntPointInt_Parms
|
|
{
|
|
FIntPoint A;
|
|
int32 B;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Division (A * B) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "DisplayName", "IntPoint / Integer" },
|
|
{ "Keywords", "/ divide" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "DivideInt" },
|
|
{ "ScriptOperator", "/;/=" },
|
|
{ "ToolTip", "Division (A * B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_IntPointInt constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_IntPointInt constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_IntPointInt Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_IntPointInt_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_IntPointInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_IntPointInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_IntPointInt Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_IntPointInt", Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::KismetMathLibrary_eventDivide_IntPointInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::KismetMathLibrary_eventDivide_IntPointInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_IntPointInt)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Divide_IntPointInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_IntPointInt *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_IntPointIntPoint **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_IntPointIntPoint_Parms
|
|
{
|
|
FIntPoint A;
|
|
FIntPoint B;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Returns IntPoint A divided by B */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "DisplayName", "IntPoint / IntPoint" },
|
|
{ "Keywords", "/ divide" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Divide" },
|
|
{ "ScriptOperator", "/;/=" },
|
|
{ "ToolTip", "Returns IntPoint A divided by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_IntPointIntPoint constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_IntPointIntPoint constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_IntPointIntPoint Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_IntPointIntPoint_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_IntPointIntPoint_Parms, B), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_IntPointIntPoint_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_IntPointIntPoint Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_IntPointIntPoint", Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::KismetMathLibrary_eventDivide_IntPointIntPoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::KismetMathLibrary_eventDivide_IntPointIntPoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_IntPointIntPoint)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_STRUCT(FIntPoint,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Divide_IntPointIntPoint(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_IntPointIntPoint ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_LinearColorLinearColor ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_LinearColorLinearColor_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Element-wise multiplication of two linear colors (R/R, G/G, B/B, A/A) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "DisplayName", "LinearColor / LinearColor" },
|
|
{ "Keywords", "/ divide" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Divide" },
|
|
{ "ScriptOperator", "/;/=" },
|
|
{ "ToolTip", "Element-wise multiplication of two linear colors (R/R, G/G, B/B, A/A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_LinearColorLinearColor constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_LinearColorLinearColor constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_LinearColorLinearColor Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_LinearColorLinearColor_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_LinearColorLinearColor_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_LinearColorLinearColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_LinearColorLinearColor Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_LinearColorLinearColor", Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::KismetMathLibrary_eventDivide_LinearColorLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::KismetMathLibrary_eventDivide_LinearColorLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_LinearColorLinearColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::Divide_LinearColorLinearColor(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_LinearColorLinearColor ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_TimespanFloat *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_TimespanFloat_Parms
|
|
{
|
|
FTimespan A;
|
|
float Scalar;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Scalar division (A / s) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "DisplayName", "Timespan / float" },
|
|
{ "Keywords", "/ divide" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Scalar division (A / s)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_TimespanFloat constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Scalar;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_TimespanFloat constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_TimespanFloat Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_TimespanFloat_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::NewProp_Scalar = { "Scalar", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_TimespanFloat_Parms, Scalar), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_TimespanFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::NewProp_Scalar,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_TimespanFloat Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_TimespanFloat", Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::KismetMathLibrary_eventDivide_TimespanFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::KismetMathLibrary_eventDivide_TimespanFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_TimespanFloat)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Scalar);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::Divide_TimespanFloat(Z_Param_A,Z_Param_Scalar);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_TimespanFloat ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_Vector2DFloat *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_Vector2DFloat_Parms
|
|
{
|
|
FVector2D A;
|
|
double B;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns Vector A divided by B */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "CPP_Default_B", "1.000000" },
|
|
{ "DisplayName", "vector2d / float" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "DivideFloat" },
|
|
{ "ScriptOperator", "/;/=" },
|
|
{ "ToolTip", "Returns Vector A divided by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_Vector2DFloat constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_Vector2DFloat constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_Vector2DFloat Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Vector2DFloat_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Vector2DFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Vector2DFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_Vector2DFloat Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_Vector2DFloat", Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::KismetMathLibrary_eventDivide_Vector2DFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::KismetMathLibrary_eventDivide_Vector2DFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_Vector2DFloat)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Divide_Vector2DFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_Vector2DFloat ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_Vector2DVector2D **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_Vector2DVector2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Element-wise Vector divide (Result = {A.x/B.x, A.y/B.y}) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "DisplayName", "vector2d / vector2d" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Divide" },
|
|
{ "ScriptOperator", "/;/=" },
|
|
{ "ToolTip", "Element-wise Vector divide (Result = {A.x/B.x, A.y/B.y})" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_Vector2DVector2D constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_Vector2DVector2D constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_Vector2DVector2D Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Vector2DVector2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Vector2DVector2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Vector2DVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_Vector2DVector2D Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_Vector2DVector2D", Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::KismetMathLibrary_eventDivide_Vector2DVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::KismetMathLibrary_eventDivide_Vector2DVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_Vector2DVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Divide_Vector2DVector2D(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_Vector2DVector2D ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_Vector4Vector4 ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_Vector4Vector4_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Element-wise Vector divide (Result = {A.x/B.x, A.y/B.y, A.z/B.z, A.w/B.w}) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "DisplayName", "Vector4 / Vector4" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Divide" },
|
|
{ "ScriptOperator", "/;/=" },
|
|
{ "ToolTip", "Element-wise Vector divide (Result = {A.x/B.x, A.y/B.y, A.z/B.z, A.w/B.w})" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_Vector4Vector4 constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_Vector4Vector4 constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_Vector4Vector4 Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Vector4Vector4_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Vector4Vector4_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_Vector4Vector4_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_Vector4Vector4 Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_Vector4Vector4", Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::KismetMathLibrary_eventDivide_Vector4Vector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::KismetMathLibrary_eventDivide_Vector4Vector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_Vector4Vector4)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Divide_Vector4Vector4(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_Vector4Vector4 **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_VectorFloat ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_VectorFloat_Parms
|
|
{
|
|
FVector A;
|
|
double B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Vector divide by a float */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "CPP_Default_B", "1.000000" },
|
|
{ "DisplayName", "vector / float" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "DivideFloat" },
|
|
{ "ScriptOperator", "/;/=" },
|
|
{ "ToolTip", "Vector divide by a float" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_VectorFloat constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_VectorFloat constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_VectorFloat Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_VectorFloat_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_VectorFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_VectorFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_VectorFloat Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_VectorFloat", Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::KismetMathLibrary_eventDivide_VectorFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::KismetMathLibrary_eventDivide_VectorFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_VectorFloat)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Divide_VectorFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_VectorFloat *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_VectorInt *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_VectorInt_Parms
|
|
{
|
|
FVector A;
|
|
int32 B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Vector divide by an integer */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "vector / integer" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "DivideInt" },
|
|
{ "ToolTip", "Vector divide by an integer" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_VectorInt constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_VectorInt constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_VectorInt Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_VectorInt_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_VectorInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_VectorInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_VectorInt Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_VectorInt", Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::KismetMathLibrary_eventDivide_VectorInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::KismetMathLibrary_eventDivide_VectorInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_VectorInt)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Divide_VectorInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_VectorInt *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Divide_VectorVector **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDivide_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Element-wise Vector division (Result = {A.x/B.x, A.y/B.y, A.z/B.z}) */" },
|
|
{ "CompactNodeTitle", "/" },
|
|
{ "CPP_Default_B", "1.000000,1.000000,1.000000" },
|
|
{ "DisplayName", "vector / vector" },
|
|
{ "Keywords", "/ divide division" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Divide" },
|
|
{ "ScriptOperator", "/;/=" },
|
|
{ "ToolTip", "Element-wise Vector division (Result = {A.x/B.x, A.y/B.y, A.z/B.z})" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Divide_VectorVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Divide_VectorVector constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Divide_VectorVector Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDivide_VectorVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Divide_VectorVector Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Divide_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::KismetMathLibrary_eventDivide_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::KismetMathLibrary_eventDivide_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDivide_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Divide_VectorVector(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Divide_VectorVector ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Dot_VectorVector *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDot_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns the dot product of two 3d vectors - see http://mathworld.wolfram.com/DotProduct.html */" },
|
|
{ "CompactNodeTitle", "dot" },
|
|
{ "DisplayName", "Dot Product" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Dot" },
|
|
{ "ScriptOperator", "|" },
|
|
{ "ToolTip", "Returns the dot product of two 3d vectors - see http://mathworld.wolfram.com/DotProduct.html" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Dot_VectorVector constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Dot_VectorVector constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Dot_VectorVector Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDot_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDot_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDot_VectorVector_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Dot_VectorVector Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Dot_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::KismetMathLibrary_eventDot_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::KismetMathLibrary_eventDot_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDot_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Dot_VectorVector(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Dot_VectorVector *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DotProduct2D *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDotProduct2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns the dot product of two 2d vectors - see http://mathworld.wolfram.com/DotProduct.html */" },
|
|
{ "CompactNodeTitle", "dot" },
|
|
{ "DisplayName", "Dot Product (2D)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Dot" },
|
|
{ "ScriptOperator", "|" },
|
|
{ "ToolTip", "Returns the dot product of two 2d vectors - see http://mathworld.wolfram.com/DotProduct.html" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DotProduct2D constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DotProduct2D constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DotProduct2D Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDotProduct2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDotProduct2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDotProduct2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function DotProduct2D Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DotProduct2D", Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::KismetMathLibrary_eventDotProduct2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::KismetMathLibrary_eventDotProduct2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDotProduct2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::DotProduct2D(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DotProduct2D ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DynamicWeightedMovingAverage_Float ***********
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDynamicWeightedMovingAverage_Float_Parms
|
|
{
|
|
float CurrentSample;
|
|
float PreviousSample;
|
|
float MaxDistance;
|
|
float MinWeight;
|
|
float MaxWeight;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Smoothing" },
|
|
{ "Comment", "/**\n\x09 * Calculates the new value in a weighted moving average series using the previous value and a weight range.\n\x09 * The weight range is used to dynamically adjust based upon distance between the samples\n\x09 * This allows you to smooth a value more aggressively for small noise and let large movements be smoothed less (or vice versa)\n\x09 *\n\x09 * @param CurrentSample - The value to blend with the previous sample to get a new weighted value\n\x09 * @param PreviousSample - The last value from the series\n\x09 * @param MaxDistance - Distance to use as the blend between min weight or max weight\n\x09 * @param MinWeight - The weight use when the distance is small\n\x09 * @param MaxWeight - The weight use when the distance is large\n\x09 *\n\x09 * @return the next value in the series\n\x09 */" },
|
|
{ "DisplayName", "Dynamic Weighted Moving Average Float" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Calculates the new value in a weighted moving average series using the previous value and a weight range.\nThe weight range is used to dynamically adjust based upon distance between the samples\nThis allows you to smooth a value more aggressively for small noise and let large movements be smoothed less (or vice versa)\n\n@param CurrentSample - The value to blend with the previous sample to get a new weighted value\n@param PreviousSample - The last value from the series\n@param MaxDistance - Distance to use as the blend between min weight or max weight\n@param MinWeight - The weight use when the distance is small\n@param MaxWeight - The weight use when the distance is large\n\n@return the next value in the series" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DynamicWeightedMovingAverage_Float constinit property declarations ****
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_CurrentSample;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PreviousSample;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxDistance;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinWeight;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxWeight;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DynamicWeightedMovingAverage_Float constinit property declarations ******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DynamicWeightedMovingAverage_Float Property Definitions ***************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_CurrentSample = { "CurrentSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_Float_Parms, CurrentSample), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_PreviousSample = { "PreviousSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_Float_Parms, PreviousSample), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_MaxDistance = { "MaxDistance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_Float_Parms, MaxDistance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_MinWeight = { "MinWeight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_Float_Parms, MinWeight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_MaxWeight = { "MaxWeight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_Float_Parms, MaxWeight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_Float_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_CurrentSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_PreviousSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_MaxDistance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_MinWeight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_MaxWeight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::PropPointers) < 2048);
|
|
// ********** End Function DynamicWeightedMovingAverage_Float Property Definitions *****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DynamicWeightedMovingAverage_Float", Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::KismetMathLibrary_eventDynamicWeightedMovingAverage_Float_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::KismetMathLibrary_eventDynamicWeightedMovingAverage_Float_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDynamicWeightedMovingAverage_Float)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_CurrentSample);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_PreviousSample);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxDistance);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MinWeight);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxWeight);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::DynamicWeightedMovingAverage_Float(Z_Param_CurrentSample,Z_Param_PreviousSample,Z_Param_MaxDistance,Z_Param_MinWeight,Z_Param_MaxWeight);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DynamicWeightedMovingAverage_Float *************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DynamicWeightedMovingAverage_FRotator ********
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDynamicWeightedMovingAverage_FRotator_Parms
|
|
{
|
|
FRotator CurrentSample;
|
|
FRotator PreviousSample;
|
|
float MaxDistance;
|
|
float MinWeight;
|
|
float MaxWeight;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Smoothing" },
|
|
{ "Comment", "/**\n\x09 * Calculates the new value in a weighted moving average series using the previous value and a weight range.\n\x09 * The weight range is used to dynamically adjust based upon distance between the samples\n\x09 * This allows you to smooth a value more aggressively for small noise and let large movements be smoothed less (or vice versa)\n\x09 *\n\x09 * @param CurrentSample - The value to blend with the previous sample to get a new weighted value\n\x09 * @param PreviousSample - The last value from the series\n\x09 * @param MaxDistance - Distance to use as the blend between min weight or max weight\n\x09 * @param MinWeight - The weight use when the distance is small\n\x09 * @param MaxWeight - The weight use when the distance is large\n\x09 *\n\x09 * @return the next value in the series\n\x09 */" },
|
|
{ "DisplayName", "Dynamic Weighted Moving Average Rotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Calculates the new value in a weighted moving average series using the previous value and a weight range.\nThe weight range is used to dynamically adjust based upon distance between the samples\nThis allows you to smooth a value more aggressively for small noise and let large movements be smoothed less (or vice versa)\n\n@param CurrentSample - The value to blend with the previous sample to get a new weighted value\n@param PreviousSample - The last value from the series\n@param MaxDistance - Distance to use as the blend between min weight or max weight\n@param MinWeight - The weight use when the distance is small\n@param MaxWeight - The weight use when the distance is large\n\n@return the next value in the series" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DynamicWeightedMovingAverage_FRotator constinit property declarations *
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurrentSample;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PreviousSample;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxDistance;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinWeight;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxWeight;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DynamicWeightedMovingAverage_FRotator constinit property declarations ***
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DynamicWeightedMovingAverage_FRotator Property Definitions ************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_CurrentSample = { "CurrentSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FRotator_Parms, CurrentSample), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_PreviousSample = { "PreviousSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FRotator_Parms, PreviousSample), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_MaxDistance = { "MaxDistance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FRotator_Parms, MaxDistance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_MinWeight = { "MinWeight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FRotator_Parms, MinWeight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_MaxWeight = { "MaxWeight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FRotator_Parms, MaxWeight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_CurrentSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_PreviousSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_MaxDistance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_MinWeight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_MaxWeight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function DynamicWeightedMovingAverage_FRotator Property Definitions **************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DynamicWeightedMovingAverage_FRotator", Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::KismetMathLibrary_eventDynamicWeightedMovingAverage_FRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::KismetMathLibrary_eventDynamicWeightedMovingAverage_FRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDynamicWeightedMovingAverage_FRotator)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_CurrentSample);
|
|
P_GET_STRUCT(FRotator,Z_Param_PreviousSample);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxDistance);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MinWeight);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxWeight);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::DynamicWeightedMovingAverage_FRotator(Z_Param_CurrentSample,Z_Param_PreviousSample,Z_Param_MaxDistance,Z_Param_MinWeight,Z_Param_MaxWeight);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DynamicWeightedMovingAverage_FRotator **********
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function DynamicWeightedMovingAverage_FVector *********
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventDynamicWeightedMovingAverage_FVector_Parms
|
|
{
|
|
FVector CurrentSample;
|
|
FVector PreviousSample;
|
|
float MaxDistance;
|
|
float MinWeight;
|
|
float MaxWeight;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Smoothing" },
|
|
{ "Comment", "/**\n\x09 * Calculates the new value in a weighted moving average series using the previous value and a weight range.\n\x09 * The weight range is used to dynamically adjust based upon distance between the samples\n\x09 * This allows you to smooth a value more aggressively for small noise and let large movements be smoothed less (or vice versa)\n\x09 *\n\x09 * @param CurrentSample - The value to blend with the previous sample to get a new weighted value\n\x09 * @param PreviousSample - The last value from the series\n\x09 * @param MaxDistance - Distance to use as the blend between min weight or max weight\n\x09 * @param MinWeight - The weight use when the distance is small\n\x09 * @param MaxWeight - The weight use when the distance is large\n\x09 *\n\x09 * @return the next value in the series\n\x09 */" },
|
|
{ "DisplayName", "Dynamic Weighted Moving Average Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Calculates the new value in a weighted moving average series using the previous value and a weight range.\nThe weight range is used to dynamically adjust based upon distance between the samples\nThis allows you to smooth a value more aggressively for small noise and let large movements be smoothed less (or vice versa)\n\n@param CurrentSample - The value to blend with the previous sample to get a new weighted value\n@param PreviousSample - The last value from the series\n@param MaxDistance - Distance to use as the blend between min weight or max weight\n@param MinWeight - The weight use when the distance is small\n@param MaxWeight - The weight use when the distance is large\n\n@return the next value in the series" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function DynamicWeightedMovingAverage_FVector constinit property declarations **
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurrentSample;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PreviousSample;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxDistance;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinWeight;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxWeight;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function DynamicWeightedMovingAverage_FVector constinit property declarations ****
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function DynamicWeightedMovingAverage_FVector Property Definitions *************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_CurrentSample = { "CurrentSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FVector_Parms, CurrentSample), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_PreviousSample = { "PreviousSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FVector_Parms, PreviousSample), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_MaxDistance = { "MaxDistance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FVector_Parms, MaxDistance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_MinWeight = { "MinWeight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FVector_Parms, MinWeight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_MaxWeight = { "MaxWeight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FVector_Parms, MaxWeight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventDynamicWeightedMovingAverage_FVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_CurrentSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_PreviousSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_MaxDistance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_MinWeight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_MaxWeight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function DynamicWeightedMovingAverage_FVector Property Definitions ***************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "DynamicWeightedMovingAverage_FVector", Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::KismetMathLibrary_eventDynamicWeightedMovingAverage_FVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::KismetMathLibrary_eventDynamicWeightedMovingAverage_FVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execDynamicWeightedMovingAverage_FVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_CurrentSample);
|
|
P_GET_STRUCT(FVector,Z_Param_PreviousSample);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxDistance);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MinWeight);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxWeight);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::DynamicWeightedMovingAverage_FVector(Z_Param_CurrentSample,Z_Param_PreviousSample,Z_Param_MaxDistance,Z_Param_MinWeight,Z_Param_MaxWeight);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function DynamicWeightedMovingAverage_FVector ***********
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Ease *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEase_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double Alpha;
|
|
TEnumAsByte<EEasingFunc::Type> EasingFunc;
|
|
double BlendExp;
|
|
int32 Steps;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Easing between A and B using a specified easing function */" },
|
|
{ "CPP_Default_BlendExp", "2.000000" },
|
|
{ "CPP_Default_Steps", "2" },
|
|
{ "DisplayName", "Ease" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Easing between A and B using a specified easing function" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Ease constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_EasingFunc;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_BlendExp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Steps;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Ease constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Ease Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEase_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEase_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEase_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_EasingFunc = { "EasingFunc", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEase_Parms, EasingFunc), Z_Construct_UEnum_Engine_EEasingFunc, METADATA_PARAMS(0, nullptr) }; // 3747893997
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_BlendExp = { "BlendExp", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEase_Parms, BlendExp), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_Steps = { "Steps", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEase_Parms, Steps), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEase_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_EasingFunc,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_BlendExp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_Steps,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::PropPointers) < 2048);
|
|
// ********** End Function Ease Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Ease", Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::KismetMathLibrary_eventEase_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::KismetMathLibrary_eventEase_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Ease()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Ease_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEase)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Alpha);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_EasingFunc);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_BlendExp);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Steps);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Ease(Z_Param_A,Z_Param_B,Z_Param_Alpha,EEasingFunc::Type(Z_Param_EasingFunc),Z_Param_BlendExp,Z_Param_Steps);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Ease *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Equal_IntPointIntPoint ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqual_IntPointIntPoint_Parms
|
|
{
|
|
FIntPoint A;
|
|
FIntPoint B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Returns true if IntPoint A is equal to IntPoint B (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (IntPoint)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Equals" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Returns true if IntPoint A is equal to IntPoint B (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Equal_IntPointIntPoint constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Equal_IntPointIntPoint constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Equal_IntPointIntPoint Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqual_IntPointIntPoint_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqual_IntPointIntPoint_Parms, B), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqual_IntPointIntPoint_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_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(KismetMathLibrary_eventEqual_IntPointIntPoint_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function Equal_IntPointIntPoint Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Equal_IntPointIntPoint", Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::KismetMathLibrary_eventEqual_IntPointIntPoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::KismetMathLibrary_eventEqual_IntPointIntPoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqual_IntPointIntPoint)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_STRUCT(FIntPoint,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Equal_IntPointIntPoint(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Equal_IntPointIntPoint *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_BoolBool **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_BoolBool_Parms
|
|
{
|
|
bool A;
|
|
bool B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Boolean" },
|
|
{ "Comment", "/** Returns true if the values are equal (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Boolean)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if the values are equal (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_BoolBool constinit property declarations *******************
|
|
static void NewProp_A_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_A;
|
|
static void NewProp_B_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_BoolBool constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_BoolBool Property Definitions ******************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_A_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_BoolBool_Parms*)Obj)->A = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventEqualEqual_BoolBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_A_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_B_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_BoolBool_Parms*)Obj)->B = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventEqualEqual_BoolBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_B_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_BoolBool_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_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(KismetMathLibrary_eventEqualEqual_BoolBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_BoolBool Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_BoolBool", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::KismetMathLibrary_eventEqualEqual_BoolBool_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::KismetMathLibrary_eventEqualEqual_BoolBool_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_BoolBool)
|
|
{
|
|
P_GET_UBOOL(Z_Param_A);
|
|
P_GET_UBOOL(Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_BoolBool(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_BoolBool ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_ByteByte **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns true if A is equal to B (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Byte)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is equal to B (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_ByteByte constinit property declarations *******************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_ByteByte constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_ByteByte Property Definitions ******************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_ByteByte_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_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(KismetMathLibrary_eventEqualEqual_ByteByte_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_ByteByte Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::KismetMathLibrary_eventEqualEqual_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::KismetMathLibrary_eventEqualEqual_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_ByteByte ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_ClassClass ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_ClassClass_Parms
|
|
{
|
|
UClass* A;
|
|
UClass* B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities" },
|
|
{ "Comment", "/** Returns true if A and B are equal (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Class)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A and B are equal (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_ClassClass constinit property declarations *****************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_ClassClass constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_ClassClass Property Definitions ****************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_ClassClass_Parms, A), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_ClassClass_Parms, B), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_ClassClass_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_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(KismetMathLibrary_eventEqualEqual_ClassClass_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_ClassClass Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_ClassClass", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::KismetMathLibrary_eventEqualEqual_ClassClass_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::KismetMathLibrary_eventEqualEqual_ClassClass_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_ClassClass)
|
|
{
|
|
P_GET_OBJECT(UClass,Z_Param_A);
|
|
P_GET_OBJECT(UClass,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_ClassClass(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_ClassClass **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_DateTimeDateTime ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_DateTimeDateTime_Parms
|
|
{
|
|
FDateTime A;
|
|
FDateTime B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns true if the values are equal (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (DateTime)" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if the values are equal (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_DateTimeDateTime constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_DateTimeDateTime constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_DateTimeDateTime Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_DateTimeDateTime_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_DateTimeDateTime_Parms, B), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_DateTimeDateTime_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_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(KismetMathLibrary_eventEqualEqual_DateTimeDateTime_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_DateTimeDateTime Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_DateTimeDateTime", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::KismetMathLibrary_eventEqualEqual_DateTimeDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::KismetMathLibrary_eventEqualEqual_DateTimeDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_DateTimeDateTime)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FDateTime,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_DateTimeDateTime(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_DateTimeDateTime ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_DoubleDouble **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns true if A is exactly equal to B (A == B)*/" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Float)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is exactly equal to B (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_DoubleDouble constinit property declarations ***************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_DoubleDouble constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_DoubleDouble Property Definitions **************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_DoubleDouble_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_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(KismetMathLibrary_eventEqualEqual_DoubleDouble_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_DoubleDouble Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::KismetMathLibrary_eventEqualEqual_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::KismetMathLibrary_eventEqualEqual_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_DoubleDouble ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_Int64Int64 ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns true if A is equal to B (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Integer64)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is equal to B (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_Int64Int64 constinit property declarations *****************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_Int64Int64 constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_Int64Int64 Property Definitions ****************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_Int64Int64_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_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(KismetMathLibrary_eventEqualEqual_Int64Int64_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_Int64Int64 Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::KismetMathLibrary_eventEqualEqual_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::KismetMathLibrary_eventEqualEqual_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_Int64Int64 **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_IntInt ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns true if A is equal to B (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Integer)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is equal to B (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_IntInt constinit property declarations *********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_IntInt constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_IntInt Property Definitions ********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_IntInt_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_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(KismetMathLibrary_eventEqualEqual_IntInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_IntInt Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_IntInt", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::KismetMathLibrary_eventEqualEqual_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::KismetMathLibrary_eventEqualEqual_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_IntInt ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_LinearColorLinearColor ************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_LinearColorLinearColor_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Returns true if linear color A is equal to linear color B (A == B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (LinearColor)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Equals" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Returns true if linear color A is equal to linear color B (A == B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_LinearColorLinearColor constinit property declarations *****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_LinearColorLinearColor constinit property declarations *******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_LinearColorLinearColor Property Definitions ****************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_LinearColorLinearColor_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_LinearColorLinearColor_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_LinearColorLinearColor_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_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(KismetMathLibrary_eventEqualEqual_LinearColorLinearColor_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_LinearColorLinearColor Property Definitions ******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_LinearColorLinearColor", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::KismetMathLibrary_eventEqualEqual_LinearColorLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::KismetMathLibrary_eventEqualEqual_LinearColorLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_LinearColorLinearColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_LinearColorLinearColor(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_LinearColorLinearColor **************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_MatrixMatrix **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventEqualEqual_MatrixMatrix_Parms
|
|
{
|
|
FMatrix A;
|
|
FMatrix B;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * Checks whether another Matrix is equal to this, within specified tolerance.\n\x09 *\n\x09 * @param Other The other Matrix.\n\x09 * @param Tolerance Error Tolerance.\n\x09 * @return true if two Matrix are equal, within specified tolerance, otherwise false.\n\x09 */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Equal (Matrix)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Equals" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Checks whether another Matrix is equal to this, within specified tolerance.\n\n@param Other The other Matrix.\n@param Tolerance Error Tolerance.\n@return true if two Matrix are equal, within specified tolerance, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_MatrixMatrix constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_MatrixMatrix constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_MatrixMatrix Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_MatrixMatrix_Parms, A), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_MatrixMatrix_Parms, B), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_MatrixMatrix_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_MatrixMatrix_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_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(KismetMathLibrary_eventEqualEqual_MatrixMatrix_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_MatrixMatrix Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_MatrixMatrix", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::KismetMathLibrary_eventEqualEqual_MatrixMatrix_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::KismetMathLibrary_eventEqualEqual_MatrixMatrix_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_MatrixMatrix)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_MatrixMatrix(Z_Param_Out_A,Z_Param_Out_B,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_MatrixMatrix ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_NameName **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_NameName_Parms
|
|
{
|
|
FName A;
|
|
FName B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|Name" },
|
|
{ "Comment", "/** Returns true if A and B are equal (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Name)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A and B are equal (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_NameName constinit property declarations *******************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_NameName constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_NameName Property Definitions ******************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_NameName_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_NameName_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_NameName_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_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(KismetMathLibrary_eventEqualEqual_NameName_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_NameName Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_NameName", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::KismetMathLibrary_eventEqualEqual_NameName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::KismetMathLibrary_eventEqualEqual_NameName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_NameName)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_NameName(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_NameName ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_ObjectObject **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_ObjectObject_Parms
|
|
{
|
|
UObject* A;
|
|
UObject* B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities" },
|
|
{ "Comment", "/** Returns true if A and B are equal (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Object)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A and B are equal (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_ObjectObject constinit property declarations ***************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_ObjectObject constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_ObjectObject Property Definitions **************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_ObjectObject_Parms, A), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_ObjectObject_Parms, B), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_ObjectObject_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_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(KismetMathLibrary_eventEqualEqual_ObjectObject_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_ObjectObject Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_ObjectObject", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::KismetMathLibrary_eventEqualEqual_ObjectObject_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::KismetMathLibrary_eventEqualEqual_ObjectObject_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_ObjectObject)
|
|
{
|
|
P_GET_OBJECT(UObject,Z_Param_A);
|
|
P_GET_OBJECT(UObject,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_ObjectObject(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_ObjectObject ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_QuatQuat **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_QuatQuat_Parms
|
|
{
|
|
FQuat A;
|
|
FQuat B;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Returns true if Quaternion A is equal to Quaternion B (A == B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Equal (Quat)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Equals" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Returns true if Quaternion A is equal to Quaternion B (A == B) within a specified error tolerance" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_QuatQuat constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_QuatQuat constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_QuatQuat Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_QuatQuat_Parms, A), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_QuatQuat_Parms, B), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_QuatQuat_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_QuatQuat_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_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(KismetMathLibrary_eventEqualEqual_QuatQuat_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_QuatQuat Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_QuatQuat", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::KismetMathLibrary_eventEqualEqual_QuatQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::KismetMathLibrary_eventEqualEqual_QuatQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_QuatQuat)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_QuatQuat(Z_Param_Out_A,Z_Param_Out_B,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_QuatQuat ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_RotatorRotator ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_RotatorRotator_Parms
|
|
{
|
|
FRotator A;
|
|
FRotator B;
|
|
float ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Returns true if rotator A is equal to rotator B (A == B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000100" },
|
|
{ "DisplayName", "Equal (Rotator)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNearEqual" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Returns true if rotator A is equal to rotator B (A == B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_RotatorRotator constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_RotatorRotator constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_RotatorRotator Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_RotatorRotator_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_RotatorRotator_Parms, B), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_RotatorRotator_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_RotatorRotator_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_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(KismetMathLibrary_eventEqualEqual_RotatorRotator_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_RotatorRotator Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_RotatorRotator", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::KismetMathLibrary_eventEqualEqual_RotatorRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::KismetMathLibrary_eventEqualEqual_RotatorRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_RotatorRotator)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_STRUCT(FRotator,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_RotatorRotator(Z_Param_A,Z_Param_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_RotatorRotator **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_TimespanTimespan ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_TimespanTimespan_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns true if the values are equal (A == B) */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Timespan)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if the values are equal (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_TimespanTimespan constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_TimespanTimespan constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_TimespanTimespan Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_TimespanTimespan_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_TimespanTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_TimespanTimespan_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_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(KismetMathLibrary_eventEqualEqual_TimespanTimespan_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_TimespanTimespan Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_TimespanTimespan", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::KismetMathLibrary_eventEqualEqual_TimespanTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::KismetMathLibrary_eventEqualEqual_TimespanTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_TimespanTimespan)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_TimespanTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_TimespanTimespan ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_TransformTransform ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_TransformTransform_Parms
|
|
{
|
|
FTransform A;
|
|
FTransform B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** Returns true if transform A is equal to transform B */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "DisplayName", "Equal (Transform)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Equals" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Returns true if transform A is equal to transform B" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_TransformTransform constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_TransformTransform constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_TransformTransform Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_TransformTransform_Parms, A), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_TransformTransform_Parms, B), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_TransformTransform_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_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(KismetMathLibrary_eventEqualEqual_TransformTransform_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_TransformTransform Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_TransformTransform", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::KismetMathLibrary_eventEqualEqual_TransformTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::KismetMathLibrary_eventEqualEqual_TransformTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_TransformTransform)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_TransformTransform(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_TransformTransform ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_Vector2DVector2D ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_Vector2DVector2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
float ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns true if vector2D A is equal to vector2D B (A == B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000100" },
|
|
{ "DisplayName", "Equal (Vector2D)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNearEqual" },
|
|
{ "ToolTip", "Returns true if vector2D A is equal to vector2D B (A == B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_Vector2DVector2D constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_Vector2DVector2D constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_Vector2DVector2D Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_Vector2DVector2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_Vector2DVector2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_Vector2DVector2D_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_Vector2DVector2D_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_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(KismetMathLibrary_eventEqualEqual_Vector2DVector2D_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_Vector2DVector2D Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_Vector2DVector2D", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::KismetMathLibrary_eventEqualEqual_Vector2DVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::KismetMathLibrary_eventEqualEqual_Vector2DVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_Vector2DVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_Vector2DVector2D(Z_Param_A,Z_Param_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_Vector2DVector2D ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_Vector4Vector4 ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_Vector4Vector4_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
float ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns true if vector A is equal to vector B (A == B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000100" },
|
|
{ "DisplayName", "Equal (Vector4)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNearEqual" },
|
|
{ "ToolTip", "Returns true if vector A is equal to vector B (A == B) within a specified error tolerance" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_Vector4Vector4 constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_Vector4Vector4 constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_Vector4Vector4 Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_Vector4Vector4_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_Vector4Vector4_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_Vector4Vector4_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_Vector4Vector4_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_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(KismetMathLibrary_eventEqualEqual_Vector4Vector4_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_Vector4Vector4 Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_Vector4Vector4", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::KismetMathLibrary_eventEqualEqual_Vector4Vector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::KismetMathLibrary_eventEqualEqual_Vector4Vector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_Vector4Vector4)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_Vector4Vector4(Z_Param_Out_A,Z_Param_Out_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_Vector4Vector4 **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualEqual_VectorVector **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualEqual_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
float ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns true if vector A is equal to vector B (A == B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "==" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000100" },
|
|
{ "DisplayName", "Equal (Vector)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNearEqual" },
|
|
{ "ToolTip", "Returns true if vector A is equal to vector B (A == B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualEqual_VectorVector constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualEqual_VectorVector constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualEqual_VectorVector Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualEqual_VectorVector_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualEqual_VectorVector_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_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(KismetMathLibrary_eventEqualEqual_VectorVector_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualEqual_VectorVector Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualEqual_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::KismetMathLibrary_eventEqualEqual_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::KismetMathLibrary_eventEqualEqual_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualEqual_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualEqual_VectorVector(Z_Param_A,Z_Param_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualEqual_VectorVector ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualExactly_Vector2DVector2D ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualExactly_Vector2DVector2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns true if vector A is equal to vector B (A == B) */" },
|
|
{ "CompactNodeTitle", "===" },
|
|
{ "DisplayName", "Equal Exactly (Vector2D)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Equals" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Returns true if vector A is equal to vector B (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualExactly_Vector2DVector2D constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualExactly_Vector2DVector2D constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualExactly_Vector2DVector2D Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualExactly_Vector2DVector2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualExactly_Vector2DVector2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualExactly_Vector2DVector2D_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_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(KismetMathLibrary_eventEqualExactly_Vector2DVector2D_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualExactly_Vector2DVector2D Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualExactly_Vector2DVector2D", Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::KismetMathLibrary_eventEqualExactly_Vector2DVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::KismetMathLibrary_eventEqualExactly_Vector2DVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualExactly_Vector2DVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualExactly_Vector2DVector2D(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualExactly_Vector2DVector2D ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualExactly_Vector4Vector4 ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualExactly_Vector4Vector4_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns true if vector A is equal to vector B (A == B) */" },
|
|
{ "CompactNodeTitle", "===" },
|
|
{ "DisplayName", "Equal Exactly (Vector4)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Equals" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Returns true if vector A is equal to vector B (A == B)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualExactly_Vector4Vector4 constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualExactly_Vector4Vector4 constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualExactly_Vector4Vector4 Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualExactly_Vector4Vector4_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualExactly_Vector4Vector4_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualExactly_Vector4Vector4_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_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(KismetMathLibrary_eventEqualExactly_Vector4Vector4_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualExactly_Vector4Vector4 Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualExactly_Vector4Vector4", Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::KismetMathLibrary_eventEqualExactly_Vector4Vector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::KismetMathLibrary_eventEqualExactly_Vector4Vector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualExactly_Vector4Vector4)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualExactly_Vector4Vector4(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualExactly_Vector4Vector4 ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function EqualExactly_VectorVector ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventEqualExactly_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns true if vector A is equal to vector B (A == B) */" },
|
|
{ "CompactNodeTitle", "===" },
|
|
{ "DisplayName", "Equal Exactly (Vector)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Equals" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Returns true if vector A is equal to vector B (A == B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function EqualExactly_VectorVector constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function EqualExactly_VectorVector constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function EqualExactly_VectorVector Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualExactly_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventEqualExactly_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventEqualExactly_VectorVector_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_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(KismetMathLibrary_eventEqualExactly_VectorVector_Parms), &Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function EqualExactly_VectorVector Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "EqualExactly_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::KismetMathLibrary_eventEqualExactly_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::KismetMathLibrary_eventEqualExactly_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execEqualExactly_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::EqualExactly_VectorVector(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function EqualExactly_VectorVector **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Exp ******************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventExp_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns exponential(e) to the power A (e^A)*/" },
|
|
{ "CompactNodeTitle", "e" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns exponential(e) to the power A (e^A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Exp constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Exp constinit property declarations *************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Exp Property Definitions **********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventExp_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventExp_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::PropPointers) < 2048);
|
|
// ********** End Function Exp Property Definitions ************************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Exp", Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::KismetMathLibrary_eventExp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::KismetMathLibrary_eventExp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Exp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Exp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execExp)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Exp(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Exp ********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FCeil ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFCeil_Parms
|
|
{
|
|
double A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A up towards positive infinity / up to the next integer (e.g., -1.6 becomes -1 and 1.6 becomes 2) */" },
|
|
{ "DisplayName", "Ceil" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Rounds A up towards positive infinity / up to the next integer (e.g., -1.6 becomes -1 and 1.6 becomes 2)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FCeil constinit property declarations *********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FCeil constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FCeil Property Definitions ********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFCeil_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFCeil_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::PropPointers) < 2048);
|
|
// ********** End Function FCeil Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FCeil", Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::KismetMathLibrary_eventFCeil_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::KismetMathLibrary_eventFCeil_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FCeil()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FCeil_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFCeil)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::FCeil(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FCeil ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FCeil64 **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFCeil64_Parms
|
|
{
|
|
double A;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A up towards positive infinity / up to the next integer (e.g., -1.6 becomes -1 and 1.6 becomes 2) */" },
|
|
{ "DisplayName", "Ceil to Integer64" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Rounds A up towards positive infinity / up to the next integer (e.g., -1.6 becomes -1 and 1.6 becomes 2)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FCeil64 constinit property declarations *******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FCeil64 constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FCeil64 Property Definitions ******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFCeil64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFCeil64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::PropPointers) < 2048);
|
|
// ********** End Function FCeil64 Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FCeil64", Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::KismetMathLibrary_eventFCeil64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::KismetMathLibrary_eventFCeil64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FCeil64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FCeil64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFCeil64)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::FCeil64(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FCeil64 ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FClamp ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFClamp_Parms
|
|
{
|
|
double Value;
|
|
double Min;
|
|
double Max;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns Value clamped between A and B (inclusive) */" },
|
|
{ "DisplayName", "Clamp (Float)" },
|
|
{ "Max", "1.0" },
|
|
{ "Min", "0.0" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns Value clamped between A and B (inclusive)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FClamp constinit property declarations ********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FClamp constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FClamp Property Definitions *******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFClamp_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFClamp_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFClamp_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFClamp_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::PropPointers) < 2048);
|
|
// ********** End Function FClamp Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FClamp", Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::KismetMathLibrary_eventFClamp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::KismetMathLibrary_eventFClamp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FClamp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FClamp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFClamp)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Value);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::FClamp(Z_Param_Value,Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FClamp *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FFloor ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFFloor_Parms
|
|
{
|
|
double A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A down towards negative infinity / down to the previous integer (e.g., -1.6 becomes -2 and 1.6 becomes 1) */" },
|
|
{ "DisplayName", "Floor" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Rounds A down towards negative infinity / down to the previous integer (e.g., -1.6 becomes -2 and 1.6 becomes 1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FFloor constinit property declarations ********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FFloor constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FFloor Property Definitions *******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFFloor_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFFloor_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::PropPointers) < 2048);
|
|
// ********** End Function FFloor Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FFloor", Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::KismetMathLibrary_eventFFloor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::KismetMathLibrary_eventFFloor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FFloor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FFloor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFFloor)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::FFloor(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FFloor *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FFloor64 *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFFloor64_Parms
|
|
{
|
|
double A;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A down towards negative infinity / down to the previous integer (e.g., -1.6 becomes -2 and 1.6 becomes 1) */" },
|
|
{ "DisplayName", "Floor to Integer64" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Rounds A down towards negative infinity / down to the previous integer (e.g., -1.6 becomes -2 and 1.6 becomes 1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FFloor64 constinit property declarations ******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FFloor64 constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FFloor64 Property Definitions *****************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFFloor64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFFloor64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::PropPointers) < 2048);
|
|
// ********** End Function FFloor64 Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FFloor64", Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::KismetMathLibrary_eventFFloor64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::KismetMathLibrary_eventFFloor64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FFloor64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FFloor64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFFloor64)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::FFloor64(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FFloor64 ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FindClosestPointOnLine ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFindClosestPointOnLine_Parms
|
|
{
|
|
FVector Point;
|
|
FVector LineOrigin;
|
|
FVector LineDirection;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Find the closest point on an infinite line to a given point.\n\x09 *\n\x09 * @param Point\x09\x09\x09Point for which we find the closest point on the line.\n\x09 * @param LineOrigin\x09Point of reference on the line.\n\x09 * @param LineDirection Direction of the line. Not required to be normalized.\n\x09 * @return The closest point on the line to the given point.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Find the closest point on an infinite line to a given point.\n\n@param Point Point for which we find the closest point on the line.\n@param LineOrigin Point of reference on the line.\n@param LineDirection Direction of the line. Not required to be normalized.\n@return The closest point on the line to the given point." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FindClosestPointOnLine constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LineOrigin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LineDirection;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FindClosestPointOnLine constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FindClosestPointOnLine Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindClosestPointOnLine_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::NewProp_LineOrigin = { "LineOrigin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindClosestPointOnLine_Parms, LineOrigin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::NewProp_LineDirection = { "LineDirection", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindClosestPointOnLine_Parms, LineDirection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindClosestPointOnLine_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::NewProp_LineOrigin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::NewProp_LineDirection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::PropPointers) < 2048);
|
|
// ********** End Function FindClosestPointOnLine Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FindClosestPointOnLine", Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::KismetMathLibrary_eventFindClosestPointOnLine_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::KismetMathLibrary_eventFindClosestPointOnLine_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFindClosestPointOnLine)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT(FVector,Z_Param_LineOrigin);
|
|
P_GET_STRUCT(FVector,Z_Param_LineDirection);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::FindClosestPointOnLine(Z_Param_Point,Z_Param_LineOrigin,Z_Param_LineDirection);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FindClosestPointOnLine *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FindClosestPointOnSegment ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFindClosestPointOnSegment_Parms
|
|
{
|
|
FVector Point;
|
|
FVector SegmentStart;
|
|
FVector SegmentEnd;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Find the closest point on a segment to a given point.\n\x09 *\n\x09 * @param Point\x09\x09\x09Point for which we find the closest point on the segment.\n\x09 * @param SegmentStart\x09Start of the segment.\n\x09 * @param SegmentEnd\x09""End of the segment.\n\x09 * @return The closest point on the segment to the given point.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Find the closest point on a segment to a given point.\n\n@param Point Point for which we find the closest point on the segment.\n@param SegmentStart Start of the segment.\n@param SegmentEnd End of the segment.\n@return The closest point on the segment to the given point." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FindClosestPointOnSegment constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SegmentStart;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SegmentEnd;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FindClosestPointOnSegment constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FindClosestPointOnSegment Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindClosestPointOnSegment_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::NewProp_SegmentStart = { "SegmentStart", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindClosestPointOnSegment_Parms, SegmentStart), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::NewProp_SegmentEnd = { "SegmentEnd", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindClosestPointOnSegment_Parms, SegmentEnd), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindClosestPointOnSegment_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::NewProp_SegmentStart,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::NewProp_SegmentEnd,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::PropPointers) < 2048);
|
|
// ********** End Function FindClosestPointOnSegment Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FindClosestPointOnSegment", Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::KismetMathLibrary_eventFindClosestPointOnSegment_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::KismetMathLibrary_eventFindClosestPointOnSegment_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFindClosestPointOnSegment)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT(FVector,Z_Param_SegmentStart);
|
|
P_GET_STRUCT(FVector,Z_Param_SegmentEnd);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::FindClosestPointOnSegment(Z_Param_Point,Z_Param_SegmentStart,Z_Param_SegmentEnd);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FindClosestPointOnSegment **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FindLookAtRotation ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFindLookAtRotation_Parms
|
|
{
|
|
FVector Start;
|
|
FVector Target;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Find a rotation for an object at Start location to point at Target location. */" },
|
|
{ "Keywords", "rotation rotate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Find a rotation for an object at Start location to point at Target location." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Start_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Target_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FindLookAtRotation constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Start;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FindLookAtRotation constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FindLookAtRotation Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::NewProp_Start = { "Start", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindLookAtRotation_Parms, Start), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Start_MetaData), NewProp_Start_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindLookAtRotation_Parms, Target), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Target_MetaData), NewProp_Target_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindLookAtRotation_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::NewProp_Start,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::PropPointers) < 2048);
|
|
// ********** End Function FindLookAtRotation Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FindLookAtRotation", Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::KismetMathLibrary_eventFindLookAtRotation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::KismetMathLibrary_eventFindLookAtRotation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFindLookAtRotation)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Start);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Target);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::FindLookAtRotation(Z_Param_Out_Start,Z_Param_Out_Target);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FindLookAtRotation *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FindNearestPointsOnLineSegments **************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFindNearestPointsOnLineSegments_Parms
|
|
{
|
|
FVector Segment1Start;
|
|
FVector Segment1End;
|
|
FVector Segment2Start;
|
|
FVector Segment2End;
|
|
FVector Segment1Point;
|
|
FVector Segment2Point;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Find closest points between 2 segments.\n\x09 *\n\x09 * @param\x09Segment1Start\x09Start of the 1st segment.\n\x09 * @param\x09Segment1End\x09\x09""End of the 1st segment.\n\x09 * @param\x09Segment2Start\x09Start of the 2nd segment.\n\x09 * @param\x09Segment2End\x09\x09""End of the 2nd segment.\n\x09 * @param\x09Segment1Point\x09""Closest point on segment 1 to segment 2.\n\x09 * @param\x09Segment2Point\x09""Closest point on segment 2 to segment 1.\n\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Find closest points between 2 segments.\n\n@param Segment1Start Start of the 1st segment.\n@param Segment1End End of the 1st segment.\n@param Segment2Start Start of the 2nd segment.\n@param Segment2End End of the 2nd segment.\n@param Segment1Point Closest point on segment 1 to segment 2.\n@param Segment2Point Closest point on segment 2 to segment 1." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FindNearestPointsOnLineSegments constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Segment1Start;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Segment1End;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Segment2Start;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Segment2End;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Segment1Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Segment2Point;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FindNearestPointsOnLineSegments constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FindNearestPointsOnLineSegments Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment1Start = { "Segment1Start", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindNearestPointsOnLineSegments_Parms, Segment1Start), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment1End = { "Segment1End", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindNearestPointsOnLineSegments_Parms, Segment1End), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment2Start = { "Segment2Start", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindNearestPointsOnLineSegments_Parms, Segment2Start), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment2End = { "Segment2End", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindNearestPointsOnLineSegments_Parms, Segment2End), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment1Point = { "Segment1Point", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindNearestPointsOnLineSegments_Parms, Segment1Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment2Point = { "Segment2Point", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindNearestPointsOnLineSegments_Parms, Segment2Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment1Start,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment1End,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment2Start,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment2End,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment1Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::NewProp_Segment2Point,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::PropPointers) < 2048);
|
|
// ********** End Function FindNearestPointsOnLineSegments Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FindNearestPointsOnLineSegments", Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::KismetMathLibrary_eventFindNearestPointsOnLineSegments_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::KismetMathLibrary_eventFindNearestPointsOnLineSegments_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFindNearestPointsOnLineSegments)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Segment1Start);
|
|
P_GET_STRUCT(FVector,Z_Param_Segment1End);
|
|
P_GET_STRUCT(FVector,Z_Param_Segment2Start);
|
|
P_GET_STRUCT(FVector,Z_Param_Segment2End);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Segment1Point);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Segment2Point);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::FindNearestPointsOnLineSegments(Z_Param_Segment1Start,Z_Param_Segment1End,Z_Param_Segment2Start,Z_Param_Segment2End,Z_Param_Out_Segment1Point,Z_Param_Out_Segment2Point);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FindNearestPointsOnLineSegments ****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FindRelativeLookAtRotation *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFindRelativeLookAtRotation_Parms
|
|
{
|
|
FTransform StartTransform;
|
|
FVector TargetLocation;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** \n\x09 * Find a local rotation (range of [-180, 180]) for an object with StartTransform to point at TargetLocation. \n\x09 * Useful for getting LookAt Azimuth or Pawn Aim Offset.\n\x09*/" },
|
|
{ "Keywords", "rotation rotate local azimuth" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Find a local rotation (range of [-180, 180]) for an object with StartTransform to point at TargetLocation.\nUseful for getting LookAt Azimuth or Pawn Aim Offset." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartTransform_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetLocation_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FindRelativeLookAtRotation constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_StartTransform;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetLocation;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FindRelativeLookAtRotation constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FindRelativeLookAtRotation Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::NewProp_StartTransform = { "StartTransform", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindRelativeLookAtRotation_Parms, StartTransform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartTransform_MetaData), NewProp_StartTransform_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::NewProp_TargetLocation = { "TargetLocation", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindRelativeLookAtRotation_Parms, TargetLocation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetLocation_MetaData), NewProp_TargetLocation_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFindRelativeLookAtRotation_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::NewProp_StartTransform,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::NewProp_TargetLocation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::PropPointers) < 2048);
|
|
// ********** End Function FindRelativeLookAtRotation Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FindRelativeLookAtRotation", Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::KismetMathLibrary_eventFindRelativeLookAtRotation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::KismetMathLibrary_eventFindRelativeLookAtRotation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFindRelativeLookAtRotation)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_StartTransform);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_TargetLocation);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::FindRelativeLookAtRotation(Z_Param_Out_StartTransform,Z_Param_Out_TargetLocation);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FindRelativeLookAtRotation *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FInterpEaseInOut *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFInterpEaseInOut_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double Alpha;
|
|
double Exponent;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Interpolate between A and B, applying an ease in/out function. Exp controls the degree of the curve. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Interpolate between A and B, applying an ease in/out function. Exp controls the degree of the curve." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FInterpEaseInOut constinit property declarations **********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Exponent;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FInterpEaseInOut constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FInterpEaseInOut Property Definitions *********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpEaseInOut_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpEaseInOut_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpEaseInOut_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_Exponent = { "Exponent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpEaseInOut_Parms, Exponent), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpEaseInOut_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_Exponent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::PropPointers) < 2048);
|
|
// ********** End Function FInterpEaseInOut Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FInterpEaseInOut", Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::KismetMathLibrary_eventFInterpEaseInOut_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::KismetMathLibrary_eventFInterpEaseInOut_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFInterpEaseInOut)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Alpha);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Exponent);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::FInterpEaseInOut(Z_Param_A,Z_Param_B,Z_Param_Alpha,Z_Param_Exponent);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FInterpEaseInOut *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FInterpTo ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFInterpTo_Parms
|
|
{
|
|
double Current;
|
|
double Target;
|
|
double DeltaTime;
|
|
double InterpSpeed;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Tries to reach Target based on distance from Current position, giving a nice smooth feeling when tracking a position.\n\x09 * \n\x09 * @param\x09\x09""Current\x09\x09\x09""Actual position\n\x09 * @param\x09\x09Target\x09\x09\x09Target position\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed, if the speed given is 0, then jump to the target.\n\x09 * @return\x09\x09New interpolated position\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Tries to reach Target based on distance from Current position, giving a nice smooth feeling when tracking a position.\n\n@param Current Actual position\n@param Target Target position\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed, if the speed given is 0, then jump to the target.\n@return New interpolated position" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FInterpTo constinit property declarations *****************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FInterpTo constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FInterpTo Property Definitions ****************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Parms, Current), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Parms, Target), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::PropPointers) < 2048);
|
|
// ********** End Function FInterpTo Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FInterpTo", Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::KismetMathLibrary_eventFInterpTo_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::KismetMathLibrary_eventFInterpTo_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FInterpTo()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFInterpTo)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Current);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Target);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::FInterpTo(Z_Param_Current,Z_Param_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FInterpTo **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FInterpTo_Constant ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFInterpTo_Constant_Parms
|
|
{
|
|
double Current;
|
|
double Target;
|
|
double DeltaTime;
|
|
double InterpSpeed;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Tries to reach Target at a constant rate.\n\x09 *\n\x09 * @param\x09\x09""Current\x09\x09\x09""Actual position\n\x09 * @param\x09\x09Target\x09\x09\x09Target position\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed\n\x09 * @return\x09\x09New interpolated position\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Tries to reach Target at a constant rate.\n\n@param Current Actual position\n@param Target Target position\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed\n@return New interpolated position" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FInterpTo_Constant constinit property declarations ********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FInterpTo_Constant constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FInterpTo_Constant Property Definitions *******************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Constant_Parms, Current), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Constant_Parms, Target), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Constant_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Constant_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFInterpTo_Constant_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::PropPointers) < 2048);
|
|
// ********** End Function FInterpTo_Constant Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FInterpTo_Constant", Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::KismetMathLibrary_eventFInterpTo_Constant_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::KismetMathLibrary_eventFInterpTo_Constant_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFInterpTo_Constant)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Current);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Target);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::FInterpTo_Constant(Z_Param_Current,Z_Param_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FInterpTo_Constant *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FixedTurn ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFixedTurn_Parms
|
|
{
|
|
float InCurrent;
|
|
float InDesired;
|
|
float InDeltaRate;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** \n\x09 * Returns a new rotation component value\n\x09 *\n\x09 * @param InCurrent is the current rotation value\n\x09 * @param InDesired is the desired rotation value\n\x09 * @param InDeltaRate is the rotation amount to apply\n\x09 *\n\x09 * @return a new rotation component value clamped in the range (-360,360)\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns a new rotation component value\n\n@param InCurrent is the current rotation value\n@param InDesired is the desired rotation value\n@param InDeltaRate is the rotation amount to apply\n\n@return a new rotation component value clamped in the range (-360,360)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FixedTurn constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InCurrent;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDesired;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDeltaRate;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FixedTurn constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FixedTurn Property Definitions ****************************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::NewProp_InCurrent = { "InCurrent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFixedTurn_Parms, InCurrent), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::NewProp_InDesired = { "InDesired", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFixedTurn_Parms, InDesired), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::NewProp_InDeltaRate = { "InDeltaRate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFixedTurn_Parms, InDeltaRate), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFixedTurn_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::NewProp_InCurrent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::NewProp_InDesired,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::NewProp_InDeltaRate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::PropPointers) < 2048);
|
|
// ********** End Function FixedTurn Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FixedTurn", Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::KismetMathLibrary_eventFixedTurn_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::KismetMathLibrary_eventFixedTurn_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FixedTurn()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FixedTurn_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFixedTurn)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InCurrent);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InDesired);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InDeltaRate);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::FixedTurn(Z_Param_InCurrent,Z_Param_InDesired,Z_Param_InDeltaRate);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FixedTurn **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FloatSpringInterp ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFloatSpringInterp_Parms
|
|
{
|
|
float Current;
|
|
float Target;
|
|
FFloatSpringState SpringState;
|
|
float Stiffness;
|
|
float CriticalDampingFactor;
|
|
float DeltaTime;
|
|
float Mass;
|
|
float TargetVelocityAmount;
|
|
bool bClamp;
|
|
float MinValue;
|
|
float MaxValue;
|
|
bool bInitializeFromTarget;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "AdvancedDisplay", "8" },
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Uses a simple spring model to interpolate a float from Current to Target.\n\x09 *\n\x09 * @param Current Current value\n\x09 * @param Target Target value\n\x09 * @param SpringState Data related to spring model (velocity, error, etc..) - Create a unique variable per spring\n\x09 * @param Stiffness How stiff the spring model is (more stiffness means more oscillation around the target value)\n\x09 * @param CriticalDampingFactor How much damping to apply to the spring (0 means no damping, 1 means critically damped which means no oscillation)\n\x09 * @param DeltaTime Time difference since the last update\n\x09 * @param Mass Multiplier that acts like mass on a spring\n\x09 * @param TargetVelocityAmount If 1 then the target velocity will be calculated and used, which results following the target more closely/without lag. Values down to zero (recommended when using this to smooth data) will progressively disable this effect.\n\x09 * @param bClamp Whether to use the Min/Max values to clamp the motion\n\x09 * @param MinValue Clamps the minimum output value and cancels the velocity if it reaches this limit\n\x09 * @param MaxValue Clamps the maximum output value and cancels the velocity if it reaches this limit\n\x09 * @param bInitializeFromTarget If set then the current value will be set from the target on the first update\n\x09 */" },
|
|
{ "CPP_Default_bClamp", "false" },
|
|
{ "CPP_Default_bInitializeFromTarget", "false" },
|
|
{ "CPP_Default_Mass", "1.000000" },
|
|
{ "CPP_Default_MaxValue", "1.000000" },
|
|
{ "CPP_Default_MinValue", "-1.000000" },
|
|
{ "CPP_Default_TargetVelocityAmount", "1.000000" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Uses a simple spring model to interpolate a float from Current to Target.\n\n@param Current Current value\n@param Target Target value\n@param SpringState Data related to spring model (velocity, error, etc..) - Create a unique variable per spring\n@param Stiffness How stiff the spring model is (more stiffness means more oscillation around the target value)\n@param CriticalDampingFactor How much damping to apply to the spring (0 means no damping, 1 means critically damped which means no oscillation)\n@param DeltaTime Time difference since the last update\n@param Mass Multiplier that acts like mass on a spring\n@param TargetVelocityAmount If 1 then the target velocity will be calculated and used, which results following the target more closely/without lag. Values down to zero (recommended when using this to smooth data) will progressively disable this effect.\n@param bClamp Whether to use the Min/Max values to clamp the motion\n@param MinValue Clamps the minimum output value and cancels the velocity if it reaches this limit\n@param MaxValue Clamps the maximum output value and cancels the velocity if it reaches this limit\n@param bInitializeFromTarget If set then the current value will be set from the target on the first update" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FloatSpringInterp constinit property declarations *********************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpringState;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Stiffness;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_CriticalDampingFactor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Mass;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetVelocityAmount;
|
|
static void NewProp_bClamp_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bClamp;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinValue;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxValue;
|
|
static void NewProp_bInitializeFromTarget_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInitializeFromTarget;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FloatSpringInterp constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FloatSpringInterp Property Definitions ********************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, Current), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, Target), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_SpringState = { "SpringState", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, SpringState), Z_Construct_UScriptStruct_FFloatSpringState, METADATA_PARAMS(0, nullptr) }; // 816490568
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_Stiffness = { "Stiffness", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, Stiffness), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_CriticalDampingFactor = { "CriticalDampingFactor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, CriticalDampingFactor), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_Mass = { "Mass", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, Mass), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_TargetVelocityAmount = { "TargetVelocityAmount", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, TargetVelocityAmount), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_bClamp_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventFloatSpringInterp_Parms*)Obj)->bClamp = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_bClamp = { "bClamp", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventFloatSpringInterp_Parms), &Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_bClamp_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_MinValue = { "MinValue", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, MinValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_MaxValue = { "MaxValue", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, MaxValue), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_bInitializeFromTarget_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventFloatSpringInterp_Parms*)Obj)->bInitializeFromTarget = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_bInitializeFromTarget = { "bInitializeFromTarget", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventFloatSpringInterp_Parms), &Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_bInitializeFromTarget_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFloatSpringInterp_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_SpringState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_Stiffness,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_CriticalDampingFactor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_Mass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_TargetVelocityAmount,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_bClamp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_MinValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_MaxValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_bInitializeFromTarget,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::PropPointers) < 2048);
|
|
// ********** End Function FloatSpringInterp Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FloatSpringInterp", Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::KismetMathLibrary_eventFloatSpringInterp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::KismetMathLibrary_eventFloatSpringInterp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFloatSpringInterp)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Current);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Target);
|
|
P_GET_STRUCT_REF(FFloatSpringState,Z_Param_Out_SpringState);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Stiffness);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_CriticalDampingFactor);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Mass);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_TargetVelocityAmount);
|
|
P_GET_UBOOL(Z_Param_bClamp);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MinValue);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxValue);
|
|
P_GET_UBOOL(Z_Param_bInitializeFromTarget);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::FloatSpringInterp(Z_Param_Current,Z_Param_Target,Z_Param_Out_SpringState,Z_Param_Stiffness,Z_Param_CriticalDampingFactor,Z_Param_DeltaTime,Z_Param_Mass,Z_Param_TargetVelocityAmount,Z_Param_bClamp,Z_Param_MinValue,Z_Param_MaxValue,Z_Param_bInitializeFromTarget);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FloatSpringInterp ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FMax *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFMax_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns the maximum value of A and B */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "MAX" },
|
|
{ "DisplayName", "Max (Float)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the maximum value of A and B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FMax constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FMax constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FMax Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMax_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMax_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMax_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::PropPointers) < 2048);
|
|
// ********** End Function FMax Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FMax", Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::KismetMathLibrary_eventFMax_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::KismetMathLibrary_eventFMax_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FMax()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FMax_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFMax)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::FMax(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FMax *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FMin *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFMin_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns the minimum value of A and B */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "MIN" },
|
|
{ "DisplayName", "Min (Float)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the minimum value of A and B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FMin constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FMin constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FMin Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMin_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMin_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMin_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::PropPointers) < 2048);
|
|
// ********** End Function FMin Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FMin", Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::KismetMathLibrary_eventFMin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::KismetMathLibrary_eventFMin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FMin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FMin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFMin)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::FMin(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FMin *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FMod *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFMod_Parms
|
|
{
|
|
double Dividend;
|
|
double Divisor;
|
|
double Remainder;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns the number of times Divisor will go into Dividend (i.e., Dividend divided by Divisor), as well as the remainder */" },
|
|
{ "DisplayName", "Division (Whole and Remainder)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the number of times Divisor will go into Dividend (i.e., Dividend divided by Divisor), as well as the remainder" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FMod constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Dividend;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Divisor;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Remainder;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FMod constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FMod Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::NewProp_Dividend = { "Dividend", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMod_Parms, Dividend), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::NewProp_Divisor = { "Divisor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMod_Parms, Divisor), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::NewProp_Remainder = { "Remainder", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMod_Parms, Remainder), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMod_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::NewProp_Dividend,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::NewProp_Divisor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::NewProp_Remainder,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::PropPointers) < 2048);
|
|
// ********** End Function FMod Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FMod", Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::KismetMathLibrary_eventFMod_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::KismetMathLibrary_eventFMod_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FMod()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FMod_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFMod)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Dividend);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Divisor);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Remainder);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::FMod(Z_Param_Dividend,Z_Param_Divisor,Z_Param_Out_Remainder);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FMod *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FMod64 ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFMod64_Parms
|
|
{
|
|
double Dividend;
|
|
double Divisor;
|
|
double Remainder;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns the number of times Divisor will go into Dividend (i.e., Dividend divided by Divisor), as well as the remainder */" },
|
|
{ "DisplayName", "Division (Whole and Remainder) to Integer64" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the number of times Divisor will go into Dividend (i.e., Dividend divided by Divisor), as well as the remainder" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FMod64 constinit property declarations ********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Dividend;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Divisor;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Remainder;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FMod64 constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FMod64 Property Definitions *******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::NewProp_Dividend = { "Dividend", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMod64_Parms, Dividend), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::NewProp_Divisor = { "Divisor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMod64_Parms, Divisor), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::NewProp_Remainder = { "Remainder", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMod64_Parms, Remainder), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFMod64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::NewProp_Dividend,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::NewProp_Divisor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::NewProp_Remainder,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::PropPointers) < 2048);
|
|
// ********** End Function FMod64 Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FMod64", Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::KismetMathLibrary_eventFMod64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::KismetMathLibrary_eventFMod64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FMod64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FMod64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFMod64)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Dividend);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Divisor);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_Remainder);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::FMod64(Z_Param_Dividend,Z_Param_Divisor,Z_Param_Out_Remainder);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FMod64 *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Fraction *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFraction_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns the fractional part of a float. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the fractional part of a float." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Fraction constinit property declarations ******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Fraction constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Fraction Property Definitions *****************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFraction_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFraction_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::PropPointers) < 2048);
|
|
// ********** End Function Fraction Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Fraction", Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::KismetMathLibrary_eventFraction_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::KismetMathLibrary_eventFraction_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Fraction()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Fraction_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFraction)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Fraction(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Fraction ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FromDays *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFromDays_Parms
|
|
{
|
|
double Days;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns a time span that represents the specified number of days */" },
|
|
{ "DisplayName", "From Days" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns a time span that represents the specified number of days" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FromDays constinit property declarations ******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Days;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FromDays constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FromDays Property Definitions *****************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::NewProp_Days = { "Days", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromDays_Parms, Days), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromDays_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::NewProp_Days,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::PropPointers) < 2048);
|
|
// ********** End Function FromDays Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FromDays", Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::KismetMathLibrary_eventFromDays_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::KismetMathLibrary_eventFromDays_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FromDays()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FromDays_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFromDays)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Days);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::FromDays(Z_Param_Days);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FromDays ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FromHours ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFromHours_Parms
|
|
{
|
|
double Hours;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns a time span that represents the specified number of hours */" },
|
|
{ "DisplayName", "From Hours" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns a time span that represents the specified number of hours" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FromHours constinit property declarations *****************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Hours;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FromHours constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FromHours Property Definitions ****************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::NewProp_Hours = { "Hours", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromHours_Parms, Hours), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromHours_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::NewProp_Hours,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::PropPointers) < 2048);
|
|
// ********** End Function FromHours Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FromHours", Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::KismetMathLibrary_eventFromHours_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::KismetMathLibrary_eventFromHours_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FromHours()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FromHours_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFromHours)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Hours);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::FromHours(Z_Param_Hours);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FromHours **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FromMilliseconds *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFromMilliseconds_Parms
|
|
{
|
|
double Milliseconds;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns a time span that represents the specified number of milliseconds */" },
|
|
{ "DisplayName", "From Milliseconds" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns a time span that represents the specified number of milliseconds" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FromMilliseconds constinit property declarations **********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Milliseconds;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FromMilliseconds constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FromMilliseconds Property Definitions *********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::NewProp_Milliseconds = { "Milliseconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromMilliseconds_Parms, Milliseconds), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromMilliseconds_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::NewProp_Milliseconds,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::PropPointers) < 2048);
|
|
// ********** End Function FromMilliseconds Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FromMilliseconds", Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::KismetMathLibrary_eventFromMilliseconds_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::KismetMathLibrary_eventFromMilliseconds_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFromMilliseconds)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Milliseconds);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::FromMilliseconds(Z_Param_Milliseconds);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FromMilliseconds *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FromMinutes **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFromMinutes_Parms
|
|
{
|
|
double Minutes;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns a time span that represents the specified number of minutes */" },
|
|
{ "DisplayName", "From Minutes" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns a time span that represents the specified number of minutes" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FromMinutes constinit property declarations ***************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Minutes;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FromMinutes constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FromMinutes Property Definitions **************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::NewProp_Minutes = { "Minutes", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromMinutes_Parms, Minutes), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromMinutes_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::NewProp_Minutes,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::PropPointers) < 2048);
|
|
// ********** End Function FromMinutes Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FromMinutes", Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::KismetMathLibrary_eventFromMinutes_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::KismetMathLibrary_eventFromMinutes_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FromMinutes()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FromMinutes_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFromMinutes)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Minutes);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::FromMinutes(Z_Param_Minutes);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FromMinutes ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FromSeconds **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFromSeconds_Parms
|
|
{
|
|
double Seconds;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns a time span that represents the specified number of seconds */" },
|
|
{ "DisplayName", "From Seconds" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns a time span that represents the specified number of seconds" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FromSeconds constinit property declarations ***************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Seconds;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FromSeconds constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FromSeconds Property Definitions **************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::NewProp_Seconds = { "Seconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromSeconds_Parms, Seconds), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromSeconds_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::NewProp_Seconds,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::PropPointers) < 2048);
|
|
// ********** End Function FromSeconds Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FromSeconds", Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::KismetMathLibrary_eventFromSeconds_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::KismetMathLibrary_eventFromSeconds_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FromSeconds()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FromSeconds_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFromSeconds)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Seconds);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::FromSeconds(Z_Param_Seconds);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FromSeconds ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FromUnixTimestamp ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFromUnixTimestamp_Parms
|
|
{
|
|
int64 UnixTime;
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/**\n\x09 * Returns the date from Unix time (seconds from midnight 1970-01-01)\n\x09 *\n\x09 * @param UnixTime Unix time (seconds from midnight 1970-01-01)\n\x09 * @return Gregorian date and time.\n\x09 * @see ToUnixTimestamp\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the date from Unix time (seconds from midnight 1970-01-01)\n\n@param UnixTime Unix time (seconds from midnight 1970-01-01)\n@return Gregorian date and time.\n@see ToUnixTimestamp" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UnixTime_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FromUnixTimestamp constinit property declarations *********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_UnixTime;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FromUnixTimestamp constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FromUnixTimestamp Property Definitions ********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::NewProp_UnixTime = { "UnixTime", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromUnixTimestamp_Parms, UnixTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UnixTime_MetaData), NewProp_UnixTime_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFromUnixTimestamp_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::NewProp_UnixTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::PropPointers) < 2048);
|
|
// ********** End Function FromUnixTimestamp Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FromUnixTimestamp", Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::KismetMathLibrary_eventFromUnixTimestamp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::KismetMathLibrary_eventFromUnixTimestamp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFromUnixTimestamp)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_UnixTime);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::FromUnixTimestamp(Z_Param_UnixTime);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FromUnixTimestamp ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FTrunc ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFTrunc_Parms
|
|
{
|
|
double A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A towards zero, truncating the fractional part (e.g., -1.6 becomes -1 and 1.6 becomes 1) */" },
|
|
{ "DisplayName", "Truncate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Rounds A towards zero, truncating the fractional part (e.g., -1.6 becomes -1 and 1.6 becomes 1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FTrunc constinit property declarations ********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FTrunc constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FTrunc Property Definitions *******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFTrunc_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFTrunc_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::PropPointers) < 2048);
|
|
// ********** End Function FTrunc Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FTrunc", Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::KismetMathLibrary_eventFTrunc_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::KismetMathLibrary_eventFTrunc_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FTrunc()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FTrunc_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFTrunc)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::FTrunc(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FTrunc *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FTrunc64 *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFTrunc64_Parms
|
|
{
|
|
double A;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A towards zero, truncating the fractional part (e.g., -1.6 becomes -1 and 1.6 becomes 1) */" },
|
|
{ "DisplayName", "Truncate to Integer64" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Rounds A towards zero, truncating the fractional part (e.g., -1.6 becomes -1 and 1.6 becomes 1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FTrunc64 constinit property declarations ******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FTrunc64 constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FTrunc64 Property Definitions *****************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFTrunc64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFTrunc64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::PropPointers) < 2048);
|
|
// ********** End Function FTrunc64 Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FTrunc64", Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::KismetMathLibrary_eventFTrunc64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::KismetMathLibrary_eventFTrunc64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FTrunc64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FTrunc64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFTrunc64)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::FTrunc64(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FTrunc64 ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FTruncVector *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFTruncVector_Parms
|
|
{
|
|
FVector InVector;
|
|
FIntVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A to an integer with truncation towards zero for each element in a vector. (e.g. -1.7 truncated to -1, 2.8 truncated to 2) */" },
|
|
{ "DisplayName", "Truncate (Vector)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Truncated" },
|
|
{ "ToolTip", "Rounds A to an integer with truncation towards zero for each element in a vector. (e.g. -1.7 truncated to -1, 2.8 truncated to 2)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVector_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FTruncVector constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FTruncVector constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FTruncVector Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::NewProp_InVector = { "InVector", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFTruncVector_Parms, InVector), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVector_MetaData), NewProp_InVector_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFTruncVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::NewProp_InVector,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function FTruncVector Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FTruncVector", Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::KismetMathLibrary_eventFTruncVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::KismetMathLibrary_eventFTruncVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FTruncVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FTruncVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFTruncVector)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_InVector);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntVector*)Z_Param__Result=UKismetMathLibrary::FTruncVector(Z_Param_Out_InVector);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FTruncVector ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FTruncVector2D *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFTruncVector2D_Parms
|
|
{
|
|
FVector2D InVector2D;
|
|
FIntVector2 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A to an integer with truncation towards zero for each element in a vector2D. (e.g. -1.7 truncated to -1, 2.8 truncated to 2) */" },
|
|
{ "DisplayName", "Truncate (Vector2D)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Truncated" },
|
|
{ "ToolTip", "Rounds A to an integer with truncation towards zero for each element in a vector2D. (e.g. -1.7 truncated to -1, 2.8 truncated to 2)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVector2D_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FTruncVector2D constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector2D;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FTruncVector2D constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FTruncVector2D Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::NewProp_InVector2D = { "InVector2D", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFTruncVector2D_Parms, InVector2D), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVector2D_MetaData), NewProp_InVector2D_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFTruncVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntVector2, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::NewProp_InVector2D,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function FTruncVector2D Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FTruncVector2D", Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::KismetMathLibrary_eventFTruncVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::KismetMathLibrary_eventFTruncVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFTruncVector2D)
|
|
{
|
|
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_InVector2D);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntVector2*)Z_Param__Result=UKismetMathLibrary::FTruncVector2D(Z_Param_Out_InVector2D);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FTruncVector2D *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function FWrap ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics
|
|
{
|
|
struct KismetMathLibrary_eventFWrap_Parms
|
|
{
|
|
double Value;
|
|
double Min;
|
|
double Max;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns Value wrapped from A and B (inclusive) */" },
|
|
{ "DisplayName", "Wrap (Float)" },
|
|
{ "Max", "1.0" },
|
|
{ "Min", "0.0" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns Value wrapped from A and B (inclusive)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function FWrap constinit property declarations *********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function FWrap constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function FWrap Property Definitions ********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFWrap_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFWrap_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFWrap_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventFWrap_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::PropPointers) < 2048);
|
|
// ********** End Function FWrap Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "FWrap", Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::KismetMathLibrary_eventFWrap_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::KismetMathLibrary_eventFWrap_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_FWrap()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_FWrap_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execFWrap)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Value);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::FWrap(Z_Param_Value,Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function FWrap ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetAbs2D *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetAbs2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09* Get a copy of this vector with absolute value of each component.\n\x09*\n\x09* @return A copy of this vector with absolute value of each component.\n\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAbs" },
|
|
{ "ToolTip", "Get a copy of this vector with absolute value of each component.\n\n@return A copy of this vector with absolute value of each component." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetAbs2D constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetAbs2D constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetAbs2D Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAbs2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAbs2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetAbs2D Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetAbs2D", Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::KismetMathLibrary_eventGetAbs2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::KismetMathLibrary_eventGetAbs2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetAbs2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::GetAbs2D(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetAbs2D ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetAbsMax2D **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetAbsMax2D_Parms
|
|
{
|
|
FVector2D A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Get the maximum absolute value of the vector's components.\n\x09 *\n\x09 * @return The maximum absolute value of the vector's components.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAbsMax" },
|
|
{ "ToolTip", "Get the maximum absolute value of the vector's components.\n\n@return The maximum absolute value of the vector's components." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetAbsMax2D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetAbsMax2D constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetAbsMax2D Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAbsMax2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAbsMax2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetAbsMax2D Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetAbsMax2D", Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::KismetMathLibrary_eventGetAbsMax2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::KismetMathLibrary_eventGetAbsMax2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetAbsMax2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetAbsMax2D(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetAbsMax2D ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetAxes **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetAxes_Parms
|
|
{
|
|
FRotator A;
|
|
FVector X;
|
|
FVector Y;
|
|
FVector Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Get the reference frame direction vectors (axes) described by this rotation */" },
|
|
{ "Keywords", "rotate rotation" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAxes" },
|
|
{ "ToolTip", "Get the reference frame direction vectors (axes) described by this rotation" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetAxes constinit property declarations *******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetAxes constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetAxes Property Definitions ******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAxes_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAxes_Parms, X), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAxes_Parms, Y), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAxes_Parms, Z), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetAxes Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetAxes", Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::KismetMathLibrary_eventGetAxes_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::KismetMathLibrary_eventGetAxes_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetAxes()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetAxes_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetAxes)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_X);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Y);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::GetAxes(Z_Param_A,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetAxes ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetAzimuthAndElevation ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetAzimuthAndElevation_Parms
|
|
{
|
|
FVector InDirection;
|
|
FTransform ReferenceFrame;
|
|
float Azimuth;
|
|
float Elevation;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Breaks a direction vector apart into Azimuth (Yaw) and Elevation (Pitch) rotation values given in degrees. (non-clamped)\n\x09 Relative to the provided reference frame (an Actor's WorldTransform for example) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ScriptMethod", "GetAzimuthElevation" },
|
|
{ "ToolTip", "Breaks a direction vector apart into Azimuth (Yaw) and Elevation (Pitch) rotation values given in degrees. (non-clamped)\n Relative to the provided reference frame (an Actor's WorldTransform for example)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReferenceFrame_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetAzimuthAndElevation constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDirection;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReferenceFrame;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Azimuth;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Elevation;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetAzimuthAndElevation constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetAzimuthAndElevation Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::NewProp_InDirection = { "InDirection", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAzimuthAndElevation_Parms, InDirection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::NewProp_ReferenceFrame = { "ReferenceFrame", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAzimuthAndElevation_Parms, ReferenceFrame), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReferenceFrame_MetaData), NewProp_ReferenceFrame_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::NewProp_Azimuth = { "Azimuth", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAzimuthAndElevation_Parms, Azimuth), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::NewProp_Elevation = { "Elevation", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetAzimuthAndElevation_Parms, Elevation), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::NewProp_InDirection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::NewProp_ReferenceFrame,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::NewProp_Azimuth,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::NewProp_Elevation,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetAzimuthAndElevation Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetAzimuthAndElevation", Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::KismetMathLibrary_eventGetAzimuthAndElevation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::KismetMathLibrary_eventGetAzimuthAndElevation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetAzimuthAndElevation)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InDirection);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_ReferenceFrame);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_Azimuth);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_Elevation);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::GetAzimuthAndElevation(Z_Param_InDirection,Z_Param_Out_ReferenceFrame,Z_Param_Out_Azimuth,Z_Param_Out_Elevation);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetAzimuthAndElevation *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetBoxCenter *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetBoxCenter_Parms
|
|
{
|
|
FBox InBox;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n\x09 * Gets the center point of this box.\n\x09 *\n\x09 * @return The center point.\n\x09 */" },
|
|
{ "DisplayName", "Get Center (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Gets the center point of this box.\n\n@return The center point." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBox_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetBoxCenter constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InBox;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetBoxCenter constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetBoxCenter Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::NewProp_InBox = { "InBox", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetBoxCenter_Parms, InBox), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBox_MetaData), NewProp_InBox_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetBoxCenter_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::NewProp_InBox,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetBoxCenter Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetBoxCenter", Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::KismetMathLibrary_eventGetBoxCenter_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::KismetMathLibrary_eventGetBoxCenter_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetBoxCenter)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_InBox);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::GetBoxCenter(Z_Param_Out_InBox);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetBoxCenter ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetBoxSize ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetBoxSize_Parms
|
|
{
|
|
FBox InBox;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n\x09 * Gets the size of this box.\n\x09 *\n\x09 * @return The box size.\n\x09 */" },
|
|
{ "DisplayName", "Get Size (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Gets the size of this box.\n\n@return The box size." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBox_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetBoxSize constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InBox;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetBoxSize constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetBoxSize Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::NewProp_InBox = { "InBox", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetBoxSize_Parms, InBox), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBox_MetaData), NewProp_InBox_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetBoxSize_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::NewProp_InBox,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetBoxSize Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetBoxSize", Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::KismetMathLibrary_eventGetBoxSize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::KismetMathLibrary_eventGetBoxSize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetBoxSize)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_InBox);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::GetBoxSize(Z_Param_Out_InBox);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetBoxSize *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetBoxVolume *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetBoxVolume_Parms
|
|
{
|
|
FBox InBox;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n\x09 * Gets the volume of this box.\n\x09 *\n\x09 * @return The box volume.\n\x09 */" },
|
|
{ "DisplayName", "Get Volume (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Gets the volume of this box.\n\n@return The box volume." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBox_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetBoxVolume constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InBox;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetBoxVolume constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetBoxVolume Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::NewProp_InBox = { "InBox", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetBoxVolume_Parms, InBox), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBox_MetaData), NewProp_InBox_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetBoxVolume_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::NewProp_InBox,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetBoxVolume Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetBoxVolume", Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::KismetMathLibrary_eventGetBoxVolume_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::KismetMathLibrary_eventGetBoxVolume_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetBoxVolume)
|
|
{
|
|
P_GET_STRUCT_REF(FBox,Z_Param_Out_InBox);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetBoxVolume(Z_Param_Out_InBox);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetBoxVolume ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetDate **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetDate_Parms
|
|
{
|
|
FDateTime A;
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the date component of A */" },
|
|
{ "DisplayName", "Get Date" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the date component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDate constinit property declarations *******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDate constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDate Property Definitions ******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDate_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDate_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDate Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetDate", Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::KismetMathLibrary_eventGetDate_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::KismetMathLibrary_eventGetDate_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetDate()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetDate_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetDate)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::GetDate(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetDate ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetDay ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetDay_Parms
|
|
{
|
|
FDateTime A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the day component of A (1 to 31) */" },
|
|
{ "DisplayName", "Get Day" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the day component of A (1 to 31)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDay constinit property declarations ********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDay constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDay Property Definitions *******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDay_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDay_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDay Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetDay", Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::KismetMathLibrary_eventGetDay_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::KismetMathLibrary_eventGetDay_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetDay()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetDay_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetDay)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetDay(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetDay *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetDayOfYear *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetDayOfYear_Parms
|
|
{
|
|
FDateTime A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the day of year of A */" },
|
|
{ "DisplayName", "Get Day Of Year" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the day of year of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDayOfYear constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDayOfYear constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDayOfYear Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDayOfYear_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDayOfYear_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDayOfYear Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetDayOfYear", Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::KismetMathLibrary_eventGetDayOfYear_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::KismetMathLibrary_eventGetDayOfYear_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetDayOfYear)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetDayOfYear(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetDayOfYear ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetDays **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetDays_Parms
|
|
{
|
|
FTimespan A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the days component of A */" },
|
|
{ "DisplayName", "Get Days" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the days component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDays constinit property declarations *******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDays constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDays Property Definitions ******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDays_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDays_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDays Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetDays", Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::KismetMathLibrary_eventGetDays_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::KismetMathLibrary_eventGetDays_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetDays()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetDays_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetDays)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetDays(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetDays ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetDirectionUnitVector ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetDirectionUnitVector_Parms
|
|
{
|
|
FVector From;
|
|
FVector To;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Find the unit direction vector from one position to another or (0,0,0) if positions are the same. */" },
|
|
{ "DisplayName", "Get Unit Direction (Vector)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "DirectionUnitTo" },
|
|
{ "ToolTip", "Find the unit direction vector from one position to another or (0,0,0) if positions are the same." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDirectionUnitVector constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_From;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_To;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDirectionUnitVector constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDirectionUnitVector Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::NewProp_From = { "From", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDirectionUnitVector_Parms, From), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::NewProp_To = { "To", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDirectionUnitVector_Parms, To), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDirectionUnitVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::NewProp_From,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::NewProp_To,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDirectionUnitVector Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetDirectionUnitVector", Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::KismetMathLibrary_eventGetDirectionUnitVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::KismetMathLibrary_eventGetDirectionUnitVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetDirectionUnitVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_From);
|
|
P_GET_STRUCT(FVector,Z_Param_To);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::GetDirectionUnitVector(Z_Param_From,Z_Param_To);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetDirectionUnitVector *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetDuration **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetDuration_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the absolute value of A */" },
|
|
{ "DisplayName", "Get Duration" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the absolute value of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDuration constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDuration constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDuration Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDuration_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetDuration_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDuration Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetDuration", Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::KismetMathLibrary_eventGetDuration_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::KismetMathLibrary_eventGetDuration_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetDuration()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetDuration_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetDuration)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::GetDuration(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetDuration ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetForwardVector *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetForwardVector_Parms
|
|
{
|
|
FRotator InRot;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Rotate the world forward vector by the given rotation */" },
|
|
{ "Keywords", "rotation rotate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetForwardVector" },
|
|
{ "ToolTip", "Rotate the world forward vector by the given rotation" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetForwardVector constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRot;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetForwardVector constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetForwardVector Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::NewProp_InRot = { "InRot", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetForwardVector_Parms, InRot), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetForwardVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::NewProp_InRot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetForwardVector Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetForwardVector", Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::KismetMathLibrary_eventGetForwardVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::KismetMathLibrary_eventGetForwardVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetForwardVector)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_InRot);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::GetForwardVector(Z_Param_InRot);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetForwardVector *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetHour **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetHour_Parms
|
|
{
|
|
FDateTime A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the hour component of A (24h format) */" },
|
|
{ "DisplayName", "Get Hour" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the hour component of A (24h format)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetHour constinit property declarations *******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetHour constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetHour Property Definitions ******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetHour_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetHour_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetHour Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetHour", Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::KismetMathLibrary_eventGetHour_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::KismetMathLibrary_eventGetHour_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetHour()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetHour_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetHour)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetHour(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetHour ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetHour12 ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetHour12_Parms
|
|
{
|
|
FDateTime A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the hour component of A (12h format) */" },
|
|
{ "DisplayName", "Get Hour 12" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the hour component of A (12h format)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetHour12 constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetHour12 constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetHour12 Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetHour12_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetHour12_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetHour12 Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetHour12", Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::KismetMathLibrary_eventGetHour12_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::KismetMathLibrary_eventGetHour12_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetHour12()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetHour12_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetHour12)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetHour12(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetHour12 **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetHours *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetHours_Parms
|
|
{
|
|
FTimespan A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the hours component of A */" },
|
|
{ "DisplayName", "Get Hours" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the hours component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetHours constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetHours constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetHours Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetHours_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetHours_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetHours Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetHours", Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::KismetMathLibrary_eventGetHours_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::KismetMathLibrary_eventGetHours_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetHours()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetHours_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetHours)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetHours(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetHours ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetMax2D *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetMax2D_Parms
|
|
{
|
|
FVector2D A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Get the maximum value of the vector's components.\n\x09 *\n\x09 * @return The maximum value of the vector's components.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMax" },
|
|
{ "ToolTip", "Get the maximum value of the vector's components.\n\n@return The maximum value of the vector's components." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMax2D constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMax2D constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMax2D Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMax2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMax2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMax2D Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetMax2D", Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::KismetMathLibrary_eventGetMax2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::KismetMathLibrary_eventGetMax2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetMax2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetMax2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetMax2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetMax2D(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetMax2D ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetMaxElement ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetMaxElement_Parms
|
|
{
|
|
FVector A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Find the maximum element (X, Y or Z) of a vector */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMaxElement" },
|
|
{ "ToolTip", "Find the maximum element (X, Y or Z) of a vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMaxElement constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMaxElement constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMaxElement Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMaxElement_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMaxElement_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMaxElement Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetMaxElement", Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::KismetMathLibrary_eventGetMaxElement_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::KismetMathLibrary_eventGetMaxElement_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetMaxElement)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetMaxElement(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetMaxElement **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetMillisecond *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetMillisecond_Parms
|
|
{
|
|
FDateTime A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the millisecond component of A */" },
|
|
{ "DisplayName", "Get Millisecond" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the millisecond component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMillisecond constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMillisecond constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMillisecond Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMillisecond_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMillisecond_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMillisecond Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetMillisecond", Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::KismetMathLibrary_eventGetMillisecond_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::KismetMathLibrary_eventGetMillisecond_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetMillisecond)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetMillisecond(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetMillisecond *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetMilliseconds ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetMilliseconds_Parms
|
|
{
|
|
FTimespan A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the milliseconds component of A */" },
|
|
{ "DisplayName", "Get Milliseconds" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the milliseconds component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMilliseconds constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMilliseconds constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMilliseconds Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMilliseconds_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMilliseconds_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMilliseconds Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetMilliseconds", Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::KismetMathLibrary_eventGetMilliseconds_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::KismetMathLibrary_eventGetMilliseconds_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetMilliseconds)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetMilliseconds(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetMilliseconds ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetMin2D *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetMin2D_Parms
|
|
{
|
|
FVector2D A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Get the minimum value of the vector's components.\n\x09 *\n\x09 * @return The minimum value of the vector's components.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMin" },
|
|
{ "ToolTip", "Get the minimum value of the vector's components.\n\n@return The minimum value of the vector's components." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMin2D constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMin2D constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMin2D Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMin2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMin2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMin2D Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetMin2D", Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::KismetMathLibrary_eventGetMin2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::KismetMathLibrary_eventGetMin2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetMin2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetMin2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetMin2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetMin2D(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetMin2D ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetMinElement ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetMinElement_Parms
|
|
{
|
|
FVector A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Find the minimum element (X, Y or Z) of a vector */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMinElement" },
|
|
{ "ToolTip", "Find the minimum element (X, Y or Z) of a vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMinElement constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMinElement constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMinElement Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMinElement_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMinElement_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMinElement Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetMinElement", Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::KismetMathLibrary_eventGetMinElement_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::KismetMathLibrary_eventGetMinElement_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetMinElement()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetMinElement_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetMinElement)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetMinElement(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetMinElement **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetMinute ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetMinute_Parms
|
|
{
|
|
FDateTime A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the minute component of A */" },
|
|
{ "DisplayName", "Get Minute" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the minute component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMinute constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMinute constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMinute Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMinute_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMinute_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMinute Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetMinute", Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::KismetMathLibrary_eventGetMinute_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::KismetMathLibrary_eventGetMinute_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetMinute()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetMinute_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetMinute)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetMinute(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetMinute **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetMinutes ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetMinutes_Parms
|
|
{
|
|
FTimespan A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the minutes component of A */" },
|
|
{ "DisplayName", "Get Minutes" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the minutes component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMinutes constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMinutes constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMinutes Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMinutes_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMinutes_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMinutes Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetMinutes", Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::KismetMathLibrary_eventGetMinutes_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::KismetMathLibrary_eventGetMinutes_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetMinutes()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetMinutes_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetMinutes)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetMinutes(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetMinutes *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetMonth *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetMonth_Parms
|
|
{
|
|
FDateTime A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the month component of A */" },
|
|
{ "DisplayName", "Get Month" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the month component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMonth constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMonth constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMonth Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMonth_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetMonth_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMonth Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetMonth", Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::KismetMathLibrary_eventGetMonth_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::KismetMathLibrary_eventGetMonth_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetMonth()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetMonth_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetMonth)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetMonth(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetMonth ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetPI ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetPI_Parms
|
|
{
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the value of PI */" },
|
|
{ "CompactNodeTitle", "PI" },
|
|
{ "DisplayName", "Get PI" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the value of PI" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetPI constinit property declarations *********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetPI constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetPI Property Definitions ********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetPI_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetPI Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetPI", Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::KismetMathLibrary_eventGetPI_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::KismetMathLibrary_eventGetPI_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetPI()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetPI_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetPI)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetPI();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetPI ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetPointDistanceToLine ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetPointDistanceToLine_Parms
|
|
{
|
|
FVector Point;
|
|
FVector LineOrigin;
|
|
FVector LineDirection;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09* Find the distance from a point to the closest point on an infinite line.\n\x09*\n\x09* @param Point\x09\x09\x09Point for which we find the distance to the closest point on the line.\n\x09* @param LineOrigin\x09\x09Point of reference on the line.\n\x09* @param LineDirection\x09""Direction of the line. Not required to be normalized.\n\x09* @return The distance from the given point to the closest point on the line.\n\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Find the distance from a point to the closest point on an infinite line.\n\n@param Point Point for which we find the distance to the closest point on the line.\n@param LineOrigin Point of reference on the line.\n@param LineDirection Direction of the line. Not required to be normalized.\n@return The distance from the given point to the closest point on the line." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetPointDistanceToLine constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LineOrigin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LineDirection;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetPointDistanceToLine constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetPointDistanceToLine Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetPointDistanceToLine_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::NewProp_LineOrigin = { "LineOrigin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetPointDistanceToLine_Parms, LineOrigin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::NewProp_LineDirection = { "LineDirection", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetPointDistanceToLine_Parms, LineDirection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetPointDistanceToLine_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::NewProp_LineOrigin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::NewProp_LineDirection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetPointDistanceToLine Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetPointDistanceToLine", Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::KismetMathLibrary_eventGetPointDistanceToLine_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::KismetMathLibrary_eventGetPointDistanceToLine_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetPointDistanceToLine)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT(FVector,Z_Param_LineOrigin);
|
|
P_GET_STRUCT(FVector,Z_Param_LineDirection);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::GetPointDistanceToLine(Z_Param_Point,Z_Param_LineOrigin,Z_Param_LineDirection);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetPointDistanceToLine *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetPointDistanceToSegment ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetPointDistanceToSegment_Parms
|
|
{
|
|
FVector Point;
|
|
FVector SegmentStart;
|
|
FVector SegmentEnd;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09* Find the distance from a point to the closest point on a segment.\n\x09*\n\x09* @param Point\x09\x09\x09Point for which we find the distance to the closest point on the segment.\n\x09* @param SegmentStart\x09Start of the segment.\n\x09* @param SegmentEnd\x09\x09""End of the segment.\n\x09* @return The distance from the given point to the closest point on the segment.\n\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Find the distance from a point to the closest point on a segment.\n\n@param Point Point for which we find the distance to the closest point on the segment.\n@param SegmentStart Start of the segment.\n@param SegmentEnd End of the segment.\n@return The distance from the given point to the closest point on the segment." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetPointDistanceToSegment constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SegmentStart;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SegmentEnd;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetPointDistanceToSegment constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetPointDistanceToSegment Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetPointDistanceToSegment_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::NewProp_SegmentStart = { "SegmentStart", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetPointDistanceToSegment_Parms, SegmentStart), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::NewProp_SegmentEnd = { "SegmentEnd", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetPointDistanceToSegment_Parms, SegmentEnd), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetPointDistanceToSegment_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::NewProp_SegmentStart,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::NewProp_SegmentEnd,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetPointDistanceToSegment Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetPointDistanceToSegment", Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::KismetMathLibrary_eventGetPointDistanceToSegment_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::KismetMathLibrary_eventGetPointDistanceToSegment_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetPointDistanceToSegment)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT(FVector,Z_Param_SegmentStart);
|
|
P_GET_STRUCT(FVector,Z_Param_SegmentEnd);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::GetPointDistanceToSegment(Z_Param_Point,Z_Param_SegmentStart,Z_Param_SegmentEnd);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetPointDistanceToSegment **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetReflectionVector **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetReflectionVector_Parms
|
|
{
|
|
FVector Direction;
|
|
FVector SurfaceNormal;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** \n\x09 * Given a direction vector and a surface normal, returns the vector reflected across the surface normal.\n\x09 * Produces a result like shining a laser at a mirror!\n\x09 *\n\x09 * @param Direction Direction vector the ray is coming from.\n\x09 * @param SurfaceNormal A normal of the surface the ray should be reflected on.\n\x09 *\n\x09 * @returns Reflected vector.\n\x09 */" },
|
|
{ "Keywords", "Reflection" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MirrorByVector" },
|
|
{ "ToolTip", "Given a direction vector and a surface normal, returns the vector reflected across the surface normal.\nProduces a result like shining a laser at a mirror!\n\n@param Direction Direction vector the ray is coming from.\n@param SurfaceNormal A normal of the surface the ray should be reflected on.\n\n@returns Reflected vector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetReflectionVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Direction;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SurfaceNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetReflectionVector constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetReflectionVector Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetReflectionVector_Parms, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::NewProp_SurfaceNormal = { "SurfaceNormal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetReflectionVector_Parms, SurfaceNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetReflectionVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::NewProp_Direction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::NewProp_SurfaceNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetReflectionVector Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetReflectionVector", Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::KismetMathLibrary_eventGetReflectionVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::KismetMathLibrary_eventGetReflectionVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetReflectionVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Direction);
|
|
P_GET_STRUCT(FVector,Z_Param_SurfaceNormal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::GetReflectionVector(Z_Param_Direction,Z_Param_SurfaceNormal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetReflectionVector ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetRightVector *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetRightVector_Parms
|
|
{
|
|
FRotator InRot;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Rotate the world right vector by the given rotation */" },
|
|
{ "Keywords", "rotation rotate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetRightVector" },
|
|
{ "ToolTip", "Rotate the world right vector by the given rotation" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetRightVector constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRot;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetRightVector constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetRightVector Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::NewProp_InRot = { "InRot", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetRightVector_Parms, InRot), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetRightVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::NewProp_InRot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetRightVector Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetRightVector", Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::KismetMathLibrary_eventGetRightVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::KismetMathLibrary_eventGetRightVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetRightVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetRightVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetRightVector)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_InRot);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::GetRightVector(Z_Param_InRot);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetRightVector *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetRotated2D *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetRotated2D_Parms
|
|
{
|
|
FVector2D A;
|
|
float AngleDeg;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Rotates around axis (0,0,1)\n\x09 *\n\x09 * @param AngleDeg Angle to rotate (in degrees)\n\x09 * @return Rotated Vector\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetRotated" },
|
|
{ "ToolTip", "Rotates around axis (0,0,1)\n\n@param AngleDeg Angle to rotate (in degrees)\n@return Rotated Vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetRotated2D constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_AngleDeg;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetRotated2D constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetRotated2D Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetRotated2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::NewProp_AngleDeg = { "AngleDeg", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetRotated2D_Parms, AngleDeg), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetRotated2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::NewProp_AngleDeg,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetRotated2D Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetRotated2D", Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::KismetMathLibrary_eventGetRotated2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::KismetMathLibrary_eventGetRotated2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetRotated2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_AngleDeg);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::GetRotated2D(Z_Param_A,Z_Param_AngleDeg);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetRotated2D ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetRuntimeFloatCurveValue ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetRuntimeFloatCurveValue_Parms
|
|
{
|
|
FRuntimeFloatCurve Curve;
|
|
float InTime;
|
|
float InDefaultValue;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Curves" },
|
|
{ "Comment", "/**\n\x09* Evaluate this runtime float curve at the specified time \n\x09* \n\x09* @param Curve\x09\x09\x09\x09The runtime float curve to evaluate\n\x09* @param InTime\x09\x09\x09\x09The time at which to evaluate the curve\n\x09* @param InDefaultValue\x09\x09The default value which should be used if the curve cannot be evaluated at the given time.\n\x09* \n\x09* @return\x09\x09\x09\x09\x09The curve's value at the given time.\n\x09* \n\x09* @see FRichCurve::Eval\n\x09*/" },
|
|
{ "CPP_Default_InDefaultValue", "0.000000" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Evaluate this runtime float curve at the specified time\n\n@param Curve The runtime float curve to evaluate\n@param InTime The time at which to evaluate the curve\n@param InDefaultValue The default value which should be used if the curve cannot be evaluated at the given time.\n\n@return The curve's value at the given time.\n\n@see FRichCurve::Eval" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Curve_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InTime_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDefaultValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetRuntimeFloatCurveValue constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Curve;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDefaultValue;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetRuntimeFloatCurveValue constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetRuntimeFloatCurveValue Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::NewProp_Curve = { "Curve", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetRuntimeFloatCurveValue_Parms, Curve), Z_Construct_UScriptStruct_FRuntimeFloatCurve, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Curve_MetaData), NewProp_Curve_MetaData) }; // 2560417949
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::NewProp_InTime = { "InTime", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetRuntimeFloatCurveValue_Parms, InTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InTime_MetaData), NewProp_InTime_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::NewProp_InDefaultValue = { "InDefaultValue", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetRuntimeFloatCurveValue_Parms, InDefaultValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDefaultValue_MetaData), NewProp_InDefaultValue_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetRuntimeFloatCurveValue_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::NewProp_Curve,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::NewProp_InTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::NewProp_InDefaultValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetRuntimeFloatCurveValue Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetRuntimeFloatCurveValue", Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::KismetMathLibrary_eventGetRuntimeFloatCurveValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::KismetMathLibrary_eventGetRuntimeFloatCurveValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetRuntimeFloatCurveValue)
|
|
{
|
|
P_GET_STRUCT_REF(FRuntimeFloatCurve,Z_Param_Out_Curve);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InDefaultValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::GetRuntimeFloatCurveValue(Z_Param_Out_Curve,Z_Param_InTime,Z_Param_InDefaultValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetRuntimeFloatCurveValue **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetSecond ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetSecond_Parms
|
|
{
|
|
FDateTime A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the second component of A */" },
|
|
{ "DisplayName", "Get Second" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the second component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetSecond constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetSecond constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetSecond Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetSecond_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetSecond_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSecond Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetSecond", Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::KismetMathLibrary_eventGetSecond_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::KismetMathLibrary_eventGetSecond_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetSecond()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetSecond_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetSecond)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetSecond(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetSecond **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetSeconds ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetSeconds_Parms
|
|
{
|
|
FTimespan A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the seconds component of A */" },
|
|
{ "DisplayName", "Get Seconds" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the seconds component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetSeconds constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetSeconds constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetSeconds Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetSeconds_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetSeconds_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSeconds Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetSeconds", Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::KismetMathLibrary_eventGetSeconds_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::KismetMathLibrary_eventGetSeconds_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetSeconds()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetSeconds_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetSeconds)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetSeconds(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetSeconds *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetSlopeDegreeAngles *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetSlopeDegreeAngles_Parms
|
|
{
|
|
FVector MyRightYAxis;
|
|
FVector FloorNormal;
|
|
FVector UpVector;
|
|
float OutSlopePitchDegreeAngle;
|
|
float OutSlopeRollDegreeAngle;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n\x09* Returns Slope Pitch and Roll angles in degrees based on the following information: \n\x09*\n\x09* @param\x09MyRightYAxis\x09\x09\x09\x09Right (Y) direction unit vector of Actor standing on Slope.\n\x09* @param\x09""FloorNormal\x09\x09\x09\x09\x09""Floor Normal (unit) vector.\n\x09* @param\x09UpVector\x09\x09\x09\x09\x09UpVector of reference frame.\n\x09* @outparam OutSlopePitchDegreeAngle\x09Slope Pitch angle (degrees)\n\x09* @outparam OutSlopeRollDegreeAngle\x09\x09Slope Roll angle (degrees)\n\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns Slope Pitch and Roll angles in degrees based on the following information:\n\n@param MyRightYAxis Right (Y) direction unit vector of Actor standing on Slope.\n@param FloorNormal Floor Normal (unit) vector.\n@param UpVector UpVector of reference frame.\n@outparam OutSlopePitchDegreeAngle Slope Pitch angle (degrees)\n@outparam OutSlopeRollDegreeAngle Slope Roll angle (degrees)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MyRightYAxis_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FloorNormal_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UpVector_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetSlopeDegreeAngles constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MyRightYAxis;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FloorNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UpVector;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_OutSlopePitchDegreeAngle;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_OutSlopeRollDegreeAngle;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetSlopeDegreeAngles constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetSlopeDegreeAngles Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_MyRightYAxis = { "MyRightYAxis", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetSlopeDegreeAngles_Parms, MyRightYAxis), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MyRightYAxis_MetaData), NewProp_MyRightYAxis_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_FloorNormal = { "FloorNormal", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetSlopeDegreeAngles_Parms, FloorNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FloorNormal_MetaData), NewProp_FloorNormal_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_UpVector = { "UpVector", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetSlopeDegreeAngles_Parms, UpVector), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UpVector_MetaData), NewProp_UpVector_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_OutSlopePitchDegreeAngle = { "OutSlopePitchDegreeAngle", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetSlopeDegreeAngles_Parms, OutSlopePitchDegreeAngle), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_OutSlopeRollDegreeAngle = { "OutSlopeRollDegreeAngle", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetSlopeDegreeAngles_Parms, OutSlopeRollDegreeAngle), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_MyRightYAxis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_FloorNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_UpVector,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_OutSlopePitchDegreeAngle,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::NewProp_OutSlopeRollDegreeAngle,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSlopeDegreeAngles Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetSlopeDegreeAngles", Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::KismetMathLibrary_eventGetSlopeDegreeAngles_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::KismetMathLibrary_eventGetSlopeDegreeAngles_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetSlopeDegreeAngles)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_MyRightYAxis);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_FloorNormal);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_UpVector);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_OutSlopePitchDegreeAngle);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_OutSlopeRollDegreeAngle);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::GetSlopeDegreeAngles(Z_Param_Out_MyRightYAxis,Z_Param_Out_FloorNormal,Z_Param_Out_UpVector,Z_Param_Out_OutSlopePitchDegreeAngle,Z_Param_Out_OutSlopeRollDegreeAngle);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetSlopeDegreeAngles ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetTAU ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetTAU_Parms
|
|
{
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the value of TAU (= 2 * PI) */" },
|
|
{ "CompactNodeTitle", "TAU" },
|
|
{ "DisplayName", "Get TAU" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the value of TAU (= 2 * PI)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTAU constinit property declarations ********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTAU constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTAU Property Definitions *******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTAU_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTAU Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetTAU", Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::KismetMathLibrary_eventGetTAU_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::KismetMathLibrary_eventGetTAU_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetTAU()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetTAU_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetTAU)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetTAU();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetTAU *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetTimeOfDay *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetTimeOfDay_Parms
|
|
{
|
|
FDateTime A;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the time elapsed since midnight of A */" },
|
|
{ "DisplayName", "Get Time Of Day" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the time elapsed since midnight of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTimeOfDay constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTimeOfDay constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTimeOfDay Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTimeOfDay_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTimeOfDay_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTimeOfDay Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetTimeOfDay", Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::KismetMathLibrary_eventGetTimeOfDay_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::KismetMathLibrary_eventGetTimeOfDay_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetTimeOfDay)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::GetTimeOfDay(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetTimeOfDay ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetTotalDays *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetTotalDays_Parms
|
|
{
|
|
FTimespan A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the total number of days in A */" },
|
|
{ "DisplayName", "Get Total Days" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the total number of days in A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTotalDays constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTotalDays constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTotalDays Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalDays_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalDays_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTotalDays Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetTotalDays", Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::KismetMathLibrary_eventGetTotalDays_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::KismetMathLibrary_eventGetTotalDays_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetTotalDays)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetTotalDays(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetTotalDays ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetTotalHours ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetTotalHours_Parms
|
|
{
|
|
FTimespan A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the total number of hours in A */" },
|
|
{ "DisplayName", "Get Total Hours" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the total number of hours in A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTotalHours constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTotalHours constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTotalHours Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalHours_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalHours_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTotalHours Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetTotalHours", Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::KismetMathLibrary_eventGetTotalHours_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::KismetMathLibrary_eventGetTotalHours_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetTotalHours)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetTotalHours(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetTotalHours **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetTotalMilliseconds *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetTotalMilliseconds_Parms
|
|
{
|
|
FTimespan A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the total number of milliseconds in A */" },
|
|
{ "DisplayName", "Get Total Milliseconds" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the total number of milliseconds in A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTotalMilliseconds constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTotalMilliseconds constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTotalMilliseconds Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalMilliseconds_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalMilliseconds_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTotalMilliseconds Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetTotalMilliseconds", Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::KismetMathLibrary_eventGetTotalMilliseconds_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::KismetMathLibrary_eventGetTotalMilliseconds_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetTotalMilliseconds)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetTotalMilliseconds(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetTotalMilliseconds ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetTotalMinutes ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetTotalMinutes_Parms
|
|
{
|
|
FTimespan A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the total number of minutes in A */" },
|
|
{ "DisplayName", "Get Total Minutes" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the total number of minutes in A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTotalMinutes constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTotalMinutes constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTotalMinutes Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalMinutes_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalMinutes_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTotalMinutes Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetTotalMinutes", Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::KismetMathLibrary_eventGetTotalMinutes_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::KismetMathLibrary_eventGetTotalMinutes_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetTotalMinutes)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetTotalMinutes(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetTotalMinutes ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetTotalSeconds ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetTotalSeconds_Parms
|
|
{
|
|
FTimespan A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the total number of seconds in A */" },
|
|
{ "DisplayName", "Get Total Seconds" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the total number of seconds in A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTotalSeconds constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTotalSeconds constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTotalSeconds Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalSeconds_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetTotalSeconds_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTotalSeconds Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetTotalSeconds", Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::KismetMathLibrary_eventGetTotalSeconds_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::KismetMathLibrary_eventGetTotalSeconds_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetTotalSeconds)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GetTotalSeconds(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetTotalSeconds ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetUpVector **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetUpVector_Parms
|
|
{
|
|
FRotator InRot;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Rotate the world up vector by the given rotation */" },
|
|
{ "Keywords", "rotation rotate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetUpVector" },
|
|
{ "ToolTip", "Rotate the world up vector by the given rotation" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetUpVector constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InRot;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetUpVector constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetUpVector Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::NewProp_InRot = { "InRot", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetUpVector_Parms, InRot), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetUpVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::NewProp_InRot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetUpVector Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetUpVector", Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::KismetMathLibrary_eventGetUpVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::KismetMathLibrary_eventGetUpVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetUpVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetUpVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetUpVector)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_InRot);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::GetUpVector(Z_Param_InRot);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetUpVector ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetVectorArrayAverage ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetVectorArrayAverage_Parms
|
|
{
|
|
TArray<FVector> Vectors;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Find the average of an array of vectors */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Find the average of an array of vectors" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Vectors_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetVectorArrayAverage constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vectors_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Vectors;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetVectorArrayAverage constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetVectorArrayAverage Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::NewProp_Vectors_Inner = { "Vectors", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::NewProp_Vectors = { "Vectors", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetVectorArrayAverage_Parms, Vectors), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Vectors_MetaData), NewProp_Vectors_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetVectorArrayAverage_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::NewProp_Vectors_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::NewProp_Vectors,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetVectorArrayAverage Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetVectorArrayAverage", Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::KismetMathLibrary_eventGetVectorArrayAverage_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::KismetMathLibrary_eventGetVectorArrayAverage_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetVectorArrayAverage)
|
|
{
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Vectors);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::GetVectorArrayAverage(Z_Param_Out_Vectors);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetVectorArrayAverage **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetYawPitchFromVector ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetYawPitchFromVector_Parms
|
|
{
|
|
FVector InVec;
|
|
float Yaw;
|
|
float Pitch;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Breaks a vector apart into Yaw, Pitch rotation values given in degrees. (non-clamped) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeBreakFunc", "" },
|
|
{ "ScriptMethod", "GetYawPitch" },
|
|
{ "ToolTip", "Breaks a vector apart into Yaw, Pitch rotation values given in degrees. (non-clamped)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetYawPitchFromVector constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVec;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Yaw;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Pitch;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetYawPitchFromVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetYawPitchFromVector Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::NewProp_InVec = { "InVec", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetYawPitchFromVector_Parms, InVec), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::NewProp_Yaw = { "Yaw", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetYawPitchFromVector_Parms, Yaw), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::NewProp_Pitch = { "Pitch", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetYawPitchFromVector_Parms, Pitch), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::NewProp_InVec,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::NewProp_Yaw,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::NewProp_Pitch,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetYawPitchFromVector Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetYawPitchFromVector", Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::KismetMathLibrary_eventGetYawPitchFromVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::KismetMathLibrary_eventGetYawPitchFromVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetYawPitchFromVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVec);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_Yaw);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_Pitch);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::GetYawPitchFromVector(Z_Param_InVec,Z_Param_Out_Yaw,Z_Param_Out_Pitch);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetYawPitchFromVector **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GetYear **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGetYear_Parms
|
|
{
|
|
FDateTime A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the year component of A */" },
|
|
{ "DisplayName", "Get Year" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the year component of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetYear constinit property declarations *******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetYear constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetYear Property Definitions ******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetYear_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGetYear_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetYear Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GetYear", Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::KismetMathLibrary_eventGetYear_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::KismetMathLibrary_eventGetYear_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GetYear()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GetYear_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGetYear)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::GetYear(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GetYear ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Greater_ByteByte *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreater_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns true if A is greater than B (A > B) */" },
|
|
{ "CompactNodeTitle", ">" },
|
|
{ "DisplayName", "Byte > Byte" },
|
|
{ "Keywords", "> greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than B (A > B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Greater_ByteByte constinit property declarations **********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Greater_ByteByte constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Greater_ByteByte Property Definitions *********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreater_ByteByte_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_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(KismetMathLibrary_eventGreater_ByteByte_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Greater_ByteByte Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Greater_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::KismetMathLibrary_eventGreater_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::KismetMathLibrary_eventGreater_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreater_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Greater_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Greater_ByteByte *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Greater_DateTimeDateTime *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreater_DateTimeDateTime_Parms
|
|
{
|
|
FDateTime A;
|
|
FDateTime B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns true if A is greater than B (A > B) */" },
|
|
{ "CompactNodeTitle", ">" },
|
|
{ "DisplayName", "DateTime > DateTime" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", "> greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than B (A > B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Greater_DateTimeDateTime constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Greater_DateTimeDateTime constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Greater_DateTimeDateTime Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_DateTimeDateTime_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_DateTimeDateTime_Parms, B), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreater_DateTimeDateTime_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_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(KismetMathLibrary_eventGreater_DateTimeDateTime_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function Greater_DateTimeDateTime Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Greater_DateTimeDateTime", Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::KismetMathLibrary_eventGreater_DateTimeDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::KismetMathLibrary_eventGreater_DateTimeDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreater_DateTimeDateTime)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FDateTime,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Greater_DateTimeDateTime(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Greater_DateTimeDateTime ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Greater_DoubleDouble *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreater_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns true if A is greater than B (A > B) */" },
|
|
{ "CompactNodeTitle", ">" },
|
|
{ "DisplayName", "float > float" },
|
|
{ "Keywords", "> greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than B (A > B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Greater_DoubleDouble constinit property declarations ******************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Greater_DoubleDouble constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Greater_DoubleDouble Property Definitions *****************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreater_DoubleDouble_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_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(KismetMathLibrary_eventGreater_DoubleDouble_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Greater_DoubleDouble Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Greater_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::KismetMathLibrary_eventGreater_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::KismetMathLibrary_eventGreater_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreater_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Greater_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Greater_DoubleDouble ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Greater_Int64Int64 ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreater_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns true if A is greater than B (A > B) */" },
|
|
{ "CompactNodeTitle", ">" },
|
|
{ "DisplayName", "integer64 > integer64" },
|
|
{ "Keywords", "> greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than B (A > B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Greater_Int64Int64 constinit property declarations ********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Greater_Int64Int64 constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Greater_Int64Int64 Property Definitions *******************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreater_Int64Int64_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_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(KismetMathLibrary_eventGreater_Int64Int64_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Greater_Int64Int64 Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Greater_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::KismetMathLibrary_eventGreater_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::KismetMathLibrary_eventGreater_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreater_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Greater_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Greater_Int64Int64 *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Greater_IntInt *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreater_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns true if A is greater than B (A > B) */" },
|
|
{ "CompactNodeTitle", ">" },
|
|
{ "DisplayName", "integer > integer" },
|
|
{ "Keywords", "> greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than B (A > B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Greater_IntInt constinit property declarations ************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Greater_IntInt constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Greater_IntInt Property Definitions ***********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreater_IntInt_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_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(KismetMathLibrary_eventGreater_IntInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Greater_IntInt Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Greater_IntInt", Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::KismetMathLibrary_eventGreater_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::KismetMathLibrary_eventGreater_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreater_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Greater_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Greater_IntInt *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Greater_TimespanTimespan *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreater_TimespanTimespan_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns true if A is greater than B (A > B) */" },
|
|
{ "CompactNodeTitle", ">" },
|
|
{ "DisplayName", "Timespan > Timespan" },
|
|
{ "Keywords", "> greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than B (A > B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Greater_TimespanTimespan constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Greater_TimespanTimespan constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Greater_TimespanTimespan Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_TimespanTimespan_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreater_TimespanTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreater_TimespanTimespan_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_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(KismetMathLibrary_eventGreater_TimespanTimespan_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function Greater_TimespanTimespan Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Greater_TimespanTimespan", Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::KismetMathLibrary_eventGreater_TimespanTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::KismetMathLibrary_eventGreater_TimespanTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreater_TimespanTimespan)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Greater_TimespanTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Greater_TimespanTimespan ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GreaterEqual_ByteByte ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreaterEqual_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns true if A is greater than or equal to B (A >= B) */" },
|
|
{ "CompactNodeTitle", ">=" },
|
|
{ "DisplayName", "Byte >= Byte" },
|
|
{ "Keywords", ">= greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than or equal to B (A >= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GreaterEqual_ByteByte constinit property declarations *****************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GreaterEqual_ByteByte constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GreaterEqual_ByteByte Property Definitions ****************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreaterEqual_ByteByte_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_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(KismetMathLibrary_eventGreaterEqual_ByteByte_Parms), &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function GreaterEqual_ByteByte Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GreaterEqual_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::KismetMathLibrary_eventGreaterEqual_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::KismetMathLibrary_eventGreaterEqual_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreaterEqual_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::GreaterEqual_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GreaterEqual_ByteByte **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GreaterEqual_DateTimeDateTime ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreaterEqual_DateTimeDateTime_Parms
|
|
{
|
|
FDateTime A;
|
|
FDateTime B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns true if A is greater than or equal to B (A >= B) */" },
|
|
{ "CompactNodeTitle", ">=" },
|
|
{ "DisplayName", "DateTime >= DateTime" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", ">= greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than or equal to B (A >= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GreaterEqual_DateTimeDateTime constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GreaterEqual_DateTimeDateTime constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GreaterEqual_DateTimeDateTime Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_DateTimeDateTime_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_DateTimeDateTime_Parms, B), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreaterEqual_DateTimeDateTime_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_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(KismetMathLibrary_eventGreaterEqual_DateTimeDateTime_Parms), &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function GreaterEqual_DateTimeDateTime Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GreaterEqual_DateTimeDateTime", Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::KismetMathLibrary_eventGreaterEqual_DateTimeDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::KismetMathLibrary_eventGreaterEqual_DateTimeDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreaterEqual_DateTimeDateTime)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FDateTime,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::GreaterEqual_DateTimeDateTime(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GreaterEqual_DateTimeDateTime ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GreaterEqual_DoubleDouble ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreaterEqual_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns true if A is greater than or equal to B (A >= B) */" },
|
|
{ "CompactNodeTitle", ">=" },
|
|
{ "DisplayName", "float >= float" },
|
|
{ "Keywords", ">= greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than or equal to B (A >= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GreaterEqual_DoubleDouble constinit property declarations *************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GreaterEqual_DoubleDouble constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GreaterEqual_DoubleDouble Property Definitions ************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreaterEqual_DoubleDouble_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_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(KismetMathLibrary_eventGreaterEqual_DoubleDouble_Parms), &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function GreaterEqual_DoubleDouble Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GreaterEqual_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::KismetMathLibrary_eventGreaterEqual_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::KismetMathLibrary_eventGreaterEqual_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreaterEqual_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::GreaterEqual_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GreaterEqual_DoubleDouble **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GreaterEqual_Int64Int64 **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreaterEqual_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns true if A is greater than or equal to B (A >= B) */" },
|
|
{ "CompactNodeTitle", ">=" },
|
|
{ "DisplayName", "integer64 >= integer64" },
|
|
{ "Keywords", ">= greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than or equal to B (A >= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GreaterEqual_Int64Int64 constinit property declarations ***************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GreaterEqual_Int64Int64 constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GreaterEqual_Int64Int64 Property Definitions **************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreaterEqual_Int64Int64_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_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(KismetMathLibrary_eventGreaterEqual_Int64Int64_Parms), &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function GreaterEqual_Int64Int64 Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GreaterEqual_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::KismetMathLibrary_eventGreaterEqual_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::KismetMathLibrary_eventGreaterEqual_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreaterEqual_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::GreaterEqual_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GreaterEqual_Int64Int64 ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GreaterEqual_IntInt **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreaterEqual_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns true if A is greater than or equal to B (A >= B) */" },
|
|
{ "CompactNodeTitle", ">=" },
|
|
{ "DisplayName", "integer >= integer" },
|
|
{ "Keywords", ">= greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than or equal to B (A >= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GreaterEqual_IntInt constinit property declarations *******************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GreaterEqual_IntInt constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GreaterEqual_IntInt Property Definitions ******************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreaterEqual_IntInt_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_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(KismetMathLibrary_eventGreaterEqual_IntInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function GreaterEqual_IntInt Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GreaterEqual_IntInt", Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::KismetMathLibrary_eventGreaterEqual_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::KismetMathLibrary_eventGreaterEqual_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreaterEqual_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::GreaterEqual_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GreaterEqual_IntInt ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GreaterEqual_TimespanTimespan ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreaterEqual_TimespanTimespan_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns true if A is greater than or equal to B (A >= B) */" },
|
|
{ "CompactNodeTitle", ">=" },
|
|
{ "DisplayName", "Timespan >= Timespan" },
|
|
{ "Keywords", ">= greater" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is greater than or equal to B (A >= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GreaterEqual_TimespanTimespan constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GreaterEqual_TimespanTimespan constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GreaterEqual_TimespanTimespan Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_TimespanTimespan_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterEqual_TimespanTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventGreaterEqual_TimespanTimespan_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_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(KismetMathLibrary_eventGreaterEqual_TimespanTimespan_Parms), &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function GreaterEqual_TimespanTimespan Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GreaterEqual_TimespanTimespan", Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::KismetMathLibrary_eventGreaterEqual_TimespanTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::KismetMathLibrary_eventGreaterEqual_TimespanTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreaterEqual_TimespanTimespan)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::GreaterEqual_TimespanTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GreaterEqual_TimespanTimespan ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GreaterGreater_VectorRotator *****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGreaterGreater_VectorRotator_Parms
|
|
{
|
|
FVector A;
|
|
FRotator B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns result of vector A rotated by Rotator B */" },
|
|
{ "DisplayName", "Rotate Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Rotate" },
|
|
{ "ToolTip", "Returns result of vector A rotated by Rotator B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GreaterGreater_VectorRotator constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GreaterGreater_VectorRotator constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GreaterGreater_VectorRotator Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterGreater_VectorRotator_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterGreater_VectorRotator_Parms, B), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGreaterGreater_VectorRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function GreaterGreater_VectorRotator Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GreaterGreater_VectorRotator", Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::KismetMathLibrary_eventGreaterGreater_VectorRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::KismetMathLibrary_eventGreaterGreater_VectorRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGreaterGreater_VectorRotator)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FRotator,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::GreaterGreater_VectorRotator(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GreaterGreater_VectorRotator *******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function GridSnap_Float *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics
|
|
{
|
|
struct KismetMathLibrary_eventGridSnap_Float_Parms
|
|
{
|
|
double Location;
|
|
double GridSize;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Snaps a value to the nearest grid multiple. E.g.,\n\x09 *\x09\x09Location = 5.1, GridSize = 10.0 : return value = 10.0\n\x09 * If GridSize is 0 Location is returned\n\x09 * if GridSize is very small precision issues may occur.\n\x09 */" },
|
|
{ "DisplayName", "Snap To Grid (Float)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Snaps a value to the nearest grid multiple. E.g.,\n Location = 5.1, GridSize = 10.0 : return value = 10.0\nIf GridSize is 0 Location is returned\nif GridSize is very small precision issues may occur." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GridSnap_Float constinit property declarations ************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Location;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_GridSize;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GridSnap_Float constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GridSnap_Float Property Definitions ***********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGridSnap_Float_Parms, Location), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::NewProp_GridSize = { "GridSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGridSnap_Float_Parms, GridSize), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventGridSnap_Float_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::NewProp_Location,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::NewProp_GridSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::PropPointers) < 2048);
|
|
// ********** End Function GridSnap_Float Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "GridSnap_Float", Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::KismetMathLibrary_eventGridSnap_Float_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::KismetMathLibrary_eventGridSnap_Float_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execGridSnap_Float)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Location);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_GridSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::GridSnap_Float(Z_Param_Location,Z_Param_GridSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function GridSnap_Float *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function HSVToRGB *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics
|
|
{
|
|
struct KismetMathLibrary_eventHSVToRGB_Parms
|
|
{
|
|
float H;
|
|
float S;
|
|
float V;
|
|
float A;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Make a color from individual color components (HSV space; Hue is [0..360) while Saturation and Value are 0..1) */" },
|
|
{ "CPP_Default_A", "1.000000" },
|
|
{ "DisplayName", "HSV to RGB" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Make a color from individual color components (HSV space; Hue is [0..360) while Saturation and Value are 0..1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function HSVToRGB constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_H;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_S;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function HSVToRGB constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function HSVToRGB Property Definitions *****************************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_H = { "H", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHSVToRGB_Parms, H), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_S = { "S", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHSVToRGB_Parms, S), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHSVToRGB_Parms, V), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHSVToRGB_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHSVToRGB_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_H,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_S,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::PropPointers) < 2048);
|
|
// ********** End Function HSVToRGB Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "HSVToRGB", Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::KismetMathLibrary_eventHSVToRGB_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::KismetMathLibrary_eventHSVToRGB_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execHSVToRGB)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_H);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_S);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_V);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::HSVToRGB(Z_Param_H,Z_Param_S,Z_Param_V,Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function HSVToRGB ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function HSVToRGB_Vector ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventHSVToRGB_Vector_Parms
|
|
{
|
|
FLinearColor HSV;
|
|
FLinearColor RGB;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Converts a HSV linear color (where H is in R (0..360), S is in G (0..1), and V is in B (0..1)) to RGB */" },
|
|
{ "DisplayName", "HSV to RGB (Vector)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "HSVIntoRGB" },
|
|
{ "ToolTip", "Converts a HSV linear color (where H is in R (0..360), S is in G (0..1), and V is in B (0..1)) to RGB" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function HSVToRGB_Vector constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HSV;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RGB;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function HSVToRGB_Vector constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function HSVToRGB_Vector Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::NewProp_HSV = { "HSV", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHSVToRGB_Vector_Parms, HSV), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::NewProp_RGB = { "RGB", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHSVToRGB_Vector_Parms, RGB), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::NewProp_HSV,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::NewProp_RGB,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::PropPointers) < 2048);
|
|
// ********** End Function HSVToRGB_Vector Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "HSVToRGB_Vector", Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::KismetMathLibrary_eventHSVToRGB_Vector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::KismetMathLibrary_eventHSVToRGB_Vector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execHSVToRGB_Vector)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_HSV);
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_RGB);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::HSVToRGB_Vector(Z_Param_HSV,Z_Param_Out_RGB);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function HSVToRGB_Vector ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function HSVToRGBLinear *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics
|
|
{
|
|
struct KismetMathLibrary_eventHSVToRGBLinear_Parms
|
|
{
|
|
FLinearColor HSV;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Converts a HSV linear color (where H is in R, S is in G, and V is in B) to linear RGB */" },
|
|
{ "DisplayName", "HSV to RGB linear color" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "HSVToRGB" },
|
|
{ "ToolTip", "Converts a HSV linear color (where H is in R, S is in G, and V is in B) to linear RGB" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function HSVToRGBLinear constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HSV;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function HSVToRGBLinear constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function HSVToRGBLinear Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::NewProp_HSV = { "HSV", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHSVToRGBLinear_Parms, HSV), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHSVToRGBLinear_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::NewProp_HSV,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::PropPointers) < 2048);
|
|
// ********** End Function HSVToRGBLinear Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "HSVToRGBLinear", Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::KismetMathLibrary_eventHSVToRGBLinear_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::KismetMathLibrary_eventHSVToRGBLinear_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execHSVToRGBLinear)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_HSV);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::HSVToRGBLinear(Z_Param_HSV);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function HSVToRGBLinear *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Hypotenuse ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics
|
|
{
|
|
struct KismetMathLibrary_eventHypotenuse_Parms
|
|
{
|
|
double Width;
|
|
double Height;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns the hypotenuse of a right-angled triangle given the width and height. */" },
|
|
{ "Keywords", "pythagorean theorem" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the hypotenuse of a right-angled triangle given the width and height." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Hypotenuse constinit property declarations ****************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Width;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Height;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Hypotenuse constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Hypotenuse Property Definitions ***************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::NewProp_Width = { "Width", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHypotenuse_Parms, Width), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::NewProp_Height = { "Height", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHypotenuse_Parms, Height), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventHypotenuse_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::NewProp_Width,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::NewProp_Height,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::PropPointers) < 2048);
|
|
// ********** End Function Hypotenuse Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Hypotenuse", Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::KismetMathLibrary_eventHypotenuse_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::KismetMathLibrary_eventHypotenuse_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execHypotenuse)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Width);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Height);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Hypotenuse(Z_Param_Width,Z_Param_Height);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Hypotenuse *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function InRange_FloatFloat ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventInRange_FloatFloat_Parms
|
|
{
|
|
double Value;
|
|
double Min;
|
|
double Max;
|
|
bool InclusiveMin;
|
|
bool InclusiveMax;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns true if value is between Min and Max (V >= Min && V <= Max)\n\x09 * If InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger\n\x09 * If InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller\n\x09 */" },
|
|
{ "CPP_Default_InclusiveMax", "true" },
|
|
{ "CPP_Default_InclusiveMin", "true" },
|
|
{ "DisplayName", "In Range (Float)" },
|
|
{ "Max", "1.0" },
|
|
{ "Min", "0.0" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if value is between Min and Max (V >= Min && V <= Max)\nIf InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger\nIf InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function InRange_FloatFloat constinit property declarations ********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Max;
|
|
static void NewProp_InclusiveMin_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InclusiveMin;
|
|
static void NewProp_InclusiveMax_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InclusiveMax;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function InRange_FloatFloat constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function InRange_FloatFloat Property Definitions *******************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInRange_FloatFloat_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInRange_FloatFloat_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInRange_FloatFloat_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_InclusiveMin_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventInRange_FloatFloat_Parms*)Obj)->InclusiveMin = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_InclusiveMin = { "InclusiveMin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventInRange_FloatFloat_Parms), &Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_InclusiveMin_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_InclusiveMax_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventInRange_FloatFloat_Parms*)Obj)->InclusiveMax = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_InclusiveMax = { "InclusiveMax", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventInRange_FloatFloat_Parms), &Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_InclusiveMax_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventInRange_FloatFloat_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_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(KismetMathLibrary_eventInRange_FloatFloat_Parms), &Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_InclusiveMin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_InclusiveMax,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function InRange_FloatFloat Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "InRange_FloatFloat", Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::KismetMathLibrary_eventInRange_FloatFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::KismetMathLibrary_eventInRange_FloatFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execInRange_FloatFloat)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Value);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Max);
|
|
P_GET_UBOOL(Z_Param_InclusiveMin);
|
|
P_GET_UBOOL(Z_Param_InclusiveMax);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::InRange_FloatFloat(Z_Param_Value,Z_Param_Min,Z_Param_Max,Z_Param_InclusiveMin,Z_Param_InclusiveMax);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function InRange_FloatFloat *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function InRange_Int64Int64 ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventInRange_Int64Int64_Parms
|
|
{
|
|
int64 Value;
|
|
int64 Min;
|
|
int64 Max;
|
|
bool InclusiveMin;
|
|
bool InclusiveMax;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns true if value is between Min and Max (V >= Min && V <= Max)\n\x09 * If InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger\n\x09 * If InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller\n\x09 */" },
|
|
{ "CPP_Default_InclusiveMax", "true" },
|
|
{ "CPP_Default_InclusiveMin", "true" },
|
|
{ "DisplayName", "In Range (Integer64)" },
|
|
{ "Max", "10" },
|
|
{ "Min", "0" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if value is between Min and Max (V >= Min && V <= Max)\nIf InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger\nIf InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function InRange_Int64Int64 constinit property declarations ********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Max;
|
|
static void NewProp_InclusiveMin_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InclusiveMin;
|
|
static void NewProp_InclusiveMax_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InclusiveMax;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function InRange_Int64Int64 constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function InRange_Int64Int64 Property Definitions *******************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInRange_Int64Int64_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInRange_Int64Int64_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInRange_Int64Int64_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_InclusiveMin_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventInRange_Int64Int64_Parms*)Obj)->InclusiveMin = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_InclusiveMin = { "InclusiveMin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventInRange_Int64Int64_Parms), &Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_InclusiveMin_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_InclusiveMax_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventInRange_Int64Int64_Parms*)Obj)->InclusiveMax = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_InclusiveMax = { "InclusiveMax", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventInRange_Int64Int64_Parms), &Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_InclusiveMax_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventInRange_Int64Int64_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_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(KismetMathLibrary_eventInRange_Int64Int64_Parms), &Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_InclusiveMin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_InclusiveMax,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function InRange_Int64Int64 Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "InRange_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::KismetMathLibrary_eventInRange_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::KismetMathLibrary_eventInRange_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execInRange_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Value);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Min);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Max);
|
|
P_GET_UBOOL(Z_Param_InclusiveMin);
|
|
P_GET_UBOOL(Z_Param_InclusiveMax);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::InRange_Int64Int64(Z_Param_Value,Z_Param_Min,Z_Param_Max,Z_Param_InclusiveMin,Z_Param_InclusiveMax);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function InRange_Int64Int64 *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function InRange_IntInt *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventInRange_IntInt_Parms
|
|
{
|
|
int32 Value;
|
|
int32 Min;
|
|
int32 Max;
|
|
bool InclusiveMin;
|
|
bool InclusiveMax;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns true if value is between Min and Max (V >= Min && V <= Max)\n\x09 * If InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger\n\x09 * If InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller\n\x09 */" },
|
|
{ "CPP_Default_InclusiveMax", "true" },
|
|
{ "CPP_Default_InclusiveMin", "true" },
|
|
{ "DisplayName", "In Range (Integer)" },
|
|
{ "Max", "10" },
|
|
{ "Min", "0" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if value is between Min and Max (V >= Min && V <= Max)\nIf InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger\nIf InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function InRange_IntInt constinit property declarations ************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Max;
|
|
static void NewProp_InclusiveMin_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InclusiveMin;
|
|
static void NewProp_InclusiveMax_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InclusiveMax;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function InRange_IntInt constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function InRange_IntInt Property Definitions ***********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInRange_IntInt_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInRange_IntInt_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInRange_IntInt_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_InclusiveMin_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventInRange_IntInt_Parms*)Obj)->InclusiveMin = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_InclusiveMin = { "InclusiveMin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventInRange_IntInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_InclusiveMin_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_InclusiveMax_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventInRange_IntInt_Parms*)Obj)->InclusiveMax = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_InclusiveMax = { "InclusiveMax", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventInRange_IntInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_InclusiveMax_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventInRange_IntInt_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_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(KismetMathLibrary_eventInRange_IntInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_InclusiveMin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_InclusiveMax,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function InRange_IntInt Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "InRange_IntInt", Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::KismetMathLibrary_eventInRange_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::KismetMathLibrary_eventInRange_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execInRange_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Value);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Max);
|
|
P_GET_UBOOL(Z_Param_InclusiveMin);
|
|
P_GET_UBOOL(Z_Param_InclusiveMax);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::InRange_IntInt(Z_Param_Value,Z_Param_Min,Z_Param_Max,Z_Param_InclusiveMin,Z_Param_InclusiveMax);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function InRange_IntInt *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IntPoint_Down ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIntPoint_Down_Parms
|
|
{
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint|Constants" },
|
|
{ "Comment", "/** Down Int Point (0, 1) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Down" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.IntPoint" },
|
|
{ "ToolTip", "Down Int Point (0, 1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IntPoint_Down constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IntPoint_Down constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IntPoint_Down Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIntPoint_Down_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::PropPointers) < 2048);
|
|
// ********** End Function IntPoint_Down Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IntPoint_Down", Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::KismetMathLibrary_eventIntPoint_Down_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::KismetMathLibrary_eventIntPoint_Down_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIntPoint_Down)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::IntPoint_Down();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IntPoint_Down **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IntPoint_Left ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIntPoint_Left_Parms
|
|
{
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint|Constants" },
|
|
{ "Comment", "/** Left Int Point (-1, 0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Left" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.IntPoint" },
|
|
{ "ToolTip", "Left Int Point (-1, 0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IntPoint_Left constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IntPoint_Left constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IntPoint_Left Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIntPoint_Left_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::PropPointers) < 2048);
|
|
// ********** End Function IntPoint_Left Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IntPoint_Left", Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::KismetMathLibrary_eventIntPoint_Left_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::KismetMathLibrary_eventIntPoint_Left_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIntPoint_Left)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::IntPoint_Left();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IntPoint_Left **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IntPoint_One *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIntPoint_One_Parms
|
|
{
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint|Constants" },
|
|
{ "Comment", "/** One Int Point (1, 1) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "One" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.IntPoint" },
|
|
{ "ToolTip", "One Int Point (1, 1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IntPoint_One constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IntPoint_One constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IntPoint_One Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIntPoint_One_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::PropPointers) < 2048);
|
|
// ********** End Function IntPoint_One Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IntPoint_One", Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::KismetMathLibrary_eventIntPoint_One_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::KismetMathLibrary_eventIntPoint_One_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIntPoint_One)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::IntPoint_One();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IntPoint_One ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IntPoint_Right *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIntPoint_Right_Parms
|
|
{
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint|Constants" },
|
|
{ "Comment", "/** Right Int Point (1, 0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Right" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.IntPoint" },
|
|
{ "ToolTip", "Right Int Point (1, 0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IntPoint_Right constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IntPoint_Right constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IntPoint_Right Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIntPoint_Right_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::PropPointers) < 2048);
|
|
// ********** End Function IntPoint_Right Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IntPoint_Right", Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::KismetMathLibrary_eventIntPoint_Right_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::KismetMathLibrary_eventIntPoint_Right_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIntPoint_Right)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::IntPoint_Right();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IntPoint_Right *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IntPoint_Up **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIntPoint_Up_Parms
|
|
{
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint|Constants" },
|
|
{ "Comment", "/** Up Int Point (0, -1) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Up" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.IntPoint" },
|
|
{ "ToolTip", "Up Int Point (0, -1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IntPoint_Up constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IntPoint_Up constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IntPoint_Up Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIntPoint_Up_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::PropPointers) < 2048);
|
|
// ********** End Function IntPoint_Up Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IntPoint_Up", Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::KismetMathLibrary_eventIntPoint_Up_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::KismetMathLibrary_eventIntPoint_Up_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIntPoint_Up)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::IntPoint_Up();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IntPoint_Up ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IntPoint_Zero ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIntPoint_Zero_Parms
|
|
{
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint|Constants" },
|
|
{ "Comment", "/** Zero Int Point (0, 0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Zero" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.IntPoint" },
|
|
{ "ToolTip", "Zero Int Point (0, 0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IntPoint_Zero constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IntPoint_Zero constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IntPoint_Zero Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIntPoint_Zero_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::PropPointers) < 2048);
|
|
// ********** End Function IntPoint_Zero Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IntPoint_Zero", Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::KismetMathLibrary_eventIntPoint_Zero_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::KismetMathLibrary_eventIntPoint_Zero_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIntPoint_Zero)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::IntPoint_Zero();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IntPoint_Zero **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function InverseTransformDirection ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics
|
|
{
|
|
struct KismetMathLibrary_eventInverseTransformDirection_Parms
|
|
{
|
|
FTransform T;
|
|
FVector Direction;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** \n\x09 *\x09Transform a direction vector by the inverse of the supplied transform - will not change its length.\n\x09 *\x09""For example, if T was an object's transform, this would transform a direction from world space to local space.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InverseTransformDirection" },
|
|
{ "ToolTip", "Transform a direction vector by the inverse of the supplied transform - will not change its length.\nFor example, if T was an object's transform, this would transform a direction from world space to local space." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_T_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function InverseTransformDirection constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_T;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Direction;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function InverseTransformDirection constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function InverseTransformDirection Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::NewProp_T = { "T", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInverseTransformDirection_Parms, T), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_T_MetaData), NewProp_T_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInverseTransformDirection_Parms, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInverseTransformDirection_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::NewProp_T,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::NewProp_Direction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::PropPointers) < 2048);
|
|
// ********** End Function InverseTransformDirection Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "InverseTransformDirection", Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::KismetMathLibrary_eventInverseTransformDirection_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::KismetMathLibrary_eventInverseTransformDirection_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execInverseTransformDirection)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_T);
|
|
P_GET_STRUCT(FVector,Z_Param_Direction);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::InverseTransformDirection(Z_Param_Out_T,Z_Param_Direction);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function InverseTransformDirection **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function InverseTransformLocation *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics
|
|
{
|
|
struct KismetMathLibrary_eventInverseTransformLocation_Parms
|
|
{
|
|
FTransform T;
|
|
FVector Location;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** \n\x09 *\x09Transform a position by the inverse of the supplied transform.\n\x09 *\x09""For example, if T was an object's transform, this would transform a position from world space to local space.\n\x09 */" },
|
|
{ "Keywords", "location" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InverseTransformLocation" },
|
|
{ "ToolTip", "Transform a position by the inverse of the supplied transform.\nFor example, if T was an object's transform, this would transform a position from world space to local space." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_T_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function InverseTransformLocation constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_T;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Location;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function InverseTransformLocation constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function InverseTransformLocation Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::NewProp_T = { "T", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInverseTransformLocation_Parms, T), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_T_MetaData), NewProp_T_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInverseTransformLocation_Parms, Location), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInverseTransformLocation_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::NewProp_T,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::NewProp_Location,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::PropPointers) < 2048);
|
|
// ********** End Function InverseTransformLocation Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "InverseTransformLocation", Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::KismetMathLibrary_eventInverseTransformLocation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::KismetMathLibrary_eventInverseTransformLocation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execInverseTransformLocation)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_T);
|
|
P_GET_STRUCT(FVector,Z_Param_Location);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::InverseTransformLocation(Z_Param_Out_T,Z_Param_Location);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function InverseTransformLocation ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function InverseTransformRotation *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics
|
|
{
|
|
struct KismetMathLibrary_eventInverseTransformRotation_Parms
|
|
{
|
|
FTransform T;
|
|
FRotator Rotation;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** \n\x09 *\x09Transform a rotator by the inverse of the supplied transform. \n\x09 *\x09""For example, if T was an object's transform, this would transform a rotation from world space to local space.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InverseTransformRotation" },
|
|
{ "ToolTip", "Transform a rotator by the inverse of the supplied transform.\nFor example, if T was an object's transform, this would transform a rotation from world space to local space." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_T_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function InverseTransformRotation constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_T;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Rotation;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function InverseTransformRotation constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function InverseTransformRotation Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::NewProp_T = { "T", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInverseTransformRotation_Parms, T), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_T_MetaData), NewProp_T_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::NewProp_Rotation = { "Rotation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInverseTransformRotation_Parms, Rotation), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInverseTransformRotation_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::NewProp_T,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::NewProp_Rotation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::PropPointers) < 2048);
|
|
// ********** End Function InverseTransformRotation Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "InverseTransformRotation", Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::KismetMathLibrary_eventInverseTransformRotation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::KismetMathLibrary_eventInverseTransformRotation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execInverseTransformRotation)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_T);
|
|
P_GET_STRUCT(FRotator,Z_Param_Rotation);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::InverseTransformRotation(Z_Param_Out_T,Z_Param_Rotation);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function InverseTransformRotation ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function InvertTransform ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventInvertTransform_Parms
|
|
{
|
|
FTransform T;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** \n\x09 * Returns the inverse of the given transform T.\n\x09 * \n\x09 * Example: Given a LocalToWorld transform, WorldToLocal will be returned.\n\x09 *\n\x09 * @param\x09T\x09The transform you wish to invert\n\x09 * @return\x09The inverse of T.\n\x09 */" },
|
|
{ "Keywords", "inverse" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Inverse" },
|
|
{ "ToolTip", "Returns the inverse of the given transform T.\n\nExample: Given a LocalToWorld transform, WorldToLocal will be returned.\n\n@param T The transform you wish to invert\n@return The inverse of T." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_T_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function InvertTransform constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_T;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function InvertTransform constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function InvertTransform Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::NewProp_T = { "T", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInvertTransform_Parms, T), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_T_MetaData), NewProp_T_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventInvertTransform_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::NewProp_T,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function InvertTransform Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "InvertTransform", Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::KismetMathLibrary_eventInvertTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::KismetMathLibrary_eventInvertTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_InvertTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_InvertTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execInvertTransform)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_T);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::InvertTransform(Z_Param_Out_T);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function InvertTransform ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IsAfternoon **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIsAfternoon_Parms
|
|
{
|
|
FDateTime A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns whether A's time is in the afternoon */" },
|
|
{ "DisplayName", "Is Afternoon" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns whether A's time is in the afternoon" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsAfternoon constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsAfternoon constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsAfternoon Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsAfternoon_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventIsAfternoon_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_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(KismetMathLibrary_eventIsAfternoon_Parms), &Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsAfternoon Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IsAfternoon", Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::KismetMathLibrary_eventIsAfternoon_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::KismetMathLibrary_eventIsAfternoon_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIsAfternoon)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::IsAfternoon(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IsAfternoon ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IsLeapYear ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIsLeapYear_Parms
|
|
{
|
|
int32 Year;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns whether given year is a leap year */" },
|
|
{ "DisplayName", "Is Leap Year" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns whether given year is a leap year" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsLeapYear constinit property declarations ****************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Year;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsLeapYear constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsLeapYear Property Definitions ***************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::NewProp_Year = { "Year", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsLeapYear_Parms, Year), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventIsLeapYear_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_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(KismetMathLibrary_eventIsLeapYear_Parms), &Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::NewProp_Year,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsLeapYear Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IsLeapYear", Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::KismetMathLibrary_eventIsLeapYear_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::KismetMathLibrary_eventIsLeapYear_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIsLeapYear)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Year);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::IsLeapYear(Z_Param_Year);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IsLeapYear *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IsMorning ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIsMorning_Parms
|
|
{
|
|
FDateTime A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns whether A's time is in the morning */" },
|
|
{ "DisplayName", "Is Morning" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns whether A's time is in the morning" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsMorning constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsMorning constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsMorning Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsMorning_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventIsMorning_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsMorning_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(KismetMathLibrary_eventIsMorning_Parms), &Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsMorning Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IsMorning", Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::KismetMathLibrary_eventIsMorning_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::KismetMathLibrary_eventIsMorning_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IsMorning()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IsMorning_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIsMorning)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::IsMorning(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IsMorning **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IsNearlyZero2D *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIsNearlyZero2D_Parms
|
|
{
|
|
FVector2D A;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Checks whether vector is near to zero within a specified tolerance.\n\x09 *\n\x09 * @param Tolerance Error tolerance.\n\x09 * @return true if vector is in tolerance to zero, otherwise false.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNearlyZero" },
|
|
{ "ToolTip", "Checks whether vector is near to zero within a specified tolerance.\n\n@param Tolerance Error tolerance.\n@return true if vector is in tolerance to zero, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsNearlyZero2D constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsNearlyZero2D constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsNearlyZero2D Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsNearlyZero2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsNearlyZero2D_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventIsNearlyZero2D_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_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(KismetMathLibrary_eventIsNearlyZero2D_Parms), &Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsNearlyZero2D Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IsNearlyZero2D", Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::KismetMathLibrary_eventIsNearlyZero2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::KismetMathLibrary_eventIsNearlyZero2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIsNearlyZero2D)
|
|
{
|
|
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::IsNearlyZero2D(Z_Param_Out_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IsNearlyZero2D *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IsPointInBox *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIsPointInBox_Parms
|
|
{
|
|
FVector Point;
|
|
FVector BoxOrigin;
|
|
FVector BoxExtent;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n\x09 * Determines whether the given point is in a box. Includes points on the box.\n\x09 *\n\x09 * @param Point\x09\x09\x09Point to test\n\x09 * @param BoxOrigin\x09\x09Origin of the box\n\x09 * @param BoxExtent\x09\x09""Extents of the box (distance in each axis from origin)\n\x09 * @return Whether the point is in the box.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Determines whether the given point is in a box. Includes points on the box.\n\n@param Point Point to test\n@param BoxOrigin Origin of the box\n@param BoxExtent Extents of the box (distance in each axis from origin)\n@return Whether the point is in the box." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsPointInBox constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxOrigin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxExtent;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsPointInBox constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsPointInBox Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBox_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::NewProp_BoxOrigin = { "BoxOrigin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBox_Parms, BoxOrigin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::NewProp_BoxExtent = { "BoxExtent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBox_Parms, BoxExtent), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventIsPointInBox_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_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(KismetMathLibrary_eventIsPointInBox_Parms), &Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::NewProp_BoxOrigin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::NewProp_BoxExtent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsPointInBox Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IsPointInBox", Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::KismetMathLibrary_eventIsPointInBox_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::KismetMathLibrary_eventIsPointInBox_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIsPointInBox)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT(FVector,Z_Param_BoxOrigin);
|
|
P_GET_STRUCT(FVector,Z_Param_BoxExtent);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::IsPointInBox(Z_Param_Point,Z_Param_BoxOrigin,Z_Param_BoxExtent);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IsPointInBox ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IsPointInBox_Box *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIsPointInBox_Box_Parms
|
|
{
|
|
FVector Point;
|
|
FBox Box;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n * Determines whether the given point is in a box. Includes points on the box.\n *\n * @param Point\x09\x09\x09Point to test\n * @param Box\x09\x09\x09""Box to test against\n * @return Whether the point is in the box.\n */" },
|
|
{ "DisplayName", "Is Point In Box (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Determines whether the given point is in a box. Includes points on the box.\n\n@param Point Point to test\n@param Box Box to test against\n@return Whether the point is in the box." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsPointInBox_Box constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsPointInBox_Box constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsPointInBox_Box Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBox_Box_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBox_Box_Parms, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventIsPointInBox_Box_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_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(KismetMathLibrary_eventIsPointInBox_Box_Parms), &Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::NewProp_Box,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsPointInBox_Box Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IsPointInBox_Box", Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::KismetMathLibrary_eventIsPointInBox_Box_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::KismetMathLibrary_eventIsPointInBox_Box_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIsPointInBox_Box)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT(FBox,Z_Param_Box);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::IsPointInBox_Box(Z_Param_Point,Z_Param_Box);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IsPointInBox_Box *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IsPointInBoxWithTransform ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIsPointInBoxWithTransform_Parms
|
|
{
|
|
FVector Point;
|
|
FTransform BoxWorldTransform;
|
|
FVector BoxExtent;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n\x09* Determines whether a given point is in a box with a given transform. Includes points on the box.\n\x09*\n\x09* @param Point\x09\x09\x09\x09Point to test\n\x09* @param BoxWorldTransform\x09""Component-to-World transform of the box.\n\x09* @param BoxExtent\x09\x09\x09""Extents of the box (distance in each axis from origin), in component space.\n\x09* @return Whether the point is in the box.\n\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Determines whether a given point is in a box with a given transform. Includes points on the box.\n\n@param Point Point to test\n@param BoxWorldTransform Component-to-World transform of the box.\n@param BoxExtent Extents of the box (distance in each axis from origin), in component space.\n@return Whether the point is in the box." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoxWorldTransform_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsPointInBoxWithTransform constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxWorldTransform;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxExtent;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsPointInBoxWithTransform constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsPointInBoxWithTransform Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBoxWithTransform_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::NewProp_BoxWorldTransform = { "BoxWorldTransform", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBoxWithTransform_Parms, BoxWorldTransform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoxWorldTransform_MetaData), NewProp_BoxWorldTransform_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::NewProp_BoxExtent = { "BoxExtent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBoxWithTransform_Parms, BoxExtent), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventIsPointInBoxWithTransform_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_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(KismetMathLibrary_eventIsPointInBoxWithTransform_Parms), &Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::NewProp_BoxWorldTransform,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::NewProp_BoxExtent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsPointInBoxWithTransform Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IsPointInBoxWithTransform", Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::KismetMathLibrary_eventIsPointInBoxWithTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::KismetMathLibrary_eventIsPointInBoxWithTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIsPointInBoxWithTransform)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_BoxWorldTransform);
|
|
P_GET_STRUCT(FVector,Z_Param_BoxExtent);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::IsPointInBoxWithTransform(Z_Param_Point,Z_Param_Out_BoxWorldTransform,Z_Param_BoxExtent);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IsPointInBoxWithTransform **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IsPointInBoxWithTransform_Box ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIsPointInBoxWithTransform_Box_Parms
|
|
{
|
|
FVector Point;
|
|
FTransform BoxWorldTransform;
|
|
FBox BoxExtent;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n\x09* Determines whether a given point is in a box with a given transform. Includes points on the box.\n\x09*\n\x09* @param Point\x09\x09\x09\x09Point to test\n\x09* @param BoxWorldTransform\x09""Component-to-World transform of the box.\n\x09* @param Box\x09\x09\x09\x09""Box to test agains in component space.\n\x09* @return Whether the point is in the box.\n\x09*/" },
|
|
{ "DisplayName", "Is Point In Box With Transform (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Determines whether a given point is in a box with a given transform. Includes points on the box.\n\n@param Point Point to test\n@param BoxWorldTransform Component-to-World transform of the box.\n@param Box Box to test agains in component space.\n@return Whether the point is in the box." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoxWorldTransform_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsPointInBoxWithTransform_Box constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxWorldTransform;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxExtent;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsPointInBoxWithTransform_Box constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsPointInBoxWithTransform_Box Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBoxWithTransform_Box_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::NewProp_BoxWorldTransform = { "BoxWorldTransform", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBoxWithTransform_Box_Parms, BoxWorldTransform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoxWorldTransform_MetaData), NewProp_BoxWorldTransform_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::NewProp_BoxExtent = { "BoxExtent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsPointInBoxWithTransform_Box_Parms, BoxExtent), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventIsPointInBoxWithTransform_Box_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_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(KismetMathLibrary_eventIsPointInBoxWithTransform_Box_Parms), &Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::NewProp_BoxWorldTransform,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::NewProp_BoxExtent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsPointInBoxWithTransform_Box Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IsPointInBoxWithTransform_Box", Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::KismetMathLibrary_eventIsPointInBoxWithTransform_Box_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::KismetMathLibrary_eventIsPointInBoxWithTransform_Box_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIsPointInBoxWithTransform_Box)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_BoxWorldTransform);
|
|
P_GET_STRUCT(FBox,Z_Param_BoxExtent);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::IsPointInBoxWithTransform_Box(Z_Param_Point,Z_Param_Out_BoxWorldTransform,Z_Param_BoxExtent);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IsPointInBoxWithTransform_Box ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function IsZero2D *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventIsZero2D_Parms
|
|
{
|
|
FVector2D A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Checks whether all components of the vector are exactly zero.\n\x09 *\n\x09 * @return true if vector is exactly zero, otherwise false.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsZero" },
|
|
{ "ToolTip", "Checks whether all components of the vector are exactly zero.\n\n@return true if vector is exactly zero, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsZero2D constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsZero2D constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsZero2D Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventIsZero2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventIsZero2D_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_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(KismetMathLibrary_eventIsZero2D_Parms), &Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsZero2D Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "IsZero2D", Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::KismetMathLibrary_eventIsZero2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::KismetMathLibrary_eventIsZero2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_IsZero2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_IsZero2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execIsZero2D)
|
|
{
|
|
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::IsZero2D(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function IsZero2D ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Lerp *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLerp_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double Alpha;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Lerp constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Lerp constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Lerp Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLerp_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLerp_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLerp_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLerp_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::PropPointers) < 2048);
|
|
// ********** End Function Lerp Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Lerp", Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::KismetMathLibrary_eventLerp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::KismetMathLibrary_eventLerp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Lerp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Lerp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLerp)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Alpha);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Lerp(Z_Param_A,Z_Param_B,Z_Param_Alpha);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Lerp *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Less_ByteByte ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLess_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns true if A is less than B (A < B) */" },
|
|
{ "CompactNodeTitle", "<" },
|
|
{ "DisplayName", "Byte < Byte" },
|
|
{ "Keywords", "< less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than B (A < B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Less_ByteByte constinit property declarations *************************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Less_ByteByte constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Less_ByteByte Property Definitions ************************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLess_ByteByte_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_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(KismetMathLibrary_eventLess_ByteByte_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Less_ByteByte Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Less_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::KismetMathLibrary_eventLess_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::KismetMathLibrary_eventLess_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLess_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Less_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Less_ByteByte **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Less_DateTimeDateTime ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLess_DateTimeDateTime_Parms
|
|
{
|
|
FDateTime A;
|
|
FDateTime B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns true if A is less than B (A < B) */" },
|
|
{ "CompactNodeTitle", "<" },
|
|
{ "DisplayName", "DateTime < DateTime" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", "< less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than B (A < B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Less_DateTimeDateTime constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Less_DateTimeDateTime constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Less_DateTimeDateTime Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_DateTimeDateTime_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_DateTimeDateTime_Parms, B), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLess_DateTimeDateTime_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_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(KismetMathLibrary_eventLess_DateTimeDateTime_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function Less_DateTimeDateTime Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Less_DateTimeDateTime", Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::KismetMathLibrary_eventLess_DateTimeDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::KismetMathLibrary_eventLess_DateTimeDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLess_DateTimeDateTime)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FDateTime,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Less_DateTimeDateTime(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Less_DateTimeDateTime **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Less_DoubleDouble ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLess_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns true if A is Less than B (A < B) */" },
|
|
{ "CompactNodeTitle", "<" },
|
|
{ "DisplayName", "float < float" },
|
|
{ "Keywords", "< less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is Less than B (A < B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Less_DoubleDouble constinit property declarations *********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Less_DoubleDouble constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Less_DoubleDouble Property Definitions ********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLess_DoubleDouble_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_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(KismetMathLibrary_eventLess_DoubleDouble_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Less_DoubleDouble Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Less_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::KismetMathLibrary_eventLess_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::KismetMathLibrary_eventLess_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLess_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Less_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Less_DoubleDouble ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Less_Int64Int64 ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLess_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns true if A is less than B (A < B) */" },
|
|
{ "CompactNodeTitle", "<" },
|
|
{ "DisplayName", "integer64 < integer64" },
|
|
{ "Keywords", "< less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than B (A < B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Less_Int64Int64 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Less_Int64Int64 constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Less_Int64Int64 Property Definitions **********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLess_Int64Int64_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_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(KismetMathLibrary_eventLess_Int64Int64_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Less_Int64Int64 Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Less_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::KismetMathLibrary_eventLess_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::KismetMathLibrary_eventLess_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLess_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Less_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Less_Int64Int64 ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Less_IntInt **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLess_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns true if A is less than B (A < B) */" },
|
|
{ "CompactNodeTitle", "<" },
|
|
{ "DisplayName", "integer < integer" },
|
|
{ "Keywords", "< less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than B (A < B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Less_IntInt constinit property declarations ***************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Less_IntInt constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Less_IntInt Property Definitions **************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLess_IntInt_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_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(KismetMathLibrary_eventLess_IntInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Less_IntInt Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Less_IntInt", Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::KismetMathLibrary_eventLess_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::KismetMathLibrary_eventLess_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLess_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Less_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Less_IntInt ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Less_TimespanTimespan ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLess_TimespanTimespan_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns true if A is less than B (A < B) */" },
|
|
{ "CompactNodeTitle", "<" },
|
|
{ "DisplayName", "Timespan < Timespan" },
|
|
{ "Keywords", "< less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than B (A < B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Less_TimespanTimespan constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Less_TimespanTimespan constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Less_TimespanTimespan Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_TimespanTimespan_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLess_TimespanTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLess_TimespanTimespan_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_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(KismetMathLibrary_eventLess_TimespanTimespan_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function Less_TimespanTimespan Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Less_TimespanTimespan", Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::KismetMathLibrary_eventLess_TimespanTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::KismetMathLibrary_eventLess_TimespanTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLess_TimespanTimespan)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Less_TimespanTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Less_TimespanTimespan **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LessEqual_ByteByte ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLessEqual_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns true if A is less than or equal to B (A <= B) */" },
|
|
{ "CompactNodeTitle", "<=" },
|
|
{ "DisplayName", "Byte <= Byte" },
|
|
{ "Keywords", "<= less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than or equal to B (A <= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LessEqual_ByteByte constinit property declarations ********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LessEqual_ByteByte constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LessEqual_ByteByte Property Definitions *******************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLessEqual_ByteByte_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_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(KismetMathLibrary_eventLessEqual_ByteByte_Parms), &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function LessEqual_ByteByte Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LessEqual_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::KismetMathLibrary_eventLessEqual_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::KismetMathLibrary_eventLessEqual_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLessEqual_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::LessEqual_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LessEqual_ByteByte *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LessEqual_DateTimeDateTime *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLessEqual_DateTimeDateTime_Parms
|
|
{
|
|
FDateTime A;
|
|
FDateTime B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns true if A is less than or equal to B (A <= B) */" },
|
|
{ "CompactNodeTitle", "<=" },
|
|
{ "DisplayName", "DateTime <= DateTime" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", "<= less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than or equal to B (A <= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LessEqual_DateTimeDateTime constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LessEqual_DateTimeDateTime constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LessEqual_DateTimeDateTime Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_DateTimeDateTime_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_DateTimeDateTime_Parms, B), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLessEqual_DateTimeDateTime_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_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(KismetMathLibrary_eventLessEqual_DateTimeDateTime_Parms), &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function LessEqual_DateTimeDateTime Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LessEqual_DateTimeDateTime", Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::KismetMathLibrary_eventLessEqual_DateTimeDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::KismetMathLibrary_eventLessEqual_DateTimeDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLessEqual_DateTimeDateTime)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FDateTime,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::LessEqual_DateTimeDateTime(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LessEqual_DateTimeDateTime *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LessEqual_DoubleDouble ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLessEqual_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns true if A is Less than or equal to B (A <= B) */" },
|
|
{ "CompactNodeTitle", "<=" },
|
|
{ "DisplayName", "float <= float" },
|
|
{ "Keywords", "<= less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is Less than or equal to B (A <= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LessEqual_DoubleDouble constinit property declarations ****************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LessEqual_DoubleDouble constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LessEqual_DoubleDouble Property Definitions ***************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLessEqual_DoubleDouble_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_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(KismetMathLibrary_eventLessEqual_DoubleDouble_Parms), &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function LessEqual_DoubleDouble Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LessEqual_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::KismetMathLibrary_eventLessEqual_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::KismetMathLibrary_eventLessEqual_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLessEqual_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::LessEqual_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LessEqual_DoubleDouble *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LessEqual_Int64Int64 *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLessEqual_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns true if A is less than or equal to B (A <= B) */" },
|
|
{ "CompactNodeTitle", "<=" },
|
|
{ "DisplayName", "integer64 <= integer64" },
|
|
{ "Keywords", "<= less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than or equal to B (A <= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LessEqual_Int64Int64 constinit property declarations ******************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LessEqual_Int64Int64 constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LessEqual_Int64Int64 Property Definitions *****************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLessEqual_Int64Int64_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_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(KismetMathLibrary_eventLessEqual_Int64Int64_Parms), &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function LessEqual_Int64Int64 Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LessEqual_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::KismetMathLibrary_eventLessEqual_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::KismetMathLibrary_eventLessEqual_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLessEqual_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::LessEqual_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LessEqual_Int64Int64 ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LessEqual_IntInt *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLessEqual_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns true if A is less than or equal to B (A <= B) */" },
|
|
{ "CompactNodeTitle", "<=" },
|
|
{ "DisplayName", "integer <= integer" },
|
|
{ "Keywords", "<= less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than or equal to B (A <= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LessEqual_IntInt constinit property declarations **********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LessEqual_IntInt constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LessEqual_IntInt Property Definitions *********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLessEqual_IntInt_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_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(KismetMathLibrary_eventLessEqual_IntInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function LessEqual_IntInt Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LessEqual_IntInt", Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::KismetMathLibrary_eventLessEqual_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::KismetMathLibrary_eventLessEqual_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLessEqual_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::LessEqual_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LessEqual_IntInt *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LessEqual_TimespanTimespan *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLessEqual_TimespanTimespan_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns true if A is less than or equal to B (A <= B) */" },
|
|
{ "CompactNodeTitle", "<=" },
|
|
{ "DisplayName", "Timespan <= Timespan" },
|
|
{ "Keywords", "<= less" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is less than or equal to B (A <= B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LessEqual_TimespanTimespan constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LessEqual_TimespanTimespan constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LessEqual_TimespanTimespan Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_TimespanTimespan_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessEqual_TimespanTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLessEqual_TimespanTimespan_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_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(KismetMathLibrary_eventLessEqual_TimespanTimespan_Parms), &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function LessEqual_TimespanTimespan Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LessEqual_TimespanTimespan", Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::KismetMathLibrary_eventLessEqual_TimespanTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::KismetMathLibrary_eventLessEqual_TimespanTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLessEqual_TimespanTimespan)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::LessEqual_TimespanTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LessEqual_TimespanTimespan *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LessLess_VectorRotator ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLessLess_VectorRotator_Parms
|
|
{
|
|
FVector A;
|
|
FRotator B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns result of vector A rotated by the inverse of Rotator B */" },
|
|
{ "DisplayName", "Unrotate Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Unrotate" },
|
|
{ "ToolTip", "Returns result of vector A rotated by the inverse of Rotator B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LessLess_VectorRotator constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LessLess_VectorRotator constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LessLess_VectorRotator Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessLess_VectorRotator_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessLess_VectorRotator_Parms, B), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLessLess_VectorRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function LessLess_VectorRotator Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LessLess_VectorRotator", Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::KismetMathLibrary_eventLessLess_VectorRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::KismetMathLibrary_eventLessLess_VectorRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLessLess_VectorRotator)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FRotator,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::LessLess_VectorRotator(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LessLess_VectorRotator *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Black ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Black_Parms
|
|
{
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Black linear color */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Black" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.LinearColor" },
|
|
{ "ToolTip", "Black linear color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Black constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Black constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Black Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Black_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Black Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Black", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::KismetMathLibrary_eventLinearColor_Black_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::KismetMathLibrary_eventLinearColor_Black_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Black)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_Black();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Black ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Blue *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Blue_Parms
|
|
{
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Blue linear color */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Blue" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.LinearColor" },
|
|
{ "ToolTip", "Blue linear color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Blue constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Blue constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Blue Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Blue_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Blue Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Blue", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::KismetMathLibrary_eventLinearColor_Blue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::KismetMathLibrary_eventLinearColor_Blue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Blue)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_Blue();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Blue *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Desaturated **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Desaturated_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
float InDesaturation;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/**\n\x09 * Returns a desaturated color, with 0 meaning no desaturation and 1 == full desaturation\n\x09 *\n\x09 * @param\x09""Desaturation\x09""Desaturation factor in range [0..1]\n\x09 * @return\x09""Desaturated color\n\x09 */" },
|
|
{ "DisplayName", "Desaturate (LinearColor)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Desaturated" },
|
|
{ "ToolTip", "Returns a desaturated color, with 0 meaning no desaturation and 1 == full desaturation\n\n@param Desaturation Desaturation factor in range [0..1]\n@return Desaturated color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Desaturated constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDesaturation;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Desaturated constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Desaturated Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Desaturated_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::NewProp_InDesaturation = { "InDesaturation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Desaturated_Parms, InDesaturation), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Desaturated_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::NewProp_InDesaturation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Desaturated Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Desaturated", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::KismetMathLibrary_eventLinearColor_Desaturated_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::KismetMathLibrary_eventLinearColor_Desaturated_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Desaturated)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InDesaturation);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_Desaturated(Z_Param_InColor,Z_Param_InDesaturation);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Desaturated ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Distance *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Distance_Parms
|
|
{
|
|
FLinearColor C1;
|
|
FLinearColor C2;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Euclidean distance between two color points. */" },
|
|
{ "DisplayName", "Distance (LinearColor)" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Distance" },
|
|
{ "ToolTip", "Euclidean distance between two color points." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Distance constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_C1;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_C2;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Distance constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Distance Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::NewProp_C1 = { "C1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Distance_Parms, C1), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::NewProp_C2 = { "C2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Distance_Parms, C2), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Distance_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::NewProp_C1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::NewProp_C2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Distance Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Distance", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::KismetMathLibrary_eventLinearColor_Distance_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::KismetMathLibrary_eventLinearColor_Distance_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Distance)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_C1);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_C2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::LinearColor_Distance(Z_Param_C1,Z_Param_C2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Distance ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_GetLuminance *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_GetLuminance_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/**\x09Returns the perceived brightness of a color on a display taking into account the impact on the human eye per color channel: green > red > blue. */" },
|
|
{ "DisplayName", "Luminance (LinearColor)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetLuminance" },
|
|
{ "ToolTip", "Returns the perceived brightness of a color on a display taking into account the impact on the human eye per color channel: green > red > blue." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_GetLuminance constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_GetLuminance constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_GetLuminance Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_GetLuminance_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_GetLuminance_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_GetLuminance Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_GetLuminance", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::KismetMathLibrary_eventLinearColor_GetLuminance_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::KismetMathLibrary_eventLinearColor_GetLuminance_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_GetLuminance)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::LinearColor_GetLuminance(Z_Param_InColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_GetLuminance ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_GetMax ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_GetMax_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/**\n\x09 * Returns the maximum color channel value in this color structure\n\x09 *\n\x09 * @return The maximum color channel value\n\x09 */" },
|
|
{ "DisplayName", "Max (LinearColor)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMax" },
|
|
{ "ToolTip", "Returns the maximum color channel value in this color structure\n\n@return The maximum color channel value" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_GetMax constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_GetMax constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_GetMax Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_GetMax_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_GetMax_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_GetMax Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_GetMax", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::KismetMathLibrary_eventLinearColor_GetMax_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::KismetMathLibrary_eventLinearColor_GetMax_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_GetMax)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::LinearColor_GetMax(Z_Param_InColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_GetMax *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_GetMin ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_GetMin_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/**\n\x09 * Returns the minimum color channel value in this color structure\n\x09 *\n\x09 * @return The minimum color channel value\n\x09 */" },
|
|
{ "DisplayName", "Min (LinearColor)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMin" },
|
|
{ "ToolTip", "Returns the minimum color channel value in this color structure\n\n@return The minimum color channel value" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_GetMin constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_GetMin constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_GetMin Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_GetMin_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_GetMin_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_GetMin Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_GetMin", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::KismetMathLibrary_eventLinearColor_GetMin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::KismetMathLibrary_eventLinearColor_GetMin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_GetMin)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::LinearColor_GetMin(Z_Param_InColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_GetMin *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Gray *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Gray_Parms
|
|
{
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Grey linear color */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Gray" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.LinearColor" },
|
|
{ "ToolTip", "Grey linear color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Gray constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Gray constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Gray Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Gray_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Gray Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Gray", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::KismetMathLibrary_eventLinearColor_Gray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::KismetMathLibrary_eventLinearColor_Gray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Gray)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_Gray();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Gray *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Green ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Green_Parms
|
|
{
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Green linear color */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Green" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.LinearColor" },
|
|
{ "ToolTip", "Green linear color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Green constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Green constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Green Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Green_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Green Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Green", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::KismetMathLibrary_eventLinearColor_Green_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::KismetMathLibrary_eventLinearColor_Green_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Green)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_Green();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Green ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_IsNearEqual **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_IsNearEqual_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Returns true if linear color A is equal to linear color B (A == B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "~==" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Near Equal (LinearColor)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNearEqual" },
|
|
{ "ScriptOperator", "==" },
|
|
{ "ToolTip", "Returns true if linear color A is equal to linear color B (A == B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_IsNearEqual constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_IsNearEqual constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_IsNearEqual Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_IsNearEqual_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_IsNearEqual_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_IsNearEqual_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLinearColor_IsNearEqual_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_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(KismetMathLibrary_eventLinearColor_IsNearEqual_Parms), &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_IsNearEqual Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_IsNearEqual", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::KismetMathLibrary_eventLinearColor_IsNearEqual_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::KismetMathLibrary_eventLinearColor_IsNearEqual_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_IsNearEqual)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::LinearColor_IsNearEqual(Z_Param_A,Z_Param_B,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_IsNearEqual ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Quantize *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Quantize_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
FColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Quantizes the linear color and returns the result as an 8-bit color. This bypasses the SRGB conversion. */" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use LinearColor_QuantizeRound instead for correct color conversion." },
|
|
{ "DisplayName", "Quantize to 8-bit (LinearColor)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Quantize" },
|
|
{ "ToolTip", "Quantizes the linear color and returns the result as an 8-bit color. This bypasses the SRGB conversion." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Quantize constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Quantize constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Quantize Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Quantize_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Quantize_Parms, ReturnValue), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Quantize Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Quantize", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::KismetMathLibrary_eventLinearColor_Quantize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::KismetMathLibrary_eventLinearColor_Quantize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Quantize)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_Quantize(Z_Param_InColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Quantize ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_QuantizeRound ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_QuantizeRound_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
FColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Quantizes the linear color with rounding and returns the result as an 8-bit color. This bypasses the SRGB conversion. */" },
|
|
{ "DisplayName", "Quantize With Rounding To 8-bit (LinearColor)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "QuantizeRound" },
|
|
{ "ToolTip", "Quantizes the linear color with rounding and returns the result as an 8-bit color. This bypasses the SRGB conversion." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_QuantizeRound constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_QuantizeRound constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_QuantizeRound Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_QuantizeRound_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_QuantizeRound_Parms, ReturnValue), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_QuantizeRound Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_QuantizeRound", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::KismetMathLibrary_eventLinearColor_QuantizeRound_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::KismetMathLibrary_eventLinearColor_QuantizeRound_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_QuantizeRound)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_QuantizeRound(Z_Param_InColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_QuantizeRound **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Red ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Red_Parms
|
|
{
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Red linear color */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Red" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.LinearColor" },
|
|
{ "ToolTip", "Red linear color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Red constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Red constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Red Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Red_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Red Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Red", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::KismetMathLibrary_eventLinearColor_Red_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::KismetMathLibrary_eventLinearColor_Red_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Red)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_Red();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Red ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Set ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Set_Parms
|
|
{
|
|
FLinearColor InOutColor;
|
|
FLinearColor InColor;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Assign contents of InColor */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Set" },
|
|
{ "ToolTip", "Assign contents of InColor" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Set constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InOutColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Set constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Set Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::NewProp_InOutColor = { "InOutColor", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Set_Parms, InOutColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Set_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::NewProp_InOutColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::NewProp_InColor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Set Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Set", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::KismetMathLibrary_eventLinearColor_Set_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::KismetMathLibrary_eventLinearColor_Set_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Set)
|
|
{
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_InOutColor);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::LinearColor_Set(Z_Param_Out_InOutColor,Z_Param_InColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Set ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_SetFromHSV ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_SetFromHSV_Parms
|
|
{
|
|
FLinearColor InOutColor;
|
|
float H;
|
|
float S;
|
|
float V;
|
|
float A;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Assigns an HSV color to a linear space RGB color */" },
|
|
{ "CPP_Default_A", "1.000000" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetFromHSV" },
|
|
{ "ToolTip", "Assigns an HSV color to a linear space RGB color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_SetFromHSV constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InOutColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_H;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_S;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_SetFromHSV constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_SetFromHSV Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_InOutColor = { "InOutColor", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetFromHSV_Parms, InOutColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_H = { "H", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetFromHSV_Parms, H), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_S = { "S", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetFromHSV_Parms, S), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetFromHSV_Parms, V), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetFromHSV_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_InOutColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_H,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_S,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::NewProp_A,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_SetFromHSV Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_SetFromHSV", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::KismetMathLibrary_eventLinearColor_SetFromHSV_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::KismetMathLibrary_eventLinearColor_SetFromHSV_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_SetFromHSV)
|
|
{
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_InOutColor);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_H);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_S);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_V);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::LinearColor_SetFromHSV(Z_Param_Out_InOutColor,Z_Param_H,Z_Param_S,Z_Param_V,Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_SetFromHSV *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_SetFromPow22 *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_SetFromPow22_Parms
|
|
{
|
|
FLinearColor InOutColor;
|
|
FColor InColor;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/**\n\x09 * Assigns an FColor coming from an observed Pow(1/2.2) output, into a linear color.\n\x09 * @param InColor The Pow(1/2.2) color that needs to be converted into linear space.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetFromPow22" },
|
|
{ "ToolTip", "Assigns an FColor coming from an observed Pow(1/2.2) output, into a linear color.\n@param InColor The Pow(1/2.2) color that needs to be converted into linear space." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InColor_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_SetFromPow22 constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InOutColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_SetFromPow22 constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_SetFromPow22 Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::NewProp_InOutColor = { "InOutColor", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetFromPow22_Parms, InOutColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetFromPow22_Parms, InColor), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InColor_MetaData), NewProp_InColor_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::NewProp_InOutColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::NewProp_InColor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_SetFromPow22 Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_SetFromPow22", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::KismetMathLibrary_eventLinearColor_SetFromPow22_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::KismetMathLibrary_eventLinearColor_SetFromPow22_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_SetFromPow22)
|
|
{
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_InOutColor);
|
|
P_GET_STRUCT_REF(FColor,Z_Param_Out_InColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::LinearColor_SetFromPow22(Z_Param_Out_InOutColor,Z_Param_Out_InColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_SetFromPow22 ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_SetFromSRGB **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_SetFromSRGB_Parms
|
|
{
|
|
FLinearColor InOutColor;
|
|
FColor InSRGB;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/**\n\x09 * Assigns an FColor coming from an observed sRGB output, into a linear color.\n\x09 * @param InSRGB The sRGB color that needs to be converted into linear space.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetFromSRGB" },
|
|
{ "ToolTip", "Assigns an FColor coming from an observed sRGB output, into a linear color.\n@param InSRGB The sRGB color that needs to be converted into linear space." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InSRGB_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_SetFromSRGB constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InOutColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InSRGB;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_SetFromSRGB constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_SetFromSRGB Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::NewProp_InOutColor = { "InOutColor", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetFromSRGB_Parms, InOutColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::NewProp_InSRGB = { "InSRGB", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetFromSRGB_Parms, InSRGB), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InSRGB_MetaData), NewProp_InSRGB_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::NewProp_InOutColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::NewProp_InSRGB,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_SetFromSRGB Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_SetFromSRGB", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::KismetMathLibrary_eventLinearColor_SetFromSRGB_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::KismetMathLibrary_eventLinearColor_SetFromSRGB_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_SetFromSRGB)
|
|
{
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_InOutColor);
|
|
P_GET_STRUCT_REF(FColor,Z_Param_Out_InSRGB);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::LinearColor_SetFromSRGB(Z_Param_Out_InOutColor,Z_Param_Out_InSRGB);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_SetFromSRGB ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_SetRandomHue *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_SetRandomHue_Parms
|
|
{
|
|
FLinearColor InOutColor;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Sets to a random color. Choses a quite nice color based on a random hue. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetRandomHue" },
|
|
{ "ToolTip", "Sets to a random color. Choses a quite nice color based on a random hue." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_SetRandomHue constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InOutColor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_SetRandomHue constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_SetRandomHue Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::NewProp_InOutColor = { "InOutColor", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetRandomHue_Parms, InOutColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::NewProp_InOutColor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_SetRandomHue Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_SetRandomHue", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::KismetMathLibrary_eventLinearColor_SetRandomHue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::KismetMathLibrary_eventLinearColor_SetRandomHue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_SetRandomHue)
|
|
{
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_InOutColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::LinearColor_SetRandomHue(Z_Param_Out_InOutColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_SetRandomHue ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_SetRGBA **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_SetRGBA_Parms
|
|
{
|
|
FLinearColor InOutColor;
|
|
float R;
|
|
float G;
|
|
float B;
|
|
float A;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Assign individual linear RGBA components. */" },
|
|
{ "CPP_Default_A", "1.000000" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetRGBA" },
|
|
{ "ToolTip", "Assign individual linear RGBA components." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_SetRGBA constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InOutColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_R;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_G;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_SetRGBA constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_SetRGBA Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_InOutColor = { "InOutColor", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetRGBA_Parms, InOutColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_R = { "R", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetRGBA_Parms, R), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_G = { "G", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetRGBA_Parms, G), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetRGBA_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetRGBA_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_InOutColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_R,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_G,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::NewProp_A,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_SetRGBA Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_SetRGBA", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::KismetMathLibrary_eventLinearColor_SetRGBA_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::KismetMathLibrary_eventLinearColor_SetRGBA_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_SetRGBA)
|
|
{
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_InOutColor);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_R);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_G);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::LinearColor_SetRGBA(Z_Param_Out_InOutColor,Z_Param_R,Z_Param_G,Z_Param_B,Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_SetRGBA ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_SetTemperature *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_SetTemperature_Parms
|
|
{
|
|
FLinearColor InOutColor;
|
|
float InTemperature;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Converts temperature in Kelvins of a black body radiator to RGB chromaticity. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetTemperature" },
|
|
{ "ToolTip", "Converts temperature in Kelvins of a black body radiator to RGB chromaticity." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_SetTemperature constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InOutColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InTemperature;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_SetTemperature constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_SetTemperature Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::NewProp_InOutColor = { "InOutColor", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetTemperature_Parms, InOutColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::NewProp_InTemperature = { "InTemperature", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_SetTemperature_Parms, InTemperature), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::NewProp_InOutColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::NewProp_InTemperature,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_SetTemperature Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_SetTemperature", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::KismetMathLibrary_eventLinearColor_SetTemperature_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::KismetMathLibrary_eventLinearColor_SetTemperature_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_SetTemperature)
|
|
{
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_InOutColor);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InTemperature);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::LinearColor_SetTemperature(Z_Param_Out_InOutColor,Z_Param_InTemperature);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_SetTemperature *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_ToNewOpacity *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_ToNewOpacity_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
float InOpacity;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Returns a copy of this color using the specified opacity/alpha.\x09 */" },
|
|
{ "DisplayName", "New Opacity (LinearColor)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToNewOpacity" },
|
|
{ "ToolTip", "Returns a copy of this color using the specified opacity/alpha." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_ToNewOpacity constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InOpacity;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_ToNewOpacity constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_ToNewOpacity Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_ToNewOpacity_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::NewProp_InOpacity = { "InOpacity", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_ToNewOpacity_Parms, InOpacity), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_ToNewOpacity_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::NewProp_InOpacity,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_ToNewOpacity Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_ToNewOpacity", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::KismetMathLibrary_eventLinearColor_ToNewOpacity_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::KismetMathLibrary_eventLinearColor_ToNewOpacity_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_ToNewOpacity)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InOpacity);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_ToNewOpacity(Z_Param_InColor,Z_Param_InOpacity);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_ToNewOpacity ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_ToRGBE ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_ToRGBE_Parms
|
|
{
|
|
FLinearColor InLinearColor;
|
|
FColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Converts from linear to 8-bit RGBE as outlined in Gregory Ward's Real Pixels article, Graphics Gems II, page 80. */" },
|
|
{ "DisplayName", "To RGBE (LinearColor)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToRGBE" },
|
|
{ "ToolTip", "Converts from linear to 8-bit RGBE as outlined in Gregory Ward's Real Pixels article, Graphics Gems II, page 80." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_ToRGBE constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InLinearColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_ToRGBE constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_ToRGBE Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::NewProp_InLinearColor = { "InLinearColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_ToRGBE_Parms, InLinearColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_ToRGBE_Parms, ReturnValue), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::NewProp_InLinearColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_ToRGBE Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_ToRGBE", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::KismetMathLibrary_eventLinearColor_ToRGBE_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::KismetMathLibrary_eventLinearColor_ToRGBE_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_ToRGBE)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InLinearColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_ToRGBE(Z_Param_InLinearColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_ToRGBE *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Transparent **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Transparent_Parms
|
|
{
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Transparent linear color - black with 0 opacity/alpha */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Transparent" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.LinearColor" },
|
|
{ "ToolTip", "Transparent linear color - black with 0 opacity/alpha" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Transparent constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Transparent constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Transparent Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Transparent_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Transparent Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Transparent", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::KismetMathLibrary_eventLinearColor_Transparent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::KismetMathLibrary_eventLinearColor_Transparent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Transparent)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_Transparent();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Transparent ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_White ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_White_Parms
|
|
{
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** White linear color */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "White" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.LinearColor" },
|
|
{ "ToolTip", "White linear color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_White constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_White constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_White Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_White_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_White Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_White", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::KismetMathLibrary_eventLinearColor_White_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::KismetMathLibrary_eventLinearColor_White_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_White)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_White();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_White ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColor_Yellow ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColor_Yellow_Parms
|
|
{
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Yellow linear color */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Yellow" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.LinearColor" },
|
|
{ "ToolTip", "Yellow linear color" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColor_Yellow constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColor_Yellow constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColor_Yellow Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColor_Yellow_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColor_Yellow Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColor_Yellow", Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::KismetMathLibrary_eventLinearColor_Yellow_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::KismetMathLibrary_eventLinearColor_Yellow_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColor_Yellow)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColor_Yellow();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColor_Yellow *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColorLerp ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColorLerp_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
float Alpha;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1) */" },
|
|
{ "DisplayName", "Lerp (LinearColor)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "LerpTo" },
|
|
{ "ToolTip", "Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColorLerp constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColorLerp constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColorLerp Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColorLerp_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColorLerp_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColorLerp_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColorLerp_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColorLerp Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColorLerp", Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::KismetMathLibrary_eventLinearColorLerp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::KismetMathLibrary_eventLinearColorLerp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColorLerp)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Alpha);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColorLerp(Z_Param_A,Z_Param_B,Z_Param_Alpha);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColorLerp ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinearColorLerpUsingHSV **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinearColorLerpUsingHSV_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
float Alpha;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/**\n\x09 * Linearly interpolates between two colors by the specified Alpha amount (100% of A when Alpha=0 and 100% of B when Alpha=1). The interpolation is performed in HSV color space taking the shortest path to the new color's hue. This can give better results than a normal lerp, but is much more expensive. The incoming colors are in RGB space, and the output color will be RGB. The alpha value will also be interpolated.\n\x09 * \n\x09 * @param\x09""A\x09\x09The color and alpha to interpolate from as linear RGBA\n\x09 * @param\x09""B\x09\x09The color and alpha to interpolate to as linear RGBA\n\x09 * @param\x09""Alpha\x09Scalar interpolation amount (usually between 0.0 and 1.0 inclusive)\n\x09 * \n\x09 * @return\x09The interpolated color in linear RGB space along with the interpolated alpha value\n\x09 */" },
|
|
{ "DisplayName", "Lerp Using HSV (LinearColor)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "LerpUsingHSVTo" },
|
|
{ "ToolTip", "Linearly interpolates between two colors by the specified Alpha amount (100% of A when Alpha=0 and 100% of B when Alpha=1). The interpolation is performed in HSV color space taking the shortest path to the new color's hue. This can give better results than a normal lerp, but is much more expensive. The incoming colors are in RGB space, and the output color will be RGB. The alpha value will also be interpolated.\n\n@param A The color and alpha to interpolate from as linear RGBA\n@param B The color and alpha to interpolate to as linear RGBA\n@param Alpha Scalar interpolation amount (usually between 0.0 and 1.0 inclusive)\n\n@return The interpolated color in linear RGB space along with the interpolated alpha value" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinearColorLerpUsingHSV constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinearColorLerpUsingHSV constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinearColorLerpUsingHSV Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColorLerpUsingHSV_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColorLerpUsingHSV_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColorLerpUsingHSV_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinearColorLerpUsingHSV_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinearColorLerpUsingHSV Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinearColorLerpUsingHSV", Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::KismetMathLibrary_eventLinearColorLerpUsingHSV_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::KismetMathLibrary_eventLinearColorLerpUsingHSV_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinearColorLerpUsingHSV)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Alpha);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::LinearColorLerpUsingHSV(Z_Param_A,Z_Param_B,Z_Param_Alpha);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinearColorLerpUsingHSV ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinePlaneIntersection ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinePlaneIntersection_Parms
|
|
{
|
|
FVector LineStart;
|
|
FVector LineEnd;
|
|
FPlane APlane;
|
|
float T;
|
|
FVector Intersection;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Intersection" },
|
|
{ "Comment", "/**\n\x09 * Computes the intersection point between a line and a plane.\n\x09 * @param\x09\x09T - The t of the intersection between the line and the plane\n\x09 * @param\x09\x09Intersection - The point of intersection between the line and the plane\n\x09 * @return\x09\x09True if the intersection test was successful.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Computes the intersection point between a line and a plane.\n@param T - The t of the intersection between the line and the plane\n@param Intersection - The point of intersection between the line and the plane\n@return True if the intersection test was successful." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineStart_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineEnd_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_APlane_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinePlaneIntersection constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LineStart;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LineEnd;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_APlane;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_T;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Intersection;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinePlaneIntersection constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinePlaneIntersection Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_LineStart = { "LineStart", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_Parms, LineStart), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineStart_MetaData), NewProp_LineStart_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_LineEnd = { "LineEnd", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_Parms, LineEnd), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineEnd_MetaData), NewProp_LineEnd_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_APlane = { "APlane", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_Parms, APlane), Z_Construct_UScriptStruct_FPlane, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_APlane_MetaData), NewProp_APlane_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_T = { "T", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_Parms, T), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_Intersection = { "Intersection", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_Parms, Intersection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLinePlaneIntersection_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_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(KismetMathLibrary_eventLinePlaneIntersection_Parms), &Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_LineStart,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_LineEnd,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_APlane,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_T,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_Intersection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinePlaneIntersection Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinePlaneIntersection", Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::KismetMathLibrary_eventLinePlaneIntersection_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::KismetMathLibrary_eventLinePlaneIntersection_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinePlaneIntersection)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_LineStart);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_LineEnd);
|
|
P_GET_STRUCT_REF(FPlane,Z_Param_Out_APlane);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_T);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Intersection);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::LinePlaneIntersection(Z_Param_Out_LineStart,Z_Param_Out_LineEnd,Z_Param_Out_APlane,Z_Param_Out_T,Z_Param_Out_Intersection);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinePlaneIntersection **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function LinePlaneIntersection_OriginNormal ***********
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms
|
|
{
|
|
FVector LineStart;
|
|
FVector LineEnd;
|
|
FVector PlaneOrigin;
|
|
FVector PlaneNormal;
|
|
float T;
|
|
FVector Intersection;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Intersection" },
|
|
{ "Comment", "/**\n\x09 * Computes the intersection point between a line and a plane.\n\x09 * @param\x09\x09T - The t of the intersection between the line and the plane\n\x09 * @param\x09\x09Intersection - The point of intersection between the line and the plane\n\x09 * @return\x09\x09True if the intersection test was successful.\n\x09 */" },
|
|
{ "DisplayName", "Line Plane Intersection (Origin & Normal)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Computes the intersection point between a line and a plane.\n@param T - The t of the intersection between the line and the plane\n@param Intersection - The point of intersection between the line and the plane\n@return True if the intersection test was successful." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineStart_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineEnd_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function LinePlaneIntersection_OriginNormal constinit property declarations ****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LineStart;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LineEnd;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PlaneOrigin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PlaneNormal;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_T;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Intersection;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function LinePlaneIntersection_OriginNormal constinit property declarations ******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function LinePlaneIntersection_OriginNormal Property Definitions ***************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_LineStart = { "LineStart", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms, LineStart), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineStart_MetaData), NewProp_LineStart_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_LineEnd = { "LineEnd", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms, LineEnd), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineEnd_MetaData), NewProp_LineEnd_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_PlaneOrigin = { "PlaneOrigin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms, PlaneOrigin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_PlaneNormal = { "PlaneNormal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms, PlaneNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_T = { "T", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms, T), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_Intersection = { "Intersection", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms, Intersection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_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(KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms), &Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_LineStart,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_LineEnd,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_PlaneOrigin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_PlaneNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_T,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_Intersection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::PropPointers) < 2048);
|
|
// ********** End Function LinePlaneIntersection_OriginNormal Property Definitions *****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "LinePlaneIntersection_OriginNormal", Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::KismetMathLibrary_eventLinePlaneIntersection_OriginNormal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLinePlaneIntersection_OriginNormal)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_LineStart);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_LineEnd);
|
|
P_GET_STRUCT(FVector,Z_Param_PlaneOrigin);
|
|
P_GET_STRUCT(FVector,Z_Param_PlaneNormal);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_T);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Intersection);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::LinePlaneIntersection_OriginNormal(Z_Param_Out_LineStart,Z_Param_Out_LineEnd,Z_Param_PlaneOrigin,Z_Param_PlaneNormal,Z_Param_Out_T,Z_Param_Out_Intersection);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function LinePlaneIntersection_OriginNormal *************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Log ******************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Log_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLog_Parms
|
|
{
|
|
double A;
|
|
double Base;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns log of A base B (if B^R == A, returns R)*/" },
|
|
{ "CPP_Default_Base", "1.000000" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns log of A base B (if B^R == A, returns R)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Log constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Base;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Log constinit property declarations *************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Log Property Definitions **********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLog_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::NewProp_Base = { "Base", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLog_Parms, Base), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLog_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::NewProp_Base,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::PropPointers) < 2048);
|
|
// ********** End Function Log Property Definitions ************************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Log", Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::KismetMathLibrary_eventLog_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::KismetMathLibrary_eventLog_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Log()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Log_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLog)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Base);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Log(Z_Param_A,Z_Param_Base);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Log ********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Loge *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics
|
|
{
|
|
struct KismetMathLibrary_eventLoge_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns natural log of A (if e^R == A, returns R)*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns natural log of A (if e^R == A, returns R)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Loge constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Loge constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Loge Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLoge_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventLoge_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::PropPointers) < 2048);
|
|
// ********** End Function Loge Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Loge", Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::KismetMathLibrary_eventLoge_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::KismetMathLibrary_eventLoge_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Loge()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Loge_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execLoge)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Loge(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Loge *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeBox **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeBox_Parms
|
|
{
|
|
FVector Min;
|
|
FVector Max;
|
|
FBox ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box" },
|
|
{ "Comment", "/** Makes an FBox from Min and Max and sets IsValid to true */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes an FBox from Min and Max and sets IsValid to true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeBox constinit property declarations *******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeBox constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeBox Property Definitions ******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBox_Parms, Min), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBox_Parms, Max), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBox_Parms, ReturnValue), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeBox Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeBox", Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::KismetMathLibrary_eventMakeBox_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::KismetMathLibrary_eventMakeBox_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeBox()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeBox_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeBox)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Min);
|
|
P_GET_STRUCT(FVector,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FBox*)Z_Param__Result=UKismetMathLibrary::MakeBox(Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeBox ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeBox2D ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeBox2D_Parms
|
|
{
|
|
FVector2D Min;
|
|
FVector2D Max;
|
|
FBox2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box2D" },
|
|
{ "Comment", "/** Makes an FBox2D from Min and Max and sets IsValid to true */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes an FBox2D from Min and Max and sets IsValid to true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeBox2D constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeBox2D constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeBox2D Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBox2D_Parms, Min), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBox2D_Parms, Max), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBox2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FBox2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeBox2D Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeBox2D", Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::KismetMathLibrary_eventMakeBox2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::KismetMathLibrary_eventMakeBox2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeBox2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_Min);
|
|
P_GET_STRUCT(FVector2D,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FBox2D*)Z_Param__Result=UKismetMathLibrary::MakeBox2D(Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeBox2D **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeBoxSphereBounds **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeBoxSphereBounds_Parms
|
|
{
|
|
FVector Origin;
|
|
FVector BoxExtent;
|
|
float SphereRadius;
|
|
FBoxSphereBounds ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|BoxSphereBounds" },
|
|
{ "Comment", "/** Makes an FBoxSphereBounds given an origin, extent, and radius */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes an FBoxSphereBounds given an origin, extent, and radius" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeBoxSphereBounds constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Origin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxExtent;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SphereRadius;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeBoxSphereBounds constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeBoxSphereBounds Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::NewProp_Origin = { "Origin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBoxSphereBounds_Parms, Origin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::NewProp_BoxExtent = { "BoxExtent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBoxSphereBounds_Parms, BoxExtent), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::NewProp_SphereRadius = { "SphereRadius", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBoxSphereBounds_Parms, SphereRadius), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBoxSphereBounds_Parms, ReturnValue), Z_Construct_UScriptStruct_FBoxSphereBounds, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::NewProp_Origin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::NewProp_BoxExtent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::NewProp_SphereRadius,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeBoxSphereBounds Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeBoxSphereBounds", Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::KismetMathLibrary_eventMakeBoxSphereBounds_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::KismetMathLibrary_eventMakeBoxSphereBounds_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeBoxSphereBounds)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Origin);
|
|
P_GET_STRUCT(FVector,Z_Param_BoxExtent);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_SphereRadius);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FBoxSphereBounds*)Z_Param__Result=UKismetMathLibrary::MakeBoxSphereBounds(Z_Param_Origin,Z_Param_BoxExtent,Z_Param_SphereRadius);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeBoxSphereBounds ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeBoxWithOrigin ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeBoxWithOrigin_Parms
|
|
{
|
|
FVector Origin;
|
|
FVector Extent;
|
|
FBox ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Box" },
|
|
{ "Comment", "/** \n\x09 * Utility function to build an box from an Origin and Extent \n\x09 *\n\x09 * @param Origin The location of the bounding box.\n\x09 * @param Extent Half size of the bounding box.\n\x09 * @return A new axis-aligned bounding box.\n\x09 */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Utility function to build an box from an Origin and Extent\n\n@param Origin The location of the bounding box.\n@param Extent Half size of the bounding box.\n@return A new axis-aligned bounding box." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Origin_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Extent_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeBoxWithOrigin constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Origin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Extent;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeBoxWithOrigin constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeBoxWithOrigin Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::NewProp_Origin = { "Origin", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBoxWithOrigin_Parms, Origin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Origin_MetaData), NewProp_Origin_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::NewProp_Extent = { "Extent", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBoxWithOrigin_Parms, Extent), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Extent_MetaData), NewProp_Extent_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeBoxWithOrigin_Parms, ReturnValue), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::NewProp_Origin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::NewProp_Extent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeBoxWithOrigin Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeBoxWithOrigin", Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::KismetMathLibrary_eventMakeBoxWithOrigin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::KismetMathLibrary_eventMakeBoxWithOrigin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeBoxWithOrigin)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Origin);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Extent);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FBox*)Z_Param__Result=UKismetMathLibrary::MakeBoxWithOrigin(Z_Param_Out_Origin,Z_Param_Out_Extent);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeBoxWithOrigin ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeColor ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeColor_Parms
|
|
{
|
|
float R;
|
|
float G;
|
|
float B;
|
|
float A;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Make a color from individual color components (RGB space) */" },
|
|
{ "CPP_Default_A", "1.000000" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Make a color from individual color components (RGB space)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeColor constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_R;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_G;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeColor constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeColor Property Definitions ****************************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_R = { "R", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeColor_Parms, R), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_G = { "G", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeColor_Parms, G), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeColor_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeColor_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_R,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_G,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeColor Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeColor", Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::KismetMathLibrary_eventMakeColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::KismetMathLibrary_eventMakeColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeColor)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_R);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_G);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::MakeColor(Z_Param_R,Z_Param_G,Z_Param_B,Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeColor **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeDateTime *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeDateTime_Parms
|
|
{
|
|
int32 Year;
|
|
int32 Month;
|
|
int32 Day;
|
|
int32 Hour;
|
|
int32 Minute;
|
|
int32 Second;
|
|
int32 Millisecond;
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "AdvancedDisplay", "3" },
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Makes a DateTime struct */" },
|
|
{ "CPP_Default_Hour", "0" },
|
|
{ "CPP_Default_Millisecond", "0" },
|
|
{ "CPP_Default_Minute", "0" },
|
|
{ "CPP_Default_Second", "0" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a DateTime struct" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeDateTime constinit property declarations **************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Year;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Month;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Day;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Hour;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Minute;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Second;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Millisecond;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeDateTime constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeDateTime Property Definitions *************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Year = { "Year", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeDateTime_Parms, Year), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Month = { "Month", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeDateTime_Parms, Month), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Day = { "Day", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeDateTime_Parms, Day), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Hour = { "Hour", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeDateTime_Parms, Hour), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Minute = { "Minute", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeDateTime_Parms, Minute), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Second = { "Second", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeDateTime_Parms, Second), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Millisecond = { "Millisecond", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeDateTime_Parms, Millisecond), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeDateTime_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Year,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Month,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Day,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Hour,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Minute,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Second,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_Millisecond,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeDateTime Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeDateTime", Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::KismetMathLibrary_eventMakeDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::KismetMathLibrary_eventMakeDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeDateTime)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Year);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Month);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Day);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Hour);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Minute);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Second);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Millisecond);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::MakeDateTime(Z_Param_Year,Z_Param_Month,Z_Param_Day,Z_Param_Hour,Z_Param_Minute,Z_Param_Second,Z_Param_Millisecond);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeDateTime ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeFrameRate ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics
|
|
{
|
|
struct FFrameRate
|
|
{
|
|
int32 Numerator;
|
|
int32 Denominator;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMakeFrameRate_Parms
|
|
{
|
|
int32 Numerator;
|
|
int32 Denominator;
|
|
FFrameRate ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|Time Management" },
|
|
{ "Comment", "/** Creates a FFrameRate from a Numerator and a Denominator. Enforces that the Denominator is at least one. */" },
|
|
{ "CPP_Default_Denominator", "1" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Creates a FFrameRate from a Numerator and a Denominator. Enforces that the Denominator is at least one." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeFrameRate constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Numerator;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Denominator;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeFrameRate constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeFrameRate Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::NewProp_Numerator = { "Numerator", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeFrameRate_Parms, Numerator), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::NewProp_Denominator = { "Denominator", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeFrameRate_Parms, Denominator), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeFrameRate_Parms, ReturnValue), Z_Construct_UScriptStruct_FFrameRate, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::NewProp_Numerator,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::NewProp_Denominator,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeFrameRate Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeFrameRate", Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::KismetMathLibrary_eventMakeFrameRate_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::KismetMathLibrary_eventMakeFrameRate_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeFrameRate)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Numerator);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Denominator);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FFrameRate*)Z_Param__Result=UKismetMathLibrary::MakeFrameRate(Z_Param_Numerator,Z_Param_Denominator);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeFrameRate **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeOrientedBox ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeOrientedBox_Parms
|
|
{
|
|
FVector Origin;
|
|
FRotator Orientation;
|
|
FVector Extent;
|
|
FOrientedBox ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|OrientedBox" },
|
|
{ "Comment", "/** \n\x09 * Makes an FOrientedBox from Center, Orientation and Extent \n\x09 * \n\x09 * @param Origin The center of the box\n\x09 * @param Orientation The rotation of the box\n\x09 * @param Extent The half-size of the box\n\x09 * @return A new oriented bounding box\n\x09 */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes an FOrientedBox from Center, Orientation and Extent\n\n@param Origin The center of the box\n@param Orientation The rotation of the box\n@param Extent The half-size of the box\n@return A new oriented bounding box" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeOrientedBox constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Origin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Orientation;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Extent;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeOrientedBox constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeOrientedBox Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::NewProp_Origin = { "Origin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeOrientedBox_Parms, Origin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::NewProp_Orientation = { "Orientation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeOrientedBox_Parms, Orientation), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::NewProp_Extent = { "Extent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeOrientedBox_Parms, Extent), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeOrientedBox_Parms, ReturnValue), Z_Construct_UScriptStruct_FOrientedBox, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::NewProp_Origin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::NewProp_Orientation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::NewProp_Extent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeOrientedBox Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeOrientedBox", Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::KismetMathLibrary_eventMakeOrientedBox_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::KismetMathLibrary_eventMakeOrientedBox_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeOrientedBox)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Origin);
|
|
P_GET_STRUCT(FRotator,Z_Param_Orientation);
|
|
P_GET_STRUCT(FVector,Z_Param_Extent);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FOrientedBox*)Z_Param__Result=UKismetMathLibrary::MakeOrientedBox(Z_Param_Origin,Z_Param_Orientation,Z_Param_Extent);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeOrientedBox ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakePlaneFromPointAndNormal ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakePlaneFromPointAndNormal_Parms
|
|
{
|
|
FVector Point;
|
|
FVector Normal;
|
|
FPlane ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Plane" },
|
|
{ "Comment", "/** \n\x09* Creates a plane with a facing direction of Normal at the given Point\n\x09* \n\x09* @param Point\x09""A point on the plane\n\x09* @param Normal The Normal of the plane at Point\n\x09* @return Plane instance\n\x09*/" },
|
|
{ "Keywords", "make plane" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Creates a plane with a facing direction of Normal at the given Point\n\n@param Point A point on the plane\n@param Normal The Normal of the plane at Point\n@return Plane instance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakePlaneFromPointAndNormal constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Normal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakePlaneFromPointAndNormal constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakePlaneFromPointAndNormal Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakePlaneFromPointAndNormal_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::NewProp_Normal = { "Normal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakePlaneFromPointAndNormal_Parms, Normal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakePlaneFromPointAndNormal_Parms, ReturnValue), Z_Construct_UScriptStruct_FPlane, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::NewProp_Normal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakePlaneFromPointAndNormal Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakePlaneFromPointAndNormal", Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::KismetMathLibrary_eventMakePlaneFromPointAndNormal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::KismetMathLibrary_eventMakePlaneFromPointAndNormal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakePlaneFromPointAndNormal)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT(FVector,Z_Param_Normal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FPlane*)Z_Param__Result=UKismetMathLibrary::MakePlaneFromPointAndNormal(Z_Param_Point,Z_Param_Normal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakePlaneFromPointAndNormal ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakePulsatingValue ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakePulsatingValue_Parms
|
|
{
|
|
float InCurrentTime;
|
|
float InPulsesPerSecond;
|
|
float InPhase;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/**\n\x09* Simple function to create a pulsating scalar value\n\x09*\n\x09* @param InCurrentTime Current absolute time\n\x09* @param InPulsesPerSecond How many full pulses per second?\n\x09* @param InPhase Optional phase amount, between 0.0 and 1.0 (to synchronize pulses)\n\x09*\n\x09* @return Pulsating value (0.0-1.0)\n\x09*/" },
|
|
{ "CPP_Default_InPhase", "0.000000" },
|
|
{ "CPP_Default_InPulsesPerSecond", "1.000000" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Simple function to create a pulsating scalar value\n\n@param InCurrentTime Current absolute time\n@param InPulsesPerSecond How many full pulses per second?\n@param InPhase Optional phase amount, between 0.0 and 1.0 (to synchronize pulses)\n\n@return Pulsating value (0.0-1.0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakePulsatingValue constinit property declarations ********************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InCurrentTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InPulsesPerSecond;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InPhase;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakePulsatingValue constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakePulsatingValue Property Definitions *******************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::NewProp_InCurrentTime = { "InCurrentTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakePulsatingValue_Parms, InCurrentTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::NewProp_InPulsesPerSecond = { "InPulsesPerSecond", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakePulsatingValue_Parms, InPulsesPerSecond), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::NewProp_InPhase = { "InPhase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakePulsatingValue_Parms, InPhase), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakePulsatingValue_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::NewProp_InCurrentTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::NewProp_InPulsesPerSecond,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::NewProp_InPhase,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakePulsatingValue Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakePulsatingValue", Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::KismetMathLibrary_eventMakePulsatingValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::KismetMathLibrary_eventMakePulsatingValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakePulsatingValue)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InCurrentTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InPulsesPerSecond);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InPhase);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::MakePulsatingValue(Z_Param_InCurrentTime,Z_Param_InPulsesPerSecond,Z_Param_InPhase);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakePulsatingValue *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeQualifiedFrameTime ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics
|
|
{
|
|
struct FFrameRate
|
|
{
|
|
int32 Numerator;
|
|
int32 Denominator;
|
|
};
|
|
|
|
struct FFrameTime
|
|
{
|
|
FFrameNumber FrameNumber;
|
|
float SubFrame;
|
|
};
|
|
|
|
struct FQualifiedFrameTime
|
|
{
|
|
FFrameTime Time;
|
|
FFrameRate Rate;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMakeQualifiedFrameTime_Parms
|
|
{
|
|
FFrameNumber Frame;
|
|
FFrameRate FrameRate;
|
|
float SubFrame;
|
|
FQualifiedFrameTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|Time Management" },
|
|
{ "Comment", "/** Creates a FQualifiedFrameTime out of a frame number, frame rate, and optional 0-1 clamped subframe. */" },
|
|
{ "CPP_Default_SubFrame", "0.000000" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Creates a FQualifiedFrameTime out of a frame number, frame rate, and optional 0-1 clamped subframe." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeQualifiedFrameTime constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Frame;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FrameRate;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SubFrame;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeQualifiedFrameTime constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeQualifiedFrameTime Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::NewProp_Frame = { "Frame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeQualifiedFrameTime_Parms, Frame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::NewProp_FrameRate = { "FrameRate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeQualifiedFrameTime_Parms, FrameRate), Z_Construct_UScriptStruct_FFrameRate, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::NewProp_SubFrame = { "SubFrame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeQualifiedFrameTime_Parms, SubFrame), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeQualifiedFrameTime_Parms, ReturnValue), Z_Construct_UScriptStruct_FQualifiedFrameTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::NewProp_Frame,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::NewProp_FrameRate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::NewProp_SubFrame,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeQualifiedFrameTime Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeQualifiedFrameTime", Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::KismetMathLibrary_eventMakeQualifiedFrameTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::KismetMathLibrary_eventMakeQualifiedFrameTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeQualifiedFrameTime)
|
|
{
|
|
P_GET_STRUCT(FFrameNumber,Z_Param_Frame);
|
|
P_GET_STRUCT(FFrameRate,Z_Param_FrameRate);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_SubFrame);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQualifiedFrameTime*)Z_Param__Result=UKismetMathLibrary::MakeQualifiedFrameTime(Z_Param_Frame,Z_Param_FrameRate,Z_Param_SubFrame);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeQualifiedFrameTime *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeQuat *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeQuat_Parms
|
|
{
|
|
float X;
|
|
float Y;
|
|
float Z;
|
|
float W;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Makes a quat {X, Y, Z, W} */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a quat {X, Y, Z, W}" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeQuat constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_W;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeQuat constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeQuat Property Definitions *****************************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeQuat_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeQuat_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeQuat_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_W = { "W", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeQuat_Parms, W), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeQuat_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_W,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeQuat Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeQuat", Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::KismetMathLibrary_eventMakeQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::KismetMathLibrary_eventMakeQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeQuat)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Z);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_W);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::MakeQuat(Z_Param_X,Z_Param_Y,Z_Param_Z,Z_Param_W);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeQuat ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRandomStream *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRandomStream_Parms
|
|
{
|
|
int32 InitialSeed;
|
|
FRandomStream ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Makes a SRand-based random number generator */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a SRand-based random number generator" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRandomStream constinit property declarations **********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InitialSeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRandomStream constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRandomStream Property Definitions *********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::NewProp_InitialSeed = { "InitialSeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRandomStream_Parms, InitialSeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRandomStream_Parms, ReturnValue), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::NewProp_InitialSeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRandomStream Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRandomStream", Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::KismetMathLibrary_eventMakeRandomStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::KismetMathLibrary_eventMakeRandomStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRandomStream)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InitialSeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRandomStream*)Z_Param__Result=UKismetMathLibrary::MakeRandomStream(Z_Param_InitialSeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRandomStream *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRandomStreamFromLocation *****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRandomStreamFromLocation_Parms
|
|
{
|
|
FVector Location;
|
|
float DistanceInterval;
|
|
bool bIncludeZ;
|
|
FRandomStream ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/**\n\x09 * Makes a random stream that will generate deterministic values, optionally grouping outputs within cells on a grid\n\x09 * \n\x09 * @param Location\x09\x09\x09The input location to return the stream for\n\x09 * @param DistanceInterval\x09If non-zero, the grid size for which all locations within a grid cell will return the same random stream\n\x09 * @param bIncludeZ\x09\x09\x09Whether to factor in the Z-coordinate of the input location\n\x09 */" },
|
|
{ "CPP_Default_bIncludeZ", "false" },
|
|
{ "CPP_Default_DistanceInterval", "200.000000" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a random stream that will generate deterministic values, optionally grouping outputs within cells on a grid\n\n@param Location The input location to return the stream for\n@param DistanceInterval If non-zero, the grid size for which all locations within a grid cell will return the same random stream\n@param bIncludeZ Whether to factor in the Z-coordinate of the input location" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Location_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRandomStreamFromLocation constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Location;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DistanceInterval;
|
|
static void NewProp_bIncludeZ_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIncludeZ;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRandomStreamFromLocation constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRandomStreamFromLocation Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRandomStreamFromLocation_Parms, Location), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Location_MetaData), NewProp_Location_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_DistanceInterval = { "DistanceInterval", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRandomStreamFromLocation_Parms, DistanceInterval), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_bIncludeZ_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventMakeRandomStreamFromLocation_Parms*)Obj)->bIncludeZ = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_bIncludeZ = { "bIncludeZ", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventMakeRandomStreamFromLocation_Parms), &Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_bIncludeZ_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRandomStreamFromLocation_Parms, ReturnValue), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_Location,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_DistanceInterval,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_bIncludeZ,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRandomStreamFromLocation Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRandomStreamFromLocation", Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::KismetMathLibrary_eventMakeRandomStreamFromLocation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::KismetMathLibrary_eventMakeRandomStreamFromLocation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRandomStreamFromLocation)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Location);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DistanceInterval);
|
|
P_GET_UBOOL(Z_Param_bIncludeZ);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRandomStream*)Z_Param__Result=UKismetMathLibrary::MakeRandomStreamFromLocation(Z_Param_Out_Location,Z_Param_DistanceInterval,Z_Param_bIncludeZ);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRandomStreamFromLocation *******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRelativeTransform ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRelativeTransform_Parms
|
|
{
|
|
FTransform A;
|
|
FTransform RelativeTo;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** \n\x09 * Computes a relative transform of one transform compared to another.\n\x09 *\n\x09 * Example: ChildOffset = MakeRelativeTransform(Child.GetActorTransform(), Parent.GetActorTransform())\n\x09 * This computes the relative transform of the Child from the Parent.\n\x09 *\n\x09 * @param\x09\x09""A\x09\x09\x09\x09The object's transform\n\x09 * @param\x09\x09RelativeTo\x09\x09The transform the result is relative to (in the same space as A)\n\x09 * @return\x09\x09The new relative transform\n\x09 */" },
|
|
{ "Keywords", "convert torelative" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MakeRelative" },
|
|
{ "ToolTip", "Computes a relative transform of one transform compared to another.\n\nExample: ChildOffset = MakeRelativeTransform(Child.GetActorTransform(), Parent.GetActorTransform())\nThis computes the relative transform of the Child from the Parent.\n\n@param A The object's transform\n@param RelativeTo The transform the result is relative to (in the same space as A)\n@return The new relative transform" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RelativeTo_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRelativeTransform constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RelativeTo;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRelativeTransform constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRelativeTransform Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRelativeTransform_Parms, A), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::NewProp_RelativeTo = { "RelativeTo", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRelativeTransform_Parms, RelativeTo), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RelativeTo_MetaData), NewProp_RelativeTo_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRelativeTransform_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::NewProp_RelativeTo,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRelativeTransform Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRelativeTransform", Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::KismetMathLibrary_eventMakeRelativeTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::KismetMathLibrary_eventMakeRelativeTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRelativeTransform)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_RelativeTo);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::MakeRelativeTransform(Z_Param_Out_A,Z_Param_Out_RelativeTo);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRelativeTransform **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotationFromAxes *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotationFromAxes_Parms
|
|
{
|
|
FVector Forward;
|
|
FVector Right;
|
|
FVector Up;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "// Build a reference frame from three axes\n" },
|
|
{ "Keywords", "construct build rotation rotate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Build a reference frame from three axes" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotationFromAxes constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Forward;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Right;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Up;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotationFromAxes constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotationFromAxes Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::NewProp_Forward = { "Forward", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotationFromAxes_Parms, Forward), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::NewProp_Right = { "Right", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotationFromAxes_Parms, Right), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::NewProp_Up = { "Up", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotationFromAxes_Parms, Up), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotationFromAxes_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::NewProp_Forward,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::NewProp_Right,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::NewProp_Up,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotationFromAxes Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotationFromAxes", Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::KismetMathLibrary_eventMakeRotationFromAxes_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::KismetMathLibrary_eventMakeRotationFromAxes_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotationFromAxes)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Forward);
|
|
P_GET_STRUCT(FVector,Z_Param_Right);
|
|
P_GET_STRUCT(FVector,Z_Param_Up);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotationFromAxes(Z_Param_Forward,Z_Param_Right,Z_Param_Up);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotationFromAxes ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotator **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotator_Parms
|
|
{
|
|
float Roll;
|
|
float Pitch;
|
|
float Yaw;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Makes a rotator {Roll, Pitch, Yaw} from rotation values supplied in degrees */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a rotator {Roll, Pitch, Yaw} from rotation values supplied in degrees" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Roll_MetaData[] = {
|
|
{ "DisplayName", "X (Roll)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pitch_MetaData[] = {
|
|
{ "DisplayName", "Y (Pitch)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Yaw_MetaData[] = {
|
|
{ "DisplayName", "Z (Yaw)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotator constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Roll;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Pitch;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Yaw;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotator constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotator Property Definitions **************************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::NewProp_Roll = { "Roll", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotator_Parms, Roll), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Roll_MetaData), NewProp_Roll_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::NewProp_Pitch = { "Pitch", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotator_Parms, Pitch), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pitch_MetaData), NewProp_Pitch_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::NewProp_Yaw = { "Yaw", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotator_Parms, Yaw), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Yaw_MetaData), NewProp_Yaw_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::NewProp_Roll,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::NewProp_Pitch,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::NewProp_Yaw,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotator Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotator", Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::KismetMathLibrary_eventMakeRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::KismetMathLibrary_eventMakeRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotator)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Roll);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Pitch);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Yaw);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotator(Z_Param_Roll,Z_Param_Pitch,Z_Param_Yaw);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotator ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotFromX *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotFromX_Parms
|
|
{
|
|
FVector X;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Builds a rotator given only a XAxis. Y and Z are unspecified but will be orthonormal. XAxis need not be normalized. */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Builds a rotator given only a XAxis. Y and Z are unspecified but will be orthonormal. XAxis need not be normalized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_X_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotFromX constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotFromX constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotFromX Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromX_Parms, X), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_X_MetaData), NewProp_X_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromX_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotFromX Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotFromX", Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::KismetMathLibrary_eventMakeRotFromX_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::KismetMathLibrary_eventMakeRotFromX_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotFromX)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_X);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotFromX(Z_Param_Out_X);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotFromX ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotFromXY ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotFromXY_Parms
|
|
{
|
|
FVector X;
|
|
FVector Y;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Builds a matrix with given X and Y axes. X will remain fixed, Y may be changed minimally to enforce orthogonality. Z will be computed. Inputs need not be normalized. */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Builds a matrix with given X and Y axes. X will remain fixed, Y may be changed minimally to enforce orthogonality. Z will be computed. Inputs need not be normalized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_X_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Y_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotFromXY constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotFromXY constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotFromXY Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromXY_Parms, X), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_X_MetaData), NewProp_X_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromXY_Parms, Y), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Y_MetaData), NewProp_Y_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromXY_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotFromXY Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotFromXY", Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::KismetMathLibrary_eventMakeRotFromXY_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::KismetMathLibrary_eventMakeRotFromXY_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotFromXY)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_X);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Y);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotFromXY(Z_Param_Out_X,Z_Param_Out_Y);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotFromXY **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotFromXZ ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotFromXZ_Parms
|
|
{
|
|
FVector X;
|
|
FVector Z;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Builds a matrix with given X and Z axes. X will remain fixed, Z may be changed minimally to enforce orthogonality. Y will be computed. Inputs need not be normalized. */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Builds a matrix with given X and Z axes. X will remain fixed, Z may be changed minimally to enforce orthogonality. Y will be computed. Inputs need not be normalized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_X_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Z_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotFromXZ constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotFromXZ constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotFromXZ Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromXZ_Parms, X), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_X_MetaData), NewProp_X_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromXZ_Parms, Z), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Z_MetaData), NewProp_Z_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromXZ_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotFromXZ Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotFromXZ", Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::KismetMathLibrary_eventMakeRotFromXZ_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::KismetMathLibrary_eventMakeRotFromXZ_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotFromXZ)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_X);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotFromXZ(Z_Param_Out_X,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotFromXZ **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotFromY *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotFromY_Parms
|
|
{
|
|
FVector Y;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Builds a rotation matrix given only a YAxis. X and Z are unspecified but will be orthonormal. YAxis need not be normalized. */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Builds a rotation matrix given only a YAxis. X and Z are unspecified but will be orthonormal. YAxis need not be normalized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Y_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotFromY constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotFromY constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotFromY Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromY_Parms, Y), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Y_MetaData), NewProp_Y_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromY_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotFromY Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotFromY", Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::KismetMathLibrary_eventMakeRotFromY_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::KismetMathLibrary_eventMakeRotFromY_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotFromY)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Y);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotFromY(Z_Param_Out_Y);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotFromY ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotFromYX ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotFromYX_Parms
|
|
{
|
|
FVector Y;
|
|
FVector X;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Builds a matrix with given Y and X axes. Y will remain fixed, X may be changed minimally to enforce orthogonality. Z will be computed. Inputs need not be normalized. */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Builds a matrix with given Y and X axes. Y will remain fixed, X may be changed minimally to enforce orthogonality. Z will be computed. Inputs need not be normalized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Y_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_X_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotFromYX constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotFromYX constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotFromYX Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromYX_Parms, Y), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Y_MetaData), NewProp_Y_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromYX_Parms, X), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_X_MetaData), NewProp_X_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromYX_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotFromYX Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotFromYX", Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::KismetMathLibrary_eventMakeRotFromYX_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::KismetMathLibrary_eventMakeRotFromYX_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotFromYX)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Y);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_X);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotFromYX(Z_Param_Out_Y,Z_Param_Out_X);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotFromYX **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotFromYZ ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotFromYZ_Parms
|
|
{
|
|
FVector Y;
|
|
FVector Z;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Builds a matrix with given Y and Z axes. Y will remain fixed, Z may be changed minimally to enforce orthogonality. X will be computed. Inputs need not be normalized. */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Builds a matrix with given Y and Z axes. Y will remain fixed, Z may be changed minimally to enforce orthogonality. X will be computed. Inputs need not be normalized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Y_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Z_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotFromYZ constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotFromYZ constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotFromYZ Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromYZ_Parms, Y), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Y_MetaData), NewProp_Y_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromYZ_Parms, Z), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Z_MetaData), NewProp_Z_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromYZ_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotFromYZ Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotFromYZ", Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::KismetMathLibrary_eventMakeRotFromYZ_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::KismetMathLibrary_eventMakeRotFromYZ_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotFromYZ)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Y);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotFromYZ(Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotFromYZ **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotFromZ *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotFromZ_Parms
|
|
{
|
|
FVector Z;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Builds a rotation matrix given only a ZAxis. X and Y are unspecified but will be orthonormal. ZAxis need not be normalized. */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Builds a rotation matrix given only a ZAxis. X and Y are unspecified but will be orthonormal. ZAxis need not be normalized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Z_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotFromZ constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotFromZ constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotFromZ Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromZ_Parms, Z), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Z_MetaData), NewProp_Z_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromZ_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotFromZ Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotFromZ", Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::KismetMathLibrary_eventMakeRotFromZ_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::KismetMathLibrary_eventMakeRotFromZ_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotFromZ)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotFromZ(Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotFromZ ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotFromZX ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotFromZX_Parms
|
|
{
|
|
FVector Z;
|
|
FVector X;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Builds a matrix with given Z and X axes. Z will remain fixed, X may be changed minimally to enforce orthogonality. Y will be computed. Inputs need not be normalized. */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Builds a matrix with given Z and X axes. Z will remain fixed, X may be changed minimally to enforce orthogonality. Y will be computed. Inputs need not be normalized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Z_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_X_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotFromZX constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotFromZX constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotFromZX Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromZX_Parms, Z), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Z_MetaData), NewProp_Z_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromZX_Parms, X), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_X_MetaData), NewProp_X_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromZX_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotFromZX Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotFromZX", Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::KismetMathLibrary_eventMakeRotFromZX_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::KismetMathLibrary_eventMakeRotFromZX_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotFromZX)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Z);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_X);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotFromZX(Z_Param_Out_Z,Z_Param_Out_X);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotFromZX **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeRotFromZY ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeRotFromZY_Parms
|
|
{
|
|
FVector Z;
|
|
FVector Y;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Builds a matrix with given Z and Y axes. Z will remain fixed, Y may be changed minimally to enforce orthogonality. X will be computed. Inputs need not be normalized. */" },
|
|
{ "Keywords", "construct build rotation rotate rotator makerotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Builds a matrix with given Z and Y axes. Z will remain fixed, Y may be changed minimally to enforce orthogonality. X will be computed. Inputs need not be normalized." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Z_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Y_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeRotFromZY constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeRotFromZY constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeRotFromZY Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromZY_Parms, Z), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Z_MetaData), NewProp_Z_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromZY_Parms, Y), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Y_MetaData), NewProp_Y_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeRotFromZY_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeRotFromZY Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeRotFromZY", Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::KismetMathLibrary_eventMakeRotFromZY_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::KismetMathLibrary_eventMakeRotFromZY_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeRotFromZY)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Z);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Y);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::MakeRotFromZY(Z_Param_Out_Z,Z_Param_Out_Y);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeRotFromZY **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeTimespan *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeTimespan_Parms
|
|
{
|
|
int32 Days;
|
|
int32 Hours;
|
|
int32 Minutes;
|
|
int32 Seconds;
|
|
int32 Milliseconds;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Makes a Timespan struct */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a Timespan struct" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeTimespan constinit property declarations **************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Days;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Hours;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Minutes;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Seconds;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Milliseconds;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeTimespan constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeTimespan Property Definitions *************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Days = { "Days", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan_Parms, Days), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Hours = { "Hours", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan_Parms, Hours), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Minutes = { "Minutes", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan_Parms, Minutes), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Seconds = { "Seconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan_Parms, Seconds), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Milliseconds = { "Milliseconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan_Parms, Milliseconds), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Days,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Hours,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Minutes,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Seconds,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_Milliseconds,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeTimespan Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeTimespan", Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::KismetMathLibrary_eventMakeTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::KismetMathLibrary_eventMakeTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeTimespan)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Days);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Hours);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Minutes);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Seconds);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Milliseconds);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::MakeTimespan(Z_Param_Days,Z_Param_Hours,Z_Param_Minutes,Z_Param_Seconds,Z_Param_Milliseconds);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeTimespan ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeTimespan2 ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeTimespan2_Parms
|
|
{
|
|
int32 Days;
|
|
int32 Hours;
|
|
int32 Minutes;
|
|
int32 Seconds;
|
|
int32 FractionNano;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Makes a Timespan struct */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a Timespan struct" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeTimespan2 constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Days;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Hours;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Minutes;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Seconds;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FractionNano;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeTimespan2 constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeTimespan2 Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_Days = { "Days", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan2_Parms, Days), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_Hours = { "Hours", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan2_Parms, Hours), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_Minutes = { "Minutes", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan2_Parms, Minutes), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_Seconds = { "Seconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan2_Parms, Seconds), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_FractionNano = { "FractionNano", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan2_Parms, FractionNano), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTimespan2_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_Days,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_Hours,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_Minutes,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_Seconds,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_FractionNano,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeTimespan2 Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeTimespan2", Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::KismetMathLibrary_eventMakeTimespan2_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::KismetMathLibrary_eventMakeTimespan2_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeTimespan2)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Days);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Hours);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Minutes);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Seconds);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_FractionNano);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::MakeTimespan2(Z_Param_Days,Z_Param_Hours,Z_Param_Minutes,Z_Param_Seconds,Z_Param_FractionNano);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeTimespan2 **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeTransform ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeTransform_Parms
|
|
{
|
|
FVector Location;
|
|
FRotator Rotation;
|
|
FVector Scale;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** Make a transform from location, rotation and scale */" },
|
|
{ "CPP_Default_Scale", "1.000000,1.000000,1.000000" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Make a transform from location, rotation and scale" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeTransform constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Location;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Rotation;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Scale;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeTransform constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeTransform Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTransform_Parms, Location), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::NewProp_Rotation = { "Rotation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTransform_Parms, Rotation), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTransform_Parms, Scale), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeTransform_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::NewProp_Location,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::NewProp_Rotation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::NewProp_Scale,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeTransform Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeTransform", Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::KismetMathLibrary_eventMakeTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::KismetMathLibrary_eventMakeTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeTransform)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Location);
|
|
P_GET_STRUCT(FRotator,Z_Param_Rotation);
|
|
P_GET_STRUCT(FVector,Z_Param_Scale);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::MakeTransform(Z_Param_Location,Z_Param_Rotation,Z_Param_Scale);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeTransform **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeVector ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeVector_Parms
|
|
{
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Makes a vector {X, Y, Z} */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a vector {X, Y, Z}" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeVector constinit property declarations ****************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeVector constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeVector Property Definitions ***************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeVector Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeVector", Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::KismetMathLibrary_eventMakeVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::KismetMathLibrary_eventMakeVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeVector)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::MakeVector(Z_Param_X,Z_Param_Y,Z_Param_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeVector *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeVector2D *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeVector2D_Parms
|
|
{
|
|
double X;
|
|
double Y;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Makes a 2d vector {X, Y} */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a 2d vector {X, Y}" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeVector2D constinit property declarations **************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeVector2D constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeVector2D Property Definitions *************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector2D_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector2D_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeVector2D Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeVector2D", Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::KismetMathLibrary_eventMakeVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::KismetMathLibrary_eventMakeVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeVector2D)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::MakeVector2D(Z_Param_X,Z_Param_Y);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeVector2D ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeVector4 **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeVector4_Parms
|
|
{
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
double W;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Makes a 4D vector {X, Y, Z, W} */" },
|
|
{ "Keywords", "construct build" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "Makes a 4D vector {X, Y, Z, W}" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeVector4 constinit property declarations ***************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_W;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeVector4 constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeVector4 Property Definitions **************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector4_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector4_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector4_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_W = { "W", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector4_Parms, W), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector4_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_W,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeVector4 Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeVector4", Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::KismetMathLibrary_eventMakeVector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::KismetMathLibrary_eventMakeVector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeVector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeVector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeVector4)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Z);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_W);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::MakeVector4(Z_Param_X,Z_Param_Y,Z_Param_Z,Z_Param_W);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeVector4 ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeVector_NetQuantize ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeVector_NetQuantize_Parms
|
|
{
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
FVector_NetQuantize ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "// NetQuantized vector make/breaks\n" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
{ "ToolTip", "NetQuantized vector make/breaks" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeVector_NetQuantize constinit property declarations ****************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeVector_NetQuantize constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeVector_NetQuantize Property Definitions ***************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector_NetQuantize, METADATA_PARAMS(0, nullptr) }; // 2388472055
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeVector_NetQuantize Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeVector_NetQuantize", Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::KismetMathLibrary_eventMakeVector_NetQuantize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::KismetMathLibrary_eventMakeVector_NetQuantize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeVector_NetQuantize)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector_NetQuantize*)Z_Param__Result=UKismetMathLibrary::MakeVector_NetQuantize(Z_Param_X,Z_Param_Y,Z_Param_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeVector_NetQuantize *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeVector_NetQuantize10 *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeVector_NetQuantize10_Parms
|
|
{
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
FVector_NetQuantize10 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeVector_NetQuantize10 constinit property declarations **************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeVector_NetQuantize10 constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeVector_NetQuantize10 Property Definitions *************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize10_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize10_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize10_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize10_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector_NetQuantize10, METADATA_PARAMS(0, nullptr) }; // 3708864699
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeVector_NetQuantize10 Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeVector_NetQuantize10", Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::KismetMathLibrary_eventMakeVector_NetQuantize10_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::KismetMathLibrary_eventMakeVector_NetQuantize10_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeVector_NetQuantize10)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector_NetQuantize10*)Z_Param__Result=UKismetMathLibrary::MakeVector_NetQuantize10(Z_Param_X,Z_Param_Y,Z_Param_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeVector_NetQuantize10 ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeVector_NetQuantize100 ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeVector_NetQuantize100_Parms
|
|
{
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
FVector_NetQuantize100 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeVector_NetQuantize100 constinit property declarations *************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeVector_NetQuantize100 constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeVector_NetQuantize100 Property Definitions ************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize100_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize100_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize100_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantize100_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector_NetQuantize100, METADATA_PARAMS(0, nullptr) }; // 215598293
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeVector_NetQuantize100 Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeVector_NetQuantize100", Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::KismetMathLibrary_eventMakeVector_NetQuantize100_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::KismetMathLibrary_eventMakeVector_NetQuantize100_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeVector_NetQuantize100)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector_NetQuantize100*)Z_Param__Result=UKismetMathLibrary::MakeVector_NetQuantize100(Z_Param_X,Z_Param_Y,Z_Param_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeVector_NetQuantize100 **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MakeVector_NetQuantizeNormal *****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMakeVector_NetQuantizeNormal_Parms
|
|
{
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
FVector_NetQuantizeNormal ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NativeMakeFunc", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MakeVector_NetQuantizeNormal constinit property declarations **********
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MakeVector_NetQuantizeNormal constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MakeVector_NetQuantizeNormal Property Definitions *********************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantizeNormal_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantizeNormal_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantizeNormal_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMakeVector_NetQuantizeNormal_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector_NetQuantizeNormal, METADATA_PARAMS(0, nullptr) }; // 274636605
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::PropPointers) < 2048);
|
|
// ********** End Function MakeVector_NetQuantizeNormal Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MakeVector_NetQuantizeNormal", Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::KismetMathLibrary_eventMakeVector_NetQuantizeNormal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::KismetMathLibrary_eventMakeVector_NetQuantizeNormal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMakeVector_NetQuantizeNormal)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector_NetQuantizeNormal*)Z_Param__Result=UKismetMathLibrary::MakeVector_NetQuantizeNormal(Z_Param_X,Z_Param_Y,Z_Param_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MakeVector_NetQuantizeNormal *******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MapRangeClamped ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMapRangeClamped_Parms
|
|
{
|
|
double Value;
|
|
double InRangeA;
|
|
double InRangeB;
|
|
double OutRangeA;
|
|
double OutRangeB;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns Value mapped from one range into another where the Value is clamped to the Input Range. (e.g. 0.5 normalized from the range 0->1 to 0->50 would result in 25) */" },
|
|
{ "Keywords", "get mapped value" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns Value mapped from one range into another where the Value is clamped to the Input Range. (e.g. 0.5 normalized from the range 0->1 to 0->50 would result in 25)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MapRangeClamped constinit property declarations ***********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InRangeA;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InRangeB;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_OutRangeA;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_OutRangeB;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MapRangeClamped constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MapRangeClamped Property Definitions **********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeClamped_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_InRangeA = { "InRangeA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeClamped_Parms, InRangeA), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_InRangeB = { "InRangeB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeClamped_Parms, InRangeB), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_OutRangeA = { "OutRangeA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeClamped_Parms, OutRangeA), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_OutRangeB = { "OutRangeB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeClamped_Parms, OutRangeB), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeClamped_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_InRangeA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_InRangeB,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_OutRangeA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_OutRangeB,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::PropPointers) < 2048);
|
|
// ********** End Function MapRangeClamped Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MapRangeClamped", Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::KismetMathLibrary_eventMapRangeClamped_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::KismetMathLibrary_eventMapRangeClamped_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMapRangeClamped)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Value);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InRangeA);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InRangeB);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_OutRangeA);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_OutRangeB);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::MapRangeClamped(Z_Param_Value,Z_Param_InRangeA,Z_Param_InRangeB,Z_Param_OutRangeA,Z_Param_OutRangeB);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MapRangeClamped ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MapRangeUnclamped ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMapRangeUnclamped_Parms
|
|
{
|
|
double Value;
|
|
double InRangeA;
|
|
double InRangeB;
|
|
double OutRangeA;
|
|
double OutRangeB;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns Value mapped from one range into another. (e.g. 20 normalized from the range 10->50 to 20->40 would result in 25) */" },
|
|
{ "Keywords", "get mapped value" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns Value mapped from one range into another. (e.g. 20 normalized from the range 10->50 to 20->40 would result in 25)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MapRangeUnclamped constinit property declarations *********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InRangeA;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_InRangeB;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_OutRangeA;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_OutRangeB;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MapRangeUnclamped constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MapRangeUnclamped Property Definitions ********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeUnclamped_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_InRangeA = { "InRangeA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeUnclamped_Parms, InRangeA), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_InRangeB = { "InRangeB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeUnclamped_Parms, InRangeB), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_OutRangeA = { "OutRangeA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeUnclamped_Parms, OutRangeA), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_OutRangeB = { "OutRangeB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeUnclamped_Parms, OutRangeB), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMapRangeUnclamped_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_InRangeA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_InRangeB,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_OutRangeA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_OutRangeB,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::PropPointers) < 2048);
|
|
// ********** End Function MapRangeUnclamped Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MapRangeUnclamped", Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::KismetMathLibrary_eventMapRangeUnclamped_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::KismetMathLibrary_eventMapRangeUnclamped_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMapRangeUnclamped)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Value);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InRangeA);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_InRangeB);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_OutRangeA);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_OutRangeB);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::MapRangeUnclamped(Z_Param_Value,Z_Param_InRangeA,Z_Param_InRangeB,Z_Param_OutRangeA,Z_Param_OutRangeB);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MapRangeUnclamped ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_ApplyScale ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_ApplyScale_Parms
|
|
{
|
|
FMatrix M;
|
|
float Scale;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Apply Scale to this matrix\n\x09* (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "DisplayName", "Apply Scale (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ApplyScale" },
|
|
{ "ToolTip", "Apply Scale to this matrix\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_ApplyScale constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Scale;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_ApplyScale constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_ApplyScale Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ApplyScale_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ApplyScale_Parms, Scale), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ApplyScale_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::NewProp_Scale,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_ApplyScale Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_ApplyScale", Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::KismetMathLibrary_eventMatrix_ApplyScale_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::KismetMathLibrary_eventMatrix_ApplyScale_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_ApplyScale)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Scale);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_ApplyScale(Z_Param_Out_M,Z_Param_Scale);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_ApplyScale ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_ConcatenateTranslation ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_ConcatenateTranslation_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector Translation;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Returns a matrix with an additional translation concatenated.\n\x09* (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "DisplayName", "Concatenate Translation (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ConcatenateTranslation" },
|
|
{ "ToolTip", "Returns a matrix with an additional translation concatenated.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_ConcatenateTranslation constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Translation;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_ConcatenateTranslation constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_ConcatenateTranslation Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ConcatenateTranslation_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::NewProp_Translation = { "Translation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ConcatenateTranslation_Parms, Translation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ConcatenateTranslation_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::NewProp_Translation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_ConcatenateTranslation Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_ConcatenateTranslation", Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::KismetMathLibrary_eventMatrix_ConcatenateTranslation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::KismetMathLibrary_eventMatrix_ConcatenateTranslation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_ConcatenateTranslation)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT(FVector,Z_Param_Translation);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_ConcatenateTranslation(Z_Param_Out_M,Z_Param_Translation);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_ConcatenateTranslation ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_ContainsNaN ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_ContainsNaN_Parms
|
|
{
|
|
FMatrix M;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Returns true if any element of this matrix is NaN */" },
|
|
{ "DisplayName", "Contains NaN (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ContainsNaN" },
|
|
{ "ToolTip", "Returns true if any element of this matrix is NaN" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_ContainsNaN constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_ContainsNaN constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_ContainsNaN Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ContainsNaN_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventMatrix_ContainsNaN_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_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(KismetMathLibrary_eventMatrix_ContainsNaN_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_ContainsNaN Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_ContainsNaN", Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::KismetMathLibrary_eventMatrix_ContainsNaN_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::KismetMathLibrary_eventMatrix_ContainsNaN_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_ContainsNaN)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Matrix_ContainsNaN(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_ContainsNaN *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetColumn *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetColumn_Parms
|
|
{
|
|
FMatrix M;
|
|
TEnumAsByte<EMatrixColumns::Type> Column;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * get a column of this matrix\n\x09 *\n\x09 * @param i index into the column of the matrix\n\x09 * @return vector of the column\n\x09 */" },
|
|
{ "DisplayName", "Get Column (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetColumn" },
|
|
{ "ToolTip", "get a column of this matrix\n\n@param i index into the column of the matrix\n@return vector of the column" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetColumn constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Column;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetColumn constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetColumn Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetColumn_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::NewProp_Column = { "Column", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetColumn_Parms, Column), Z_Construct_UEnum_Engine_EMatrixColumns, METADATA_PARAMS(0, nullptr) }; // 1166243294
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetColumn_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::NewProp_Column,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetColumn Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetColumn", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::KismetMathLibrary_eventMatrix_GetColumn_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::KismetMathLibrary_eventMatrix_GetColumn_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetColumn)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_Column);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Matrix_GetColumn(Z_Param_Out_M,EMatrixColumns::Type(Z_Param_Column));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetColumn *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetDeterminant ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetDeterminant_Parms
|
|
{
|
|
FMatrix M;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "// @return determinant of this matrix.\n" },
|
|
{ "DisplayName", "Get Determinant (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetDeterminant" },
|
|
{ "ToolTip", "@return determinant of this matrix." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetDeterminant constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetDeterminant constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetDeterminant Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetDeterminant_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetDeterminant_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetDeterminant Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetDeterminant", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::KismetMathLibrary_eventMatrix_GetDeterminant_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::KismetMathLibrary_eventMatrix_GetDeterminant_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetDeterminant)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::Matrix_GetDeterminant(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetDeterminant **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetFrustumBottomPlane *****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetFrustumBottomPlane_Parms
|
|
{
|
|
FMatrix M;
|
|
FPlane OutPlane;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Get the bottom plane of the Frustum of this matrix\n\x09 * (Assumes Matrix represents a View Projection Matrix)\n\x09 * @param OutPlane the bottom plane of the Frustum of this matrix \n\x09 */" },
|
|
{ "DisplayName", "Get Frustum Bottom Plane (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetFrustumBottomPlane" },
|
|
{ "ToolTip", "Get the bottom plane of the Frustum of this matrix\n(Assumes Matrix represents a View Projection Matrix)\n@param OutPlane the bottom plane of the Frustum of this matrix" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetFrustumBottomPlane constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutPlane;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetFrustumBottomPlane constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetFrustumBottomPlane Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumBottomPlane_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::NewProp_OutPlane = { "OutPlane", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumBottomPlane_Parms, OutPlane), Z_Construct_UScriptStruct_FPlane, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventMatrix_GetFrustumBottomPlane_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_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(KismetMathLibrary_eventMatrix_GetFrustumBottomPlane_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::NewProp_OutPlane,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetFrustumBottomPlane Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetFrustumBottomPlane", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumBottomPlane_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumBottomPlane_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetFrustumBottomPlane)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT_REF(FPlane,Z_Param_Out_OutPlane);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Matrix_GetFrustumBottomPlane(Z_Param_Out_M,Z_Param_Out_OutPlane);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetFrustumBottomPlane *******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetFrustumFarPlane ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetFrustumFarPlane_Parms
|
|
{
|
|
FMatrix M;
|
|
FPlane OutPlane;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Get the far plane of the Frustum of this matrix\n\x09 * (Assumes Matrix represents a View Projection Matrix)\n\x09 * @param OutPlane the far plane of the Frustum of this matrix \n\x09 */" },
|
|
{ "DisplayName", "Get Frustum Far Plane (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetFrustumFarPlane" },
|
|
{ "ToolTip", "Get the far plane of the Frustum of this matrix\n(Assumes Matrix represents a View Projection Matrix)\n@param OutPlane the far plane of the Frustum of this matrix" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetFrustumFarPlane constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutPlane;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetFrustumFarPlane constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetFrustumFarPlane Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumFarPlane_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::NewProp_OutPlane = { "OutPlane", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumFarPlane_Parms, OutPlane), Z_Construct_UScriptStruct_FPlane, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventMatrix_GetFrustumFarPlane_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_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(KismetMathLibrary_eventMatrix_GetFrustumFarPlane_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::NewProp_OutPlane,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetFrustumFarPlane Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetFrustumFarPlane", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumFarPlane_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumFarPlane_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetFrustumFarPlane)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT_REF(FPlane,Z_Param_Out_OutPlane);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Matrix_GetFrustumFarPlane(Z_Param_Out_M,Z_Param_Out_OutPlane);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetFrustumFarPlane **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetFrustumLeftPlane *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetFrustumLeftPlane_Parms
|
|
{
|
|
FMatrix M;
|
|
FPlane OutPlane;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Get the left plane of the Frustum of this matrix\n\x09 * (Assumes Matrix represents a View Projection Matrix)\n\x09 * @param OutPlane the left plane of the Frustum of this matrix \n\x09 */" },
|
|
{ "DisplayName", "Get Frustum Left Plane (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetFrustumLeftPlane" },
|
|
{ "ToolTip", "Get the left plane of the Frustum of this matrix\n(Assumes Matrix represents a View Projection Matrix)\n@param OutPlane the left plane of the Frustum of this matrix" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetFrustumLeftPlane constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutPlane;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetFrustumLeftPlane constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetFrustumLeftPlane Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumLeftPlane_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::NewProp_OutPlane = { "OutPlane", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumLeftPlane_Parms, OutPlane), Z_Construct_UScriptStruct_FPlane, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventMatrix_GetFrustumLeftPlane_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_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(KismetMathLibrary_eventMatrix_GetFrustumLeftPlane_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::NewProp_OutPlane,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetFrustumLeftPlane Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetFrustumLeftPlane", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumLeftPlane_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumLeftPlane_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetFrustumLeftPlane)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT_REF(FPlane,Z_Param_Out_OutPlane);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Matrix_GetFrustumLeftPlane(Z_Param_Out_M,Z_Param_Out_OutPlane);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetFrustumLeftPlane *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetFrustumNearPlane *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetFrustumNearPlane_Parms
|
|
{
|
|
FMatrix M;
|
|
FPlane OutPlane;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Get the near plane of the Frustum of this matrix \n\x09 * (Assumes Matrix represents a View Projection Matrix)\n\x09 * @param OutPlane the near plane of the Frustum of this matrix \n\x09 */" },
|
|
{ "DisplayName", "Get Frustum Near Plane (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetFrustumNearPlane" },
|
|
{ "ToolTip", "Get the near plane of the Frustum of this matrix\n(Assumes Matrix represents a View Projection Matrix)\n@param OutPlane the near plane of the Frustum of this matrix" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetFrustumNearPlane constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutPlane;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetFrustumNearPlane constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetFrustumNearPlane Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumNearPlane_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::NewProp_OutPlane = { "OutPlane", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumNearPlane_Parms, OutPlane), Z_Construct_UScriptStruct_FPlane, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventMatrix_GetFrustumNearPlane_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_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(KismetMathLibrary_eventMatrix_GetFrustumNearPlane_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::NewProp_OutPlane,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetFrustumNearPlane Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetFrustumNearPlane", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumNearPlane_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumNearPlane_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetFrustumNearPlane)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT_REF(FPlane,Z_Param_Out_OutPlane);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Matrix_GetFrustumNearPlane(Z_Param_Out_M,Z_Param_Out_OutPlane);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetFrustumNearPlane *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetFrustumRightPlane ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetFrustumRightPlane_Parms
|
|
{
|
|
FMatrix M;
|
|
FPlane OutPlane;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Get the right plane of the Frustum of this matrix\n\x09 * (Assumes Matrix represents a View Projection Matrix)\n\x09 * @param OutPlane the right plane of the Frustum of this matrix \n\x09 */" },
|
|
{ "DisplayName", "Get Frustum Right Plane (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetFrustumRightPlane" },
|
|
{ "ToolTip", "Get the right plane of the Frustum of this matrix\n(Assumes Matrix represents a View Projection Matrix)\n@param OutPlane the right plane of the Frustum of this matrix" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetFrustumRightPlane constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutPlane;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetFrustumRightPlane constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetFrustumRightPlane Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumRightPlane_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::NewProp_OutPlane = { "OutPlane", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumRightPlane_Parms, OutPlane), Z_Construct_UScriptStruct_FPlane, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventMatrix_GetFrustumRightPlane_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_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(KismetMathLibrary_eventMatrix_GetFrustumRightPlane_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::NewProp_OutPlane,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetFrustumRightPlane Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetFrustumRightPlane", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumRightPlane_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumRightPlane_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetFrustumRightPlane)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT_REF(FPlane,Z_Param_Out_OutPlane);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Matrix_GetFrustumRightPlane(Z_Param_Out_M,Z_Param_Out_OutPlane);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetFrustumRightPlane ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetFrustumTopPlane ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetFrustumTopPlane_Parms
|
|
{
|
|
FMatrix M;
|
|
FPlane OutPlane;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Get the top plane of the Frustum of this matrix\n\x09 * (Assumes Matrix represents a View Projection Matrix)\n\x09 * @param OutPlane the top plane of the Frustum of this matrix \n\x09 */" },
|
|
{ "DisplayName", "Get Frustum Top Plane (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetFrustumTopPlane" },
|
|
{ "ToolTip", "Get the top plane of the Frustum of this matrix\n(Assumes Matrix represents a View Projection Matrix)\n@param OutPlane the top plane of the Frustum of this matrix" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetFrustumTopPlane constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutPlane;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetFrustumTopPlane constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetFrustumTopPlane Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumTopPlane_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::NewProp_OutPlane = { "OutPlane", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetFrustumTopPlane_Parms, OutPlane), Z_Construct_UScriptStruct_FPlane, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventMatrix_GetFrustumTopPlane_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_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(KismetMathLibrary_eventMatrix_GetFrustumTopPlane_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::NewProp_OutPlane,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetFrustumTopPlane Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetFrustumTopPlane", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumTopPlane_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::KismetMathLibrary_eventMatrix_GetFrustumTopPlane_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetFrustumTopPlane)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT_REF(FPlane,Z_Param_Out_OutPlane);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Matrix_GetFrustumTopPlane(Z_Param_Out_M,Z_Param_Out_OutPlane);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetFrustumTopPlane **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetInverse ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetInverse_Parms
|
|
{
|
|
FMatrix M;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Get the inverse of the Matrix. Handles nil matrices. */" },
|
|
{ "DisplayName", "GetInverse (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetInverse" },
|
|
{ "ToolTip", "Get the inverse of the Matrix. Handles nil matrices." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetInverse constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetInverse constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetInverse Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetInverse_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetInverse_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetInverse Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetInverse", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::KismetMathLibrary_eventMatrix_GetInverse_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::KismetMathLibrary_eventMatrix_GetInverse_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetInverse)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_GetInverse(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetInverse ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetMatrixWithoutScale *****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetMatrixWithoutScale_Parms
|
|
{
|
|
FMatrix M;
|
|
float Tolerance;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Returns matrix after RemoveScaling with error Tolerance\n\x09* (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "CPP_Default_Tolerance", "0.000000" },
|
|
{ "DisplayName", "Get Matrix Without Scale (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMatrixWithoutScale" },
|
|
{ "ToolTip", "Returns matrix after RemoveScaling with error Tolerance\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetMatrixWithoutScale constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetMatrixWithoutScale constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetMatrixWithoutScale Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetMatrixWithoutScale_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetMatrixWithoutScale_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetMatrixWithoutScale_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetMatrixWithoutScale Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetMatrixWithoutScale", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::KismetMathLibrary_eventMatrix_GetMatrixWithoutScale_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::KismetMathLibrary_eventMatrix_GetMatrixWithoutScale_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetMatrixWithoutScale)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_GetMatrixWithoutScale(Z_Param_Out_M,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetMatrixWithoutScale *******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetMaximumAxisScale *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetMaximumAxisScale_Parms
|
|
{
|
|
FMatrix M;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** @return the maximum magnitude of any row of the matrix.\n\x09* (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "DisplayName", "Get Maximum Axis Scale (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMaximumAxisScale" },
|
|
{ "ToolTip", "@return the maximum magnitude of any row of the matrix.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetMaximumAxisScale constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetMaximumAxisScale constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetMaximumAxisScale Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetMaximumAxisScale_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetMaximumAxisScale_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetMaximumAxisScale Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetMaximumAxisScale", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::KismetMathLibrary_eventMatrix_GetMaximumAxisScale_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::KismetMathLibrary_eventMatrix_GetMaximumAxisScale_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetMaximumAxisScale)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::Matrix_GetMaximumAxisScale(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetMaximumAxisScale *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetOrigin *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetOrigin_Parms
|
|
{
|
|
FMatrix InMatrix;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * Get the origin of the co-ordinate system\n\x09 * (Assumes Matrix represents a transform)\n\x09 *\n\x09 * @return co-ordinate system origin\n\x09 */" },
|
|
{ "DisplayName", "Get Origin (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetOrigin" },
|
|
{ "ToolTip", "Get the origin of the co-ordinate system\n(Assumes Matrix represents a transform)\n\n@return co-ordinate system origin" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InMatrix_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetOrigin constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InMatrix;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetOrigin constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetOrigin Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::NewProp_InMatrix = { "InMatrix", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetOrigin_Parms, InMatrix), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InMatrix_MetaData), NewProp_InMatrix_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetOrigin_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::NewProp_InMatrix,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetOrigin Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetOrigin", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::KismetMathLibrary_eventMatrix_GetOrigin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::KismetMathLibrary_eventMatrix_GetOrigin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetOrigin)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_InMatrix);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Matrix_GetOrigin(Z_Param_Out_InMatrix);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetOrigin *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetRotator ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetRotator_Parms
|
|
{
|
|
FMatrix M;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** \n\x09* Get the rotator representation of this matrix\n\x09* (Assumes Matrix represents a transform)\n\x09*@return rotator representation of this matrix\n\x09*/" },
|
|
{ "DisplayName", "Get Rotator (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetRotator" },
|
|
{ "ToolTip", "Get the rotator representation of this matrix\n(Assumes Matrix represents a transform)\n@return rotator representation of this matrix" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetRotator constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetRotator constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetRotator Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetRotator_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetRotator Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetRotator", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::KismetMathLibrary_eventMatrix_GetRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::KismetMathLibrary_eventMatrix_GetRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetRotator)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::Matrix_GetRotator(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetRotator ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetRotDeterminant *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetRotDeterminant_Parms
|
|
{
|
|
FMatrix M;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** @return the determinant of rotation 3x3 matrix \n\x09* (Assumes Top Left 3x3 Submatrix represents a Rotation)\n\x09*/" },
|
|
{ "DisplayName", "Get Rotation Determinant (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetRotDeterminant" },
|
|
{ "ToolTip", "@return the determinant of rotation 3x3 matrix\n(Assumes Top Left 3x3 Submatrix represents a Rotation)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetRotDeterminant constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetRotDeterminant constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetRotDeterminant Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetRotDeterminant_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetRotDeterminant_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetRotDeterminant Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetRotDeterminant", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::KismetMathLibrary_eventMatrix_GetRotDeterminant_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::KismetMathLibrary_eventMatrix_GetRotDeterminant_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetRotDeterminant)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::Matrix_GetRotDeterminant(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetRotDeterminant ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetScaledAxes *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetScaledAxes_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector X;
|
|
FVector Y;
|
|
FVector Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * get axes of this matrix scaled by the scale of the matrix\n\x09 * (Assumes Matrix represents a transform)\n\x09 *\n\x09 * @param X axes returned to this param\n\x09 * @param Y axes returned to this param\n\x09 * @param Z axes returned to this param\n\x09 */" },
|
|
{ "DisplayName", "Get Scaled Axes (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetScaledAxes" },
|
|
{ "ToolTip", "get axes of this matrix scaled by the scale of the matrix\n(Assumes Matrix represents a transform)\n\n@param X axes returned to this param\n@param Y axes returned to this param\n@param Z axes returned to this param" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetScaledAxes constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetScaledAxes constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetScaledAxes Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaledAxes_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaledAxes_Parms, X), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaledAxes_Parms, Y), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaledAxes_Parms, Z), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetScaledAxes Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetScaledAxes", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::KismetMathLibrary_eventMatrix_GetScaledAxes_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::KismetMathLibrary_eventMatrix_GetScaledAxes_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetScaledAxes)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_X);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Y);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Matrix_GetScaledAxes(Z_Param_Out_M,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetScaledAxes ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetScaledAxis *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetScaledAxis_Parms
|
|
{
|
|
FMatrix M;
|
|
TEnumAsByte<EAxis::Type> Axis;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * get axis of this matrix scaled by the scale of the matrix\n\x09 * (Assumes Matrix represents a transform)\n\x09 *\n\x09 * @param i index into the axis of the matrix\n\x09 * @ return vector of the axis\n\x09 */" },
|
|
{ "DisplayName", "Get Scaled Axis (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetScaledAxis" },
|
|
{ "ToolTip", "get axis of this matrix scaled by the scale of the matrix\n(Assumes Matrix represents a transform)\n\n@param i index into the axis of the matrix\n@ return vector of the axis" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetScaledAxis constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Axis;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetScaledAxis constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetScaledAxis Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaledAxis_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::NewProp_Axis = { "Axis", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaledAxis_Parms, Axis), Z_Construct_UEnum_CoreUObject_EAxis, METADATA_PARAMS(0, nullptr) }; // 2447774434
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaledAxis_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::NewProp_Axis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetScaledAxis Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetScaledAxis", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::KismetMathLibrary_eventMatrix_GetScaledAxis_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::KismetMathLibrary_eventMatrix_GetScaledAxis_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetScaledAxis)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_Axis);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Matrix_GetScaledAxis(Z_Param_Out_M,EAxis::Type(Z_Param_Axis));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetScaledAxis ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetScaleVector ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetScaleVector_Parms
|
|
{
|
|
FMatrix M;
|
|
float Tolerance;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** return a 3D scale vector calculated from this matrix (where each component is the magnitude of a row vector) with error Tolerance.\n\x09* (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "CPP_Default_Tolerance", "0.000000" },
|
|
{ "DisplayName", "Get Scale Vector (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetScaleVector" },
|
|
{ "ToolTip", "return a 3D scale vector calculated from this matrix (where each component is the magnitude of a row vector) with error Tolerance.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetScaleVector constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetScaleVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetScaleVector Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaleVector_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaleVector_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetScaleVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetScaleVector Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetScaleVector", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::KismetMathLibrary_eventMatrix_GetScaleVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::KismetMathLibrary_eventMatrix_GetScaleVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetScaleVector)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Matrix_GetScaleVector(Z_Param_Out_M,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetScaleVector **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetTransposeAdjoint *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetTransposeAdjoint_Parms
|
|
{
|
|
FMatrix M;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Get the Transose Adjoint of the Matrix. */" },
|
|
{ "DisplayName", "Get Transpose Adjoint (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetTransposeAdjoint" },
|
|
{ "ToolTip", "Get the Transose Adjoint of the Matrix." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetTransposeAdjoint constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetTransposeAdjoint constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetTransposeAdjoint Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetTransposeAdjoint_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetTransposeAdjoint_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetTransposeAdjoint Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetTransposeAdjoint", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::KismetMathLibrary_eventMatrix_GetTransposeAdjoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::KismetMathLibrary_eventMatrix_GetTransposeAdjoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetTransposeAdjoint)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_GetTransposeAdjoint(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetTransposeAdjoint *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetTransposed *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetTransposed_Parms
|
|
{
|
|
FMatrix M;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "// Transpose.\n" },
|
|
{ "DisplayName", "Get Transposed (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetTransposed" },
|
|
{ "ToolTip", "Transpose." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetTransposed constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetTransposed constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetTransposed Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetTransposed_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetTransposed_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetTransposed Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetTransposed", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::KismetMathLibrary_eventMatrix_GetTransposed_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::KismetMathLibrary_eventMatrix_GetTransposed_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetTransposed)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_GetTransposed(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetTransposed ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetUnitAxes ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetUnitAxes_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector X;
|
|
FVector Y;
|
|
FVector Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * get unit length axes of this matrix\n\x09 * (Assumes Matrix represents a transform)\n\x09 *\n\x09 * @param X axes returned to this param\n\x09 * @param Y axes returned to this param\n\x09 * @param Z axes returned to this param\n\x09 */" },
|
|
{ "DisplayName", "Get Unit Axes (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetUnitAxes" },
|
|
{ "ToolTip", "get unit length axes of this matrix\n(Assumes Matrix represents a transform)\n\n@param X axes returned to this param\n@param Y axes returned to this param\n@param Z axes returned to this param" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetUnitAxes constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetUnitAxes constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetUnitAxes Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetUnitAxes_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetUnitAxes_Parms, X), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetUnitAxes_Parms, Y), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetUnitAxes_Parms, Z), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetUnitAxes Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetUnitAxes", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::KismetMathLibrary_eventMatrix_GetUnitAxes_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::KismetMathLibrary_eventMatrix_GetUnitAxes_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetUnitAxes)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_X);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Y);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Matrix_GetUnitAxes(Z_Param_Out_M,Z_Param_Out_X,Z_Param_Out_Y,Z_Param_Out_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetUnitAxes *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_GetUnitAxis ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_GetUnitAxis_Parms
|
|
{
|
|
FMatrix M;
|
|
TEnumAsByte<EAxis::Type> Axis;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * get unit length axis of this matrix\n\x09 * (Assumes Matrix represents a transform)\n\x09 *\n\x09 * @param i index into the axis of the matrix\n\x09 * @return vector of the axis\n\x09 */" },
|
|
{ "DisplayName", "Get Unit Axis (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetUnitAxis" },
|
|
{ "ToolTip", "get unit length axis of this matrix\n(Assumes Matrix represents a transform)\n\n@param i index into the axis of the matrix\n@return vector of the axis" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_GetUnitAxis constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Axis;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_GetUnitAxis constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_GetUnitAxis Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetUnitAxis_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::NewProp_Axis = { "Axis", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetUnitAxis_Parms, Axis), Z_Construct_UEnum_CoreUObject_EAxis, METADATA_PARAMS(0, nullptr) }; // 2447774434
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_GetUnitAxis_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::NewProp_Axis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_GetUnitAxis Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_GetUnitAxis", Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::KismetMathLibrary_eventMatrix_GetUnitAxis_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::KismetMathLibrary_eventMatrix_GetUnitAxis_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_GetUnitAxis)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_Axis);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Matrix_GetUnitAxis(Z_Param_Out_M,EAxis::Type(Z_Param_Axis));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_GetUnitAxis *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_Identity ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_Identity_Parms
|
|
{
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "// Identity matrix\n" },
|
|
{ "DisplayName", "Identity (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Identity" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Matrix" },
|
|
{ "ToolTip", "Identity matrix" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_Identity constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_Identity constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_Identity Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_Identity_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_Identity Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_Identity", Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::KismetMathLibrary_eventMatrix_Identity_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::KismetMathLibrary_eventMatrix_Identity_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_Identity)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_Identity();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_Identity ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_InverseTransformPosition **************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_InverseTransformPosition_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector V;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Inverts the matrix and then transforms V - correctly handles scaling in this matrix.\n\x09* (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "DisplayName", "Inverse Transform Position (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InverseTransformPosition" },
|
|
{ "ToolTip", "Inverts the matrix and then transforms V - correctly handles scaling in this matrix.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_InverseTransformPosition constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_InverseTransformPosition constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_InverseTransformPosition Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_InverseTransformPosition_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_InverseTransformPosition_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_InverseTransformPosition_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_InverseTransformPosition Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_InverseTransformPosition", Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::KismetMathLibrary_eventMatrix_InverseTransformPosition_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::KismetMathLibrary_eventMatrix_InverseTransformPosition_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_InverseTransformPosition)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT(FVector,Z_Param_V);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Matrix_InverseTransformPosition(Z_Param_Out_M,Z_Param_V);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_InverseTransformPosition ****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_InverseTransformVector ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_InverseTransformVector_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector V;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 *\x09Transform a direction vector by the inverse of this matrix - will not take into account translation part.\n\x09 *\x09If you want to transform a surface normal (or plane) and correctly account for non-uniform scaling you should use TransformByUsingAdjointT with adjoint of matrix inverse.\n\x09 * (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "DisplayName", "Inverse Transform Vector (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InverseTransformVector" },
|
|
{ "ToolTip", "Transform a direction vector by the inverse of this matrix - will not take into account translation part.\nIf you want to transform a surface normal (or plane) and correctly account for non-uniform scaling you should use TransformByUsingAdjointT with adjoint of matrix inverse.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_InverseTransformVector constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_InverseTransformVector constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_InverseTransformVector Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_InverseTransformVector_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_InverseTransformVector_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_InverseTransformVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_InverseTransformVector Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_InverseTransformVector", Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::KismetMathLibrary_eventMatrix_InverseTransformVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::KismetMathLibrary_eventMatrix_InverseTransformVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_InverseTransformVector)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT(FVector,Z_Param_V);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Matrix_InverseTransformVector(Z_Param_Out_M,Z_Param_V);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_InverseTransformVector ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_Mirror ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_Mirror_Parms
|
|
{
|
|
FMatrix M;
|
|
TEnumAsByte<EAxis::Type> MirrorAxis;
|
|
TEnumAsByte<EAxis::Type> FlipAxis;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * Utility for mirroring this transform across a certain plane, and flipping one of the axis as well.\n\x09 * (Assumes Matrix represents a transform)\n\x09 */" },
|
|
{ "DisplayName", "Mirror (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Mirror" },
|
|
{ "ToolTip", "Utility for mirroring this transform across a certain plane, and flipping one of the axis as well.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_Mirror constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_MirrorAxis;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_FlipAxis;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_Mirror constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_Mirror Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_Mirror_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::NewProp_MirrorAxis = { "MirrorAxis", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_Mirror_Parms, MirrorAxis), Z_Construct_UEnum_CoreUObject_EAxis, METADATA_PARAMS(0, nullptr) }; // 2447774434
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::NewProp_FlipAxis = { "FlipAxis", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_Mirror_Parms, FlipAxis), Z_Construct_UEnum_CoreUObject_EAxis, METADATA_PARAMS(0, nullptr) }; // 2447774434
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_Mirror_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::NewProp_MirrorAxis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::NewProp_FlipAxis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_Mirror Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_Mirror", Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::KismetMathLibrary_eventMatrix_Mirror_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::KismetMathLibrary_eventMatrix_Mirror_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_Mirror)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_MirrorAxis);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_FlipAxis);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_Mirror(Z_Param_Out_M,EAxis::Type(Z_Param_MirrorAxis),EAxis::Type(Z_Param_FlipAxis));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_Mirror **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_RemoveScaling *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_RemoveScaling_Parms
|
|
{
|
|
FMatrix M;
|
|
float Tolerance;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Remove any scaling from this matrix (ie magnitude of each row is 1) with error Tolerance\n\x09* (Assumes Matrix represents a transform) \n\x09*/" },
|
|
{ "CPP_Default_Tolerance", "0.000000" },
|
|
{ "DisplayName", "Remove Scaling (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RemoveScaling" },
|
|
{ "ToolTip", "Remove any scaling from this matrix (ie magnitude of each row is 1) with error Tolerance\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_RemoveScaling constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_RemoveScaling constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_RemoveScaling Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_RemoveScaling_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_RemoveScaling_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::NewProp_Tolerance,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_RemoveScaling Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_RemoveScaling", Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::KismetMathLibrary_eventMatrix_RemoveScaling_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::KismetMathLibrary_eventMatrix_RemoveScaling_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_RemoveScaling)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Matrix_RemoveScaling(Z_Param_Out_M,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_RemoveScaling ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_RemoveTranslation *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_RemoveTranslation_Parms
|
|
{
|
|
FMatrix M;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Remove any translation from this matrix\n\x09* (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "DisplayName", "Remove Translation (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RemoveTranslation" },
|
|
{ "ToolTip", "Remove any translation from this matrix\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_RemoveTranslation constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_RemoveTranslation constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_RemoveTranslation Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_RemoveTranslation_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_RemoveTranslation_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_RemoveTranslation Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_RemoveTranslation", Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::KismetMathLibrary_eventMatrix_RemoveTranslation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::KismetMathLibrary_eventMatrix_RemoveTranslation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_RemoveTranslation)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_RemoveTranslation(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_RemoveTranslation ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_ScaleTranslation **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_ScaleTranslation_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector Scale3D;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Scale the translation part of the matrix by the supplied vector.\n\x09* (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "DisplayName", "Scale Translation (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ScaleTranslation" },
|
|
{ "ToolTip", "Scale the translation part of the matrix by the supplied vector.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_ScaleTranslation constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Scale3D;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_ScaleTranslation constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_ScaleTranslation Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ScaleTranslation_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::NewProp_Scale3D = { "Scale3D", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ScaleTranslation_Parms, Scale3D), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ScaleTranslation_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::NewProp_Scale3D,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_ScaleTranslation Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_ScaleTranslation", Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::KismetMathLibrary_eventMatrix_ScaleTranslation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::KismetMathLibrary_eventMatrix_ScaleTranslation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_ScaleTranslation)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT(FVector,Z_Param_Scale3D);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Matrix_ScaleTranslation(Z_Param_Out_M,Z_Param_Scale3D);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_ScaleTranslation ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_SetAxis *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_SetAxis_Parms
|
|
{
|
|
FMatrix M;
|
|
TEnumAsByte<EAxis::Type> Axis;
|
|
FVector AxisVector;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * set an axis of this matrix\n\x09 * (Assumes Matrix represents a transform)\n\x09 *\n\x09 * @param i index into the axis of the matrix\n\x09 * @param Axis vector of the axis\n\x09 */" },
|
|
{ "DisplayName", "Set Axis (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetAxis" },
|
|
{ "ToolTip", "set an axis of this matrix\n(Assumes Matrix represents a transform)\n\n@param i index into the axis of the matrix\n@param Axis vector of the axis" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_SetAxis constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Axis;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_AxisVector;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_SetAxis constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_SetAxis Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_SetAxis_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::NewProp_Axis = { "Axis", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_SetAxis_Parms, Axis), Z_Construct_UEnum_CoreUObject_EAxis, METADATA_PARAMS(0, nullptr) }; // 2447774434
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::NewProp_AxisVector = { "AxisVector", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_SetAxis_Parms, AxisVector), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::NewProp_Axis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::NewProp_AxisVector,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_SetAxis Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_SetAxis", Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::KismetMathLibrary_eventMatrix_SetAxis_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::KismetMathLibrary_eventMatrix_SetAxis_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_SetAxis)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_Axis);
|
|
P_GET_STRUCT(FVector,Z_Param_AxisVector);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Matrix_SetAxis(Z_Param_Out_M,EAxis::Type(Z_Param_Axis),Z_Param_AxisVector);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_SetAxis *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_SetColumn *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_SetColumn_Parms
|
|
{
|
|
FMatrix M;
|
|
TEnumAsByte<EMatrixColumns::Type> Column;
|
|
FVector Value;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "DisplayName", "Set Column (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetColumn" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_SetColumn constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Column;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_SetColumn constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_SetColumn Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_SetColumn_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::NewProp_Column = { "Column", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_SetColumn_Parms, Column), Z_Construct_UEnum_Engine_EMatrixColumns, METADATA_PARAMS(0, nullptr) }; // 1166243294
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_SetColumn_Parms, Value), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::NewProp_Column,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::NewProp_Value,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_SetColumn Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_SetColumn", Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::KismetMathLibrary_eventMatrix_SetColumn_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::KismetMathLibrary_eventMatrix_SetColumn_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_SetColumn)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_Column);
|
|
P_GET_STRUCT(FVector,Z_Param_Value);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Matrix_SetColumn(Z_Param_Out_M,EMatrixColumns::Type(Z_Param_Column),Z_Param_Value);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_SetColumn *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_SetOrigin *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_SetOrigin_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector NewOrigin;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Set the origin of the coordinate system to the given vector\n\x09* (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "DisplayName", "Set Origin (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetOrigin" },
|
|
{ "ToolTip", "Set the origin of the coordinate system to the given vector\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_SetOrigin constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_NewOrigin;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_SetOrigin constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_SetOrigin Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_SetOrigin_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::NewProp_NewOrigin = { "NewOrigin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_SetOrigin_Parms, NewOrigin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::NewProp_NewOrigin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_SetOrigin Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_SetOrigin", Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::KismetMathLibrary_eventMatrix_SetOrigin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::KismetMathLibrary_eventMatrix_SetOrigin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_SetOrigin)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT(FVector,Z_Param_NewOrigin);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Matrix_SetOrigin(Z_Param_Out_M,Z_Param_NewOrigin);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_SetOrigin *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_ToQuat ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_ToQuat_Parms
|
|
{
|
|
FMatrix M;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * Transform a rotation matrix into a quaternion.\n\x09 * (Assumes Matrix represents a transform)\n\x09 *\n\x09 * @warning rotation part will need to be unit length for this to be right!\n\x09 */" },
|
|
{ "DisplayName", "To Quat (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToQuat" },
|
|
{ "ToolTip", "Transform a rotation matrix into a quaternion.\n(Assumes Matrix represents a transform)\n\n@warning rotation part will need to be unit length for this to be right!" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_ToQuat constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_ToQuat constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_ToQuat Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ToQuat_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_ToQuat_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_ToQuat Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_ToQuat", Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::KismetMathLibrary_eventMatrix_ToQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::KismetMathLibrary_eventMatrix_ToQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_ToQuat)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Matrix_ToQuat(Z_Param_Out_M);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_ToQuat **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_TransformPosition *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_TransformPosition_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector V;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/** Transform a location - will take into account translation part of the FMatrix.\n\x09 * (Assumes Matrix represents a transform)\n\x09 */" },
|
|
{ "DisplayName", "Transform Position (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "TransformPosition" },
|
|
{ "ToolTip", "Transform a location - will take into account translation part of the FMatrix.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_TransformPosition constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_TransformPosition constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_TransformPosition Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_TransformPosition_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_TransformPosition_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_TransformPosition_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_TransformPosition Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_TransformPosition", Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::KismetMathLibrary_eventMatrix_TransformPosition_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::KismetMathLibrary_eventMatrix_TransformPosition_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_TransformPosition)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT(FVector,Z_Param_V);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Matrix_TransformPosition(Z_Param_Out_M,Z_Param_V);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_TransformPosition ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_TransformVector ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_TransformVector_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector V;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 *\x09Transform a direction vector - will not take into account translation part of the FMatrix.\n\x09 *\x09If you want to transform a surface normal (or plane) and correctly account for non-uniform scaling you should use TransformByUsingAdjointT.\n\x09 * (Assumes Matrix represents a transform)\n\x09*/" },
|
|
{ "DisplayName", "Transform Vector (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "TransformVector" },
|
|
{ "ToolTip", "Transform a direction vector - will not take into account translation part of the FMatrix.\nIf you want to transform a surface normal (or plane) and correctly account for non-uniform scaling you should use TransformByUsingAdjointT.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_TransformVector constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_TransformVector constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_TransformVector Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_TransformVector_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_TransformVector_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_TransformVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_TransformVector Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_TransformVector", Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::KismetMathLibrary_eventMatrix_TransformVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::KismetMathLibrary_eventMatrix_TransformVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_TransformVector)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT(FVector,Z_Param_V);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Matrix_TransformVector(Z_Param_Out_M,Z_Param_V);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_TransformVector *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Matrix_TransformVector4 **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMatrix_TransformVector4_Parms
|
|
{
|
|
FMatrix M;
|
|
FVector4 V;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * Transform a vector by the matrix.\n\x09 * (Assumes Matrix represents a transform) \n\x09*/" },
|
|
{ "DisplayName", "Transform Vector4 (Matrix)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "TransformVector4" },
|
|
{ "ToolTip", "Transform a vector by the matrix.\n(Assumes Matrix represents a transform)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_M_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Matrix_TransformVector4 constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_M;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Matrix_TransformVector4 constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Matrix_TransformVector4 Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::NewProp_M = { "M", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_TransformVector4_Parms, M), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_M_MetaData), NewProp_M_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_TransformVector4_Parms, V), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMatrix_TransformVector4_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::NewProp_M,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function Matrix_TransformVector4 Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Matrix_TransformVector4", Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::KismetMathLibrary_eventMatrix_TransformVector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::KismetMathLibrary_eventMatrix_TransformVector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMatrix_TransformVector4)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_M);
|
|
P_GET_STRUCT(FVector4,Z_Param_V);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Matrix_TransformVector4(Z_Param_Out_M,Z_Param_V);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Matrix_TransformVector4 ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Max ******************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Max_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMax_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns the maximum value of A and B */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "MAX" },
|
|
{ "DisplayName", "Max (Integer)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the maximum value of A and B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Max constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Max constinit property declarations *************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Max Property Definitions **********************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMax_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMax_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMax_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::PropPointers) < 2048);
|
|
// ********** End Function Max Property Definitions ************************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Max", Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::KismetMathLibrary_eventMax_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::KismetMathLibrary_eventMax_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Max()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Max_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMax)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Max(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Max ********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MaxInt64 *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMaxInt64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns the maximum value of A and B */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "MAX" },
|
|
{ "DisplayName", "Max (Integer64)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the maximum value of A and B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MaxInt64 constinit property declarations ******************************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MaxInt64 constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MaxInt64 Property Definitions *****************************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxInt64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxInt64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxInt64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::PropPointers) < 2048);
|
|
// ********** End Function MaxInt64 Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MaxInt64", Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::KismetMathLibrary_eventMaxInt64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::KismetMathLibrary_eventMaxInt64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MaxInt64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MaxInt64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMaxInt64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::MaxInt64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MaxInt64 ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MaxOfByteArray *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMaxOfByteArray_Parms
|
|
{
|
|
TArray<uint8> ByteArray;
|
|
int32 IndexOfMaxValue;
|
|
uint8 MaxValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns max of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns max of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ByteArray_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MaxOfByteArray constinit property declarations ************************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ByteArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ByteArray;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IndexOfMaxValue;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_MaxValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MaxOfByteArray constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MaxOfByteArray Property Definitions ***********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::NewProp_ByteArray_Inner = { "ByteArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::NewProp_ByteArray = { "ByteArray", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxOfByteArray_Parms, ByteArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ByteArray_MetaData), NewProp_ByteArray_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::NewProp_IndexOfMaxValue = { "IndexOfMaxValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxOfByteArray_Parms, IndexOfMaxValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::NewProp_MaxValue = { "MaxValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxOfByteArray_Parms, MaxValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::NewProp_ByteArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::NewProp_ByteArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::NewProp_IndexOfMaxValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::NewProp_MaxValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::PropPointers) < 2048);
|
|
// ********** End Function MaxOfByteArray Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MaxOfByteArray", Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::KismetMathLibrary_eventMaxOfByteArray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::KismetMathLibrary_eventMaxOfByteArray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMaxOfByteArray)
|
|
{
|
|
P_GET_TARRAY_REF(uint8,Z_Param_Out_ByteArray);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_IndexOfMaxValue);
|
|
P_GET_PROPERTY_REF(FByteProperty,Z_Param_Out_MaxValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::MaxOfByteArray(Z_Param_Out_ByteArray,Z_Param_Out_IndexOfMaxValue,Z_Param_Out_MaxValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MaxOfByteArray *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MaxOfFloatArray ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMaxOfFloatArray_Parms
|
|
{
|
|
TArray<float> FloatArray;
|
|
int32 IndexOfMaxValue;
|
|
float MaxValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns max of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns max of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FloatArray_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MaxOfFloatArray constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_FloatArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_FloatArray;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IndexOfMaxValue;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MaxOfFloatArray constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MaxOfFloatArray Property Definitions **********************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::NewProp_FloatArray_Inner = { "FloatArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::NewProp_FloatArray = { "FloatArray", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxOfFloatArray_Parms, FloatArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FloatArray_MetaData), NewProp_FloatArray_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::NewProp_IndexOfMaxValue = { "IndexOfMaxValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxOfFloatArray_Parms, IndexOfMaxValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::NewProp_MaxValue = { "MaxValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxOfFloatArray_Parms, MaxValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::NewProp_FloatArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::NewProp_FloatArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::NewProp_IndexOfMaxValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::NewProp_MaxValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::PropPointers) < 2048);
|
|
// ********** End Function MaxOfFloatArray Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MaxOfFloatArray", Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::KismetMathLibrary_eventMaxOfFloatArray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::KismetMathLibrary_eventMaxOfFloatArray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMaxOfFloatArray)
|
|
{
|
|
P_GET_TARRAY_REF(float,Z_Param_Out_FloatArray);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_IndexOfMaxValue);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_MaxValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::MaxOfFloatArray(Z_Param_Out_FloatArray,Z_Param_Out_IndexOfMaxValue,Z_Param_Out_MaxValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MaxOfFloatArray ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MaxOfIntArray ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMaxOfIntArray_Parms
|
|
{
|
|
TArray<int32> IntArray;
|
|
int32 IndexOfMaxValue;
|
|
int32 MaxValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns max of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns max of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntArray_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MaxOfIntArray constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IntArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_IntArray;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IndexOfMaxValue;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_MaxValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MaxOfIntArray constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MaxOfIntArray Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::NewProp_IntArray_Inner = { "IntArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::NewProp_IntArray = { "IntArray", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxOfIntArray_Parms, IntArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntArray_MetaData), NewProp_IntArray_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::NewProp_IndexOfMaxValue = { "IndexOfMaxValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxOfIntArray_Parms, IndexOfMaxValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::NewProp_MaxValue = { "MaxValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMaxOfIntArray_Parms, MaxValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::NewProp_IntArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::NewProp_IntArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::NewProp_IndexOfMaxValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::NewProp_MaxValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::PropPointers) < 2048);
|
|
// ********** End Function MaxOfIntArray Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MaxOfIntArray", Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::KismetMathLibrary_eventMaxOfIntArray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::KismetMathLibrary_eventMaxOfIntArray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMaxOfIntArray)
|
|
{
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_IntArray);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_IndexOfMaxValue);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_MaxValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::MaxOfIntArray(Z_Param_Out_IntArray,Z_Param_Out_IndexOfMaxValue,Z_Param_Out_MaxValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MaxOfIntArray **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MedianOfIntArray *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMedianOfIntArray_Parms
|
|
{
|
|
TArray<int32> IntArray;
|
|
float MedianValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns median of all array entries. Returns value of 0 if the supplied array is empty. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns median of all array entries. Returns value of 0 if the supplied array is empty." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MedianOfIntArray constinit property declarations **********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IntArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_IntArray;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MedianValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MedianOfIntArray constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MedianOfIntArray Property Definitions *********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::NewProp_IntArray_Inner = { "IntArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::NewProp_IntArray = { "IntArray", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMedianOfIntArray_Parms, IntArray), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::NewProp_MedianValue = { "MedianValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMedianOfIntArray_Parms, MedianValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::NewProp_IntArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::NewProp_IntArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::NewProp_MedianValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::PropPointers) < 2048);
|
|
// ********** End Function MedianOfIntArray Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MedianOfIntArray", Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::KismetMathLibrary_eventMedianOfIntArray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::KismetMathLibrary_eventMedianOfIntArray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMedianOfIntArray)
|
|
{
|
|
P_GET_TARRAY(int32,Z_Param_IntArray);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_MedianValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::MedianOfIntArray(Z_Param_IntArray,Z_Param_Out_MedianValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MedianOfIntArray *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Min ******************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Min_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMin_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns the minimum value of A and B */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "MIN" },
|
|
{ "DisplayName", "Min (Integer)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the minimum value of A and B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Min constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Min constinit property declarations *************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Min Property Definitions **********************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMin_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMin_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMin_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::PropPointers) < 2048);
|
|
// ********** End Function Min Property Definitions ************************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Min", Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::KismetMathLibrary_eventMin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::KismetMathLibrary_eventMin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Min()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Min_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMin)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Min(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Min ********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MinAreaRectangle *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMinAreaRectangle_Parms
|
|
{
|
|
UObject* WorldContextObject;
|
|
TArray<FVector> InPoints;
|
|
FVector SampleSurfaceNormal;
|
|
FVector OutRectCenter;
|
|
FRotator OutRectRotation;
|
|
float OutRectLengthX;
|
|
float OutRectLengthY;
|
|
bool bDebugDraw;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "CallableWithoutWorldContext", "" },
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n\x09 * Finds the minimum area rectangle that encloses a set of coplanar points.\n\x09 * Uses the exhaustive search algorithm in http://www.geometrictools.com/Documentation/MinimumAreaRectangle.pdf\n\x09 *\n\x09 * @param\x09WorldContextObject - Pointer to world context; only used when debug draw is enabled\n\x09 * @param\x09InPoints - Points to enclose in the rectangle; need to be within the same plane for correct results\n\x09 * @param\x09SampleSurfaceNormal - Normal indicating the surface direction for the points\n\x09 * @param\x09OutRectCenter - Translation for the output rectangle from the origin\n\x09 * @param\x09OutRectRotation - Rotation for the output rectangle from the XY plane\n\x09 * @param\x09OutRectLengthX - Length of the output rectangle along the X axis before rotation\n\x09 * @param\x09OutRectLengthY - Length of the output rectangle along the Y axis before rotation\n\x09 * @param\x09""bDebugDraw - Draws the output rectangle for debugging purposes provided the world context is set as well\n\x09*/" },
|
|
{ "CPP_Default_bDebugDraw", "false" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Finds the minimum area rectangle that encloses a set of coplanar points.\nUses the exhaustive search algorithm in http://www.geometrictools.com/Documentation/MinimumAreaRectangle.pdf\n\n@param WorldContextObject - Pointer to world context; only used when debug draw is enabled\n@param InPoints - Points to enclose in the rectangle; need to be within the same plane for correct results\n@param SampleSurfaceNormal - Normal indicating the surface direction for the points\n@param OutRectCenter - Translation for the output rectangle from the origin\n@param OutRectRotation - Rotation for the output rectangle from the XY plane\n@param OutRectLengthX - Length of the output rectangle along the X axis before rotation\n@param OutRectLengthY - Length of the output rectangle along the Y axis before rotation\n@param bDebugDraw - Draws the output rectangle for debugging purposes provided the world context is set as well" },
|
|
{ "WorldContext", "WorldContextObject" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InPoints_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SampleSurfaceNormal_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MinAreaRectangle constinit property declarations **********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InPoints_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InPoints;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SampleSurfaceNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutRectCenter;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutRectRotation;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_OutRectLengthX;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_OutRectLengthY;
|
|
static void NewProp_bDebugDraw_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDebugDraw;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MinAreaRectangle constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MinAreaRectangle Property Definitions *********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinAreaRectangle_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_InPoints_Inner = { "InPoints", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_InPoints = { "InPoints", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinAreaRectangle_Parms, InPoints), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InPoints_MetaData), NewProp_InPoints_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_SampleSurfaceNormal = { "SampleSurfaceNormal", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinAreaRectangle_Parms, SampleSurfaceNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SampleSurfaceNormal_MetaData), NewProp_SampleSurfaceNormal_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_OutRectCenter = { "OutRectCenter", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinAreaRectangle_Parms, OutRectCenter), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_OutRectRotation = { "OutRectRotation", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinAreaRectangle_Parms, OutRectRotation), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_OutRectLengthX = { "OutRectLengthX", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinAreaRectangle_Parms, OutRectLengthX), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_OutRectLengthY = { "OutRectLengthY", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinAreaRectangle_Parms, OutRectLengthY), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_bDebugDraw_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventMinAreaRectangle_Parms*)Obj)->bDebugDraw = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_bDebugDraw = { "bDebugDraw", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventMinAreaRectangle_Parms), &Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_bDebugDraw_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_WorldContextObject,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_InPoints_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_InPoints,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_SampleSurfaceNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_OutRectCenter,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_OutRectRotation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_OutRectLengthX,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_OutRectLengthY,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::NewProp_bDebugDraw,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::PropPointers) < 2048);
|
|
// ********** End Function MinAreaRectangle Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MinAreaRectangle", Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::KismetMathLibrary_eventMinAreaRectangle_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::KismetMathLibrary_eventMinAreaRectangle_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMinAreaRectangle)
|
|
{
|
|
P_GET_OBJECT(UObject,Z_Param_WorldContextObject);
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_InPoints);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_SampleSurfaceNormal);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_OutRectCenter);
|
|
P_GET_STRUCT_REF(FRotator,Z_Param_Out_OutRectRotation);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_OutRectLengthX);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_OutRectLengthY);
|
|
P_GET_UBOOL(Z_Param_bDebugDraw);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::MinAreaRectangle(Z_Param_WorldContextObject,Z_Param_Out_InPoints,Z_Param_Out_SampleSurfaceNormal,Z_Param_Out_OutRectCenter,Z_Param_Out_OutRectRotation,Z_Param_Out_OutRectLengthX,Z_Param_Out_OutRectLengthY,Z_Param_bDebugDraw);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MinAreaRectangle *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MinInt64 *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMinInt64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns the minimum value of A and B */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "MIN" },
|
|
{ "DisplayName", "Min (Integer64)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the minimum value of A and B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MinInt64 constinit property declarations ******************************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MinInt64 constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MinInt64 Property Definitions *****************************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinInt64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinInt64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinInt64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::PropPointers) < 2048);
|
|
// ********** End Function MinInt64 Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MinInt64", Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::KismetMathLibrary_eventMinInt64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::KismetMathLibrary_eventMinInt64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MinInt64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MinInt64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMinInt64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::MinInt64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MinInt64 ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MinOfByteArray *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMinOfByteArray_Parms
|
|
{
|
|
TArray<uint8> ByteArray;
|
|
int32 IndexOfMinValue;
|
|
uint8 MinValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns min of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns min of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ByteArray_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MinOfByteArray constinit property declarations ************************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ByteArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ByteArray;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IndexOfMinValue;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_MinValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MinOfByteArray constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MinOfByteArray Property Definitions ***********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::NewProp_ByteArray_Inner = { "ByteArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::NewProp_ByteArray = { "ByteArray", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinOfByteArray_Parms, ByteArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ByteArray_MetaData), NewProp_ByteArray_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::NewProp_IndexOfMinValue = { "IndexOfMinValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinOfByteArray_Parms, IndexOfMinValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::NewProp_MinValue = { "MinValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinOfByteArray_Parms, MinValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::NewProp_ByteArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::NewProp_ByteArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::NewProp_IndexOfMinValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::NewProp_MinValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::PropPointers) < 2048);
|
|
// ********** End Function MinOfByteArray Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MinOfByteArray", Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::KismetMathLibrary_eventMinOfByteArray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::KismetMathLibrary_eventMinOfByteArray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMinOfByteArray)
|
|
{
|
|
P_GET_TARRAY_REF(uint8,Z_Param_Out_ByteArray);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_IndexOfMinValue);
|
|
P_GET_PROPERTY_REF(FByteProperty,Z_Param_Out_MinValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::MinOfByteArray(Z_Param_Out_ByteArray,Z_Param_Out_IndexOfMinValue,Z_Param_Out_MinValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MinOfByteArray *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MinOfFloatArray ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMinOfFloatArray_Parms
|
|
{
|
|
TArray<float> FloatArray;
|
|
int32 IndexOfMinValue;
|
|
float MinValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns min of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns min of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FloatArray_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MinOfFloatArray constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_FloatArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_FloatArray;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IndexOfMinValue;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MinOfFloatArray constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MinOfFloatArray Property Definitions **********************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::NewProp_FloatArray_Inner = { "FloatArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::NewProp_FloatArray = { "FloatArray", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinOfFloatArray_Parms, FloatArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FloatArray_MetaData), NewProp_FloatArray_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::NewProp_IndexOfMinValue = { "IndexOfMinValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinOfFloatArray_Parms, IndexOfMinValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::NewProp_MinValue = { "MinValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinOfFloatArray_Parms, MinValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::NewProp_FloatArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::NewProp_FloatArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::NewProp_IndexOfMinValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::NewProp_MinValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::PropPointers) < 2048);
|
|
// ********** End Function MinOfFloatArray Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MinOfFloatArray", Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::KismetMathLibrary_eventMinOfFloatArray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::KismetMathLibrary_eventMinOfFloatArray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMinOfFloatArray)
|
|
{
|
|
P_GET_TARRAY_REF(float,Z_Param_Out_FloatArray);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_IndexOfMinValue);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_MinValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::MinOfFloatArray(Z_Param_Out_FloatArray,Z_Param_Out_IndexOfMinValue,Z_Param_Out_MinValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MinOfFloatArray ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MinOfIntArray ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMinOfIntArray_Parms
|
|
{
|
|
TArray<int32> IntArray;
|
|
int32 IndexOfMinValue;
|
|
int32 MinValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns min of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns min of all array entries and the index at which it was found. Returns value of 0 and index of -1 if the supplied array is empty." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntArray_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MinOfIntArray constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IntArray_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_IntArray;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_IndexOfMinValue;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_MinValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MinOfIntArray constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MinOfIntArray Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::NewProp_IntArray_Inner = { "IntArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::NewProp_IntArray = { "IntArray", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinOfIntArray_Parms, IntArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntArray_MetaData), NewProp_IntArray_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::NewProp_IndexOfMinValue = { "IndexOfMinValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinOfIntArray_Parms, IndexOfMinValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::NewProp_MinValue = { "MinValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMinOfIntArray_Parms, MinValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::NewProp_IntArray_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::NewProp_IntArray,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::NewProp_IndexOfMinValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::NewProp_MinValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::PropPointers) < 2048);
|
|
// ********** End Function MinOfIntArray Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MinOfIntArray", Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::KismetMathLibrary_eventMinOfIntArray_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::KismetMathLibrary_eventMinOfIntArray_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMinOfIntArray)
|
|
{
|
|
P_GET_TARRAY_REF(int32,Z_Param_Out_IntArray);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_IndexOfMinValue);
|
|
P_GET_PROPERTY_REF(FIntProperty,Z_Param_Out_MinValue);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::MinOfIntArray(Z_Param_Out_IntArray,Z_Param_Out_IndexOfMinValue,Z_Param_Out_MinValue);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MinOfIntArray **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MirrorVectorByNormal *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMirrorVectorByNormal_Parms
|
|
{
|
|
FVector InVect;
|
|
FVector InNormal;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** \n\x09 * Given a direction vector and a surface normal, returns the vector reflected across the surface normal.\n\x09 * Produces a result like shining a laser at a mirror!\n\x09 *\n\x09 * @param InVect Direction vector the ray is coming from.\n\x09 * @param InNormal A normal of the surface the ray should be reflected on.\n\x09 *\n\x09 * @returns Reflected vector.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Given a direction vector and a surface normal, returns the vector reflected across the surface normal.\nProduces a result like shining a laser at a mirror!\n\n@param InVect Direction vector the ray is coming from.\n@param InNormal A normal of the surface the ray should be reflected on.\n\n@returns Reflected vector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MirrorVectorByNormal constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVect;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MirrorVectorByNormal constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MirrorVectorByNormal Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::NewProp_InVect = { "InVect", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMirrorVectorByNormal_Parms, InVect), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::NewProp_InNormal = { "InNormal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMirrorVectorByNormal_Parms, InNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMirrorVectorByNormal_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::NewProp_InVect,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::NewProp_InNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::PropPointers) < 2048);
|
|
// ********** End Function MirrorVectorByNormal Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MirrorVectorByNormal", Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::KismetMathLibrary_eventMirrorVectorByNormal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::KismetMathLibrary_eventMirrorVectorByNormal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMirrorVectorByNormal)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVect);
|
|
P_GET_STRUCT(FVector,Z_Param_InNormal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::MirrorVectorByNormal(Z_Param_InVect,Z_Param_InNormal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MirrorVectorByNormal ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_ByteByte ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Multiplication (A * B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "Byte * Byte" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Multiplication (A * B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_ByteByte constinit property declarations *********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_ByteByte constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_ByteByte Property Definitions ********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_ByteByte_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_ByteByte Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::KismetMathLibrary_eventMultiply_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::KismetMathLibrary_eventMultiply_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::Multiply_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_ByteByte ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_DoubleDouble ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Multiplication (A * B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "float * float" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Multiplication (A * B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_DoubleDouble constinit property declarations *****************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_DoubleDouble constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_DoubleDouble Property Definitions ****************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_DoubleDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_DoubleDouble Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::KismetMathLibrary_eventMultiply_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::KismetMathLibrary_eventMultiply_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Multiply_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_DoubleDouble **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_Int64Int64 **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Multiplication (A * B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "integer64 * integer64" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Multiplication (A * B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_Int64Int64 constinit property declarations *******************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_Int64Int64 constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_Int64Int64 Property Definitions ******************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Int64Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_Int64Int64 Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::KismetMathLibrary_eventMultiply_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::KismetMathLibrary_eventMultiply_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Multiply_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_Int64Int64 ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_IntFloat ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_IntFloat_Parms
|
|
{
|
|
int32 A;
|
|
double B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Multiplication (A * B) */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "int * float" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Multiplication (A * B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_IntFloat constinit property declarations *********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_IntFloat constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_IntFloat Property Definitions ********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntFloat_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_IntFloat Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_IntFloat", Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::KismetMathLibrary_eventMultiply_IntFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::KismetMathLibrary_eventMultiply_IntFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_IntFloat)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Multiply_IntFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_IntFloat ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_IntInt ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Multiplication (A * B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "int * int" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Multiplication (A * B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_IntInt constinit property declarations ***********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_IntInt constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_IntInt Property Definitions **********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_IntInt Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_IntInt", Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::KismetMathLibrary_eventMultiply_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::KismetMathLibrary_eventMultiply_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Multiply_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_IntInt ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_IntPointInt *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_IntPointInt_Parms
|
|
{
|
|
FIntPoint A;
|
|
int32 B;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Multiplication (A * B) */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "IntPoint * Integer" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MultiplyInt" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Multiplication (A * B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_IntPointInt constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_IntPointInt constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_IntPointInt Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntPointInt_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntPointInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntPointInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_IntPointInt Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_IntPointInt", Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::KismetMathLibrary_eventMultiply_IntPointInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::KismetMathLibrary_eventMultiply_IntPointInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_IntPointInt)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Multiply_IntPointInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_IntPointInt ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_IntPointIntPoint ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_IntPointIntPoint_Parms
|
|
{
|
|
FIntPoint A;
|
|
FIntPoint B;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Returns IntPoint A multiplied by B */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "IntPoint * IntPoint" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Multiply" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Returns IntPoint A multiplied by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_IntPointIntPoint constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_IntPointIntPoint constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_IntPointIntPoint Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntPointIntPoint_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntPointIntPoint_Parms, B), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_IntPointIntPoint_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_IntPointIntPoint Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_IntPointIntPoint", Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::KismetMathLibrary_eventMultiply_IntPointIntPoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::KismetMathLibrary_eventMultiply_IntPointIntPoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_IntPointIntPoint)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_STRUCT(FIntPoint,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Multiply_IntPointIntPoint(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_IntPointIntPoint **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_LinearColorFloat ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_LinearColorFloat_Parms
|
|
{
|
|
FLinearColor A;
|
|
float B;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Element-wise multiplication of a linear color by a float (F*R, F*G, F*B, F*A) */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "LinearColor * Float" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MultiplyFloat" },
|
|
{ "ToolTip", "Element-wise multiplication of a linear color by a float (F*R, F*G, F*B, F*A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_LinearColorFloat constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_LinearColorFloat constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_LinearColorFloat Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_LinearColorFloat_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_LinearColorFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_LinearColorFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_LinearColorFloat Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_LinearColorFloat", Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::KismetMathLibrary_eventMultiply_LinearColorFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::KismetMathLibrary_eventMultiply_LinearColorFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_LinearColorFloat)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::Multiply_LinearColorFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_LinearColorFloat **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_LinearColorLinearColor **************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_LinearColorLinearColor_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Element-wise multiplication of two linear colors (R*R, G*G, B*B, A*A) */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "LinearColor * LinearColor" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Multiply" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Element-wise multiplication of two linear colors (R*R, G*G, B*B, A*A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_LinearColorLinearColor constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_LinearColorLinearColor constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_LinearColorLinearColor Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_LinearColorLinearColor_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_LinearColorLinearColor_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_LinearColorLinearColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_LinearColorLinearColor Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_LinearColorLinearColor", Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::KismetMathLibrary_eventMultiply_LinearColorLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::KismetMathLibrary_eventMultiply_LinearColorLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_LinearColorLinearColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::Multiply_LinearColorLinearColor(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_LinearColorLinearColor ****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_MatrixFloat *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMultiply_MatrixFloat_Parms
|
|
{
|
|
FMatrix A;
|
|
double B;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * Multiplies all values of the matrix by a float.\n\x09 * If your Matrix represents a Transform that you wish to scale you should use Apply Scale instead\n\x09 */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "Matrix * Float" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MultiplyFloat" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Multiplies all values of the matrix by a float.\nIf your Matrix represents a Transform that you wish to scale you should use Apply Scale instead" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_MatrixFloat constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_MatrixFloat constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_MatrixFloat Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_MatrixFloat_Parms, A), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_MatrixFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_MatrixFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_MatrixFloat Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_MatrixFloat", Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::KismetMathLibrary_eventMultiply_MatrixFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::KismetMathLibrary_eventMultiply_MatrixFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_MatrixFloat)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Multiply_MatrixFloat(Z_Param_Out_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_MatrixFloat ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_MatrixMatrix ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventMultiply_MatrixMatrix_Parms
|
|
{
|
|
FMatrix A;
|
|
FMatrix B;
|
|
FMatrix ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * Gets the result of multiplying a Matrix to this.\n\x09 *\n\x09 * @param Other The matrix to multiply this by.\n\x09 * @return The result of multiplication.\n\x09 */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "Matrix * Matrix" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Multiply" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Gets the result of multiplying a Matrix to this.\n\n@param Other The matrix to multiply this by.\n@return The result of multiplication." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_MatrixMatrix constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_MatrixMatrix constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_MatrixMatrix Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_MatrixMatrix_Parms, A), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_MatrixMatrix_Parms, B), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_MatrixMatrix_Parms, ReturnValue), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_MatrixMatrix Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_MatrixMatrix", Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::KismetMathLibrary_eventMultiply_MatrixMatrix_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::KismetMathLibrary_eventMultiply_MatrixMatrix_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_MatrixMatrix)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMatrix*)Z_Param__Result=UKismetMathLibrary::Multiply_MatrixMatrix(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_MatrixMatrix **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_QuatQuat ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_QuatQuat_Parms
|
|
{
|
|
FQuat A;
|
|
FQuat B;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Gets the result of multiplying two quaternions (A * B).\n\x09 *\n\x09 * Order matters when composing quaternions: C = A * B will yield a quaternion C that logically\n\x09 * first applies B then A to any subsequent transformation (right first, then left).\n\x09 *\n\x09 * @param B The Quaternion to multiply by.\n\x09 * @return The result of multiplication (A * B).\n\x09 */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "Quat * Quat" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Multiply" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Gets the result of multiplying two quaternions (A * B).\n\nOrder matters when composing quaternions: C = A * B will yield a quaternion C that logically\nfirst applies B then A to any subsequent transformation (right first, then left).\n\n@param B The Quaternion to multiply by.\n@return The result of multiplication (A * B)." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_QuatQuat constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_QuatQuat constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_QuatQuat Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_QuatQuat_Parms, A), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_QuatQuat_Parms, B), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_QuatQuat_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_QuatQuat Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_QuatQuat", Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::KismetMathLibrary_eventMultiply_QuatQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::KismetMathLibrary_eventMultiply_QuatQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_QuatQuat)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Multiply_QuatQuat(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_QuatQuat ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_RotatorFloat ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_RotatorFloat_Parms
|
|
{
|
|
FRotator A;
|
|
float B;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Returns rotator representing rotator A scaled by B */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "Scale Rotator (Float)" },
|
|
{ "Keywords", "* multiply rotate rotation" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Scale" },
|
|
{ "ToolTip", "Returns rotator representing rotator A scaled by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_RotatorFloat constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_RotatorFloat constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_RotatorFloat Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_RotatorFloat_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_RotatorFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_RotatorFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_RotatorFloat Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_RotatorFloat", Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::KismetMathLibrary_eventMultiply_RotatorFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::KismetMathLibrary_eventMultiply_RotatorFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_RotatorFloat)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::Multiply_RotatorFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_RotatorFloat **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_RotatorInt **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_RotatorInt_Parms
|
|
{
|
|
FRotator A;
|
|
int32 B;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Returns rotator representing rotator A scaled by B */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "Scale Rotator (Integer)" },
|
|
{ "Keywords", "* multiply rotate rotation" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ScaleInteger" },
|
|
{ "ToolTip", "Returns rotator representing rotator A scaled by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_RotatorInt constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_RotatorInt constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_RotatorInt Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_RotatorInt_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_RotatorInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_RotatorInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_RotatorInt Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_RotatorInt", Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::KismetMathLibrary_eventMultiply_RotatorInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::KismetMathLibrary_eventMultiply_RotatorInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_RotatorInt)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::Multiply_RotatorInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_RotatorInt ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_TimespanFloat ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_TimespanFloat_Parms
|
|
{
|
|
FTimespan A;
|
|
float Scalar;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Scalar multiplication (A * s) */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "Timespan * float" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Scalar multiplication (A * s)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_TimespanFloat constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Scalar;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_TimespanFloat constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_TimespanFloat Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_TimespanFloat_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::NewProp_Scalar = { "Scalar", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_TimespanFloat_Parms, Scalar), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_TimespanFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::NewProp_Scalar,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_TimespanFloat Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_TimespanFloat", Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::KismetMathLibrary_eventMultiply_TimespanFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::KismetMathLibrary_eventMultiply_TimespanFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_TimespanFloat)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Scalar);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::Multiply_TimespanFloat(Z_Param_A,Z_Param_Scalar);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_TimespanFloat *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_Vector2DFloat ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_Vector2DFloat_Parms
|
|
{
|
|
FVector2D A;
|
|
double B;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns Vector A scaled by B */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "vector2d * float" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MultiplyFloat" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Returns Vector A scaled by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_Vector2DFloat constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_Vector2DFloat constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_Vector2DFloat Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Vector2DFloat_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Vector2DFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Vector2DFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_Vector2DFloat Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_Vector2DFloat", Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::KismetMathLibrary_eventMultiply_Vector2DFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::KismetMathLibrary_eventMultiply_Vector2DFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_Vector2DFloat)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Multiply_Vector2DFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_Vector2DFloat *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_Vector2DVector2D ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_Vector2DVector2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Element-wise Vector multiplication (Result = {A.x*B.x, A.y*B.y}) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "vector2d * vector2d" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Multiply" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Element-wise Vector multiplication (Result = {A.x*B.x, A.y*B.y})" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_Vector2DVector2D constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_Vector2DVector2D constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_Vector2DVector2D Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Vector2DVector2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Vector2DVector2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Vector2DVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_Vector2DVector2D Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_Vector2DVector2D", Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::KismetMathLibrary_eventMultiply_Vector2DVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::KismetMathLibrary_eventMultiply_Vector2DVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_Vector2DVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Multiply_Vector2DVector2D(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_Vector2DVector2D **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_Vector4Vector4 **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_Vector4Vector4_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Element-wise Vector multiplication (Result = {A.x*B.x, A.y*B.y, A.z*B.z, A.w*B.w}) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "Vector4 * Vector4" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Multiply" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Element-wise Vector multiplication (Result = {A.x*B.x, A.y*B.y, A.z*B.z, A.w*B.w})" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_Vector4Vector4 constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_Vector4Vector4 constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_Vector4Vector4 Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Vector4Vector4_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Vector4Vector4_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_Vector4Vector4_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_Vector4Vector4 Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_Vector4Vector4", Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::KismetMathLibrary_eventMultiply_Vector4Vector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::KismetMathLibrary_eventMultiply_Vector4Vector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_Vector4Vector4)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Multiply_Vector4Vector4(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_Vector4Vector4 ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_VectorFloat *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_VectorFloat_Parms
|
|
{
|
|
FVector A;
|
|
double B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Scales Vector A by B */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "vector * float" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MultiplyFloat" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Scales Vector A by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_VectorFloat constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_VectorFloat constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_VectorFloat Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_VectorFloat_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_VectorFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_VectorFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_VectorFloat Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_VectorFloat", Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::KismetMathLibrary_eventMultiply_VectorFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::KismetMathLibrary_eventMultiply_VectorFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_VectorFloat)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Multiply_VectorFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_VectorFloat ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_VectorInt ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_VectorInt_Parms
|
|
{
|
|
FVector A;
|
|
int32 B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Scales Vector A by B */" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "vector * integer" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MultiplyInt" },
|
|
{ "ToolTip", "Scales Vector A by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_VectorInt constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_VectorInt constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_VectorInt Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_VectorInt_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_VectorInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_VectorInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_VectorInt Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_VectorInt", Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::KismetMathLibrary_eventMultiply_VectorInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::KismetMathLibrary_eventMultiply_VectorInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_VectorInt)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Multiply_VectorInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_VectorInt *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Multiply_VectorVector ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiply_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Element-wise Vector multiplication (Result = {A.x*B.x, A.y*B.y, A.z*B.z}) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "*" },
|
|
{ "DisplayName", "vector * vector" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Multiply" },
|
|
{ "ScriptOperator", "*;*=" },
|
|
{ "ToolTip", "Element-wise Vector multiplication (Result = {A.x*B.x, A.y*B.y, A.z*B.z})" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Multiply_VectorVector constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Multiply_VectorVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Multiply_VectorVector Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiply_VectorVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Multiply_VectorVector Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Multiply_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::KismetMathLibrary_eventMultiply_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::KismetMathLibrary_eventMultiply_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiply_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Multiply_VectorVector(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Multiply_VectorVector **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MultiplyByPi *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiplyByPi_Parms
|
|
{
|
|
double Value;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Multiplies the input value by pi. */" },
|
|
{ "Keywords", "* multiply" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Multiplies the input value by pi." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MultiplyByPi constinit property declarations **************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MultiplyByPi constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MultiplyByPi Property Definitions *************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiplyByPi_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiplyByPi_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::PropPointers) < 2048);
|
|
// ********** End Function MultiplyByPi Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MultiplyByPi", Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::KismetMathLibrary_eventMultiplyByPi_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::KismetMathLibrary_eventMultiplyByPi_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiplyByPi)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Value);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::MultiplyByPi(Z_Param_Value);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MultiplyByPi ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function MultiplyMultiply_FloatFloat ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventMultiplyMultiply_FloatFloat_Parms
|
|
{
|
|
double Base;
|
|
double Exp;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Power (Base to the Exp-th power) */" },
|
|
{ "DisplayName", "Power" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Power (Base to the Exp-th power)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function MultiplyMultiply_FloatFloat constinit property declarations ***********
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Base;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Exp;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function MultiplyMultiply_FloatFloat constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function MultiplyMultiply_FloatFloat Property Definitions **********************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::NewProp_Base = { "Base", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiplyMultiply_FloatFloat_Parms, Base), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::NewProp_Exp = { "Exp", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiplyMultiply_FloatFloat_Parms, Exp), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventMultiplyMultiply_FloatFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::NewProp_Base,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::NewProp_Exp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function MultiplyMultiply_FloatFloat Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "MultiplyMultiply_FloatFloat", Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::KismetMathLibrary_eventMultiplyMultiply_FloatFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::KismetMathLibrary_eventMultiplyMultiply_FloatFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execMultiplyMultiply_FloatFloat)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Base);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Exp);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::MultiplyMultiply_FloatFloat(Z_Param_Base,Z_Param_Exp);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function MultiplyMultiply_FloatFloat ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NearlyEqual_FloatFloat ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNearlyEqual_FloatFloat_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns true if A is nearly equal to B (|A - B| < ErrorTolerance) */" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000001" },
|
|
{ "DisplayName", "Nearly Equal (Float)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is nearly equal to B (|A - B| < ErrorTolerance)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NearlyEqual_FloatFloat constinit property declarations ****************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NearlyEqual_FloatFloat constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NearlyEqual_FloatFloat Property Definitions ***************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNearlyEqual_FloatFloat_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNearlyEqual_FloatFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNearlyEqual_FloatFloat_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNearlyEqual_FloatFloat_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_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(KismetMathLibrary_eventNearlyEqual_FloatFloat_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function NearlyEqual_FloatFloat Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NearlyEqual_FloatFloat", Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::KismetMathLibrary_eventNearlyEqual_FloatFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::KismetMathLibrary_eventNearlyEqual_FloatFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNearlyEqual_FloatFloat)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NearlyEqual_FloatFloat(Z_Param_A,Z_Param_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NearlyEqual_FloatFloat *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NearlyEqual_TransformTransform ***************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms
|
|
{
|
|
FTransform A;
|
|
FTransform B;
|
|
float LocationTolerance;
|
|
float RotationTolerance;
|
|
float Scale3DTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** \n\x09 *\x09Returns true if transform A is nearly equal to B \n\x09 *\x09@param LocationTolerance\x09How close position of transforms need to be to be considered equal\n\x09 *\x09@param RotationTolerance\x09How close rotations of transforms need to be to be considered equal\n\x09 *\x09@param Scale3DTolerance\x09\x09How close scale of transforms need to be to be considered equal\n\x09 */" },
|
|
{ "CPP_Default_LocationTolerance", "0.000100" },
|
|
{ "CPP_Default_RotationTolerance", "0.000100" },
|
|
{ "CPP_Default_Scale3DTolerance", "0.000100" },
|
|
{ "DisplayName", "Nearly Equal (Transform)" },
|
|
{ "Keywords", "== equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNearEqual" },
|
|
{ "ToolTip", "Returns true if transform A is nearly equal to B\n@param LocationTolerance How close position of transforms need to be to be considered equal\n@param RotationTolerance How close rotations of transforms need to be to be considered equal\n@param Scale3DTolerance How close scale of transforms need to be to be considered equal" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NearlyEqual_TransformTransform constinit property declarations ********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_LocationTolerance;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_RotationTolerance;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Scale3DTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NearlyEqual_TransformTransform constinit property declarations **********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NearlyEqual_TransformTransform Property Definitions *******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms, A), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms, B), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_LocationTolerance = { "LocationTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms, LocationTolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_RotationTolerance = { "RotationTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms, RotationTolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_Scale3DTolerance = { "Scale3DTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms, Scale3DTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_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(KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_LocationTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_RotationTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_Scale3DTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function NearlyEqual_TransformTransform Property Definitions *********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NearlyEqual_TransformTransform", Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::KismetMathLibrary_eventNearlyEqual_TransformTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNearlyEqual_TransformTransform)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_LocationTolerance);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_RotationTolerance);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Scale3DTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NearlyEqual_TransformTransform(Z_Param_Out_A,Z_Param_Out_B,Z_Param_LocationTolerance,Z_Param_RotationTolerance,Z_Param_Scale3DTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NearlyEqual_TransformTransform *****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Negated2D ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNegated2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Gets a negated copy of the vector. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Negated" },
|
|
{ "ScriptOperator", "neg" },
|
|
{ "ToolTip", "Gets a negated copy of the vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Negated2D constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Negated2D constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Negated2D Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNegated2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNegated2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Negated2D Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Negated2D", Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::KismetMathLibrary_eventNegated2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::KismetMathLibrary_eventNegated2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Negated2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Negated2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNegated2D)
|
|
{
|
|
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Negated2D(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Negated2D **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NegateRotator ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNegateRotator_Parms
|
|
{
|
|
FRotator A;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Negate a rotator*/" },
|
|
{ "DisplayName", "Invert Rotator" },
|
|
{ "Keywords", "rotate rotation" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Inversed" },
|
|
{ "ScriptOperator", "neg" },
|
|
{ "ToolTip", "Negate a rotator" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NegateRotator constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NegateRotator constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NegateRotator Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNegateRotator_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNegateRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function NegateRotator Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NegateRotator", Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::KismetMathLibrary_eventNegateRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::KismetMathLibrary_eventNegateRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NegateRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NegateRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNegateRotator)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::NegateRotator(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NegateRotator **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NegateVector *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNegateVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Negate a vector. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Negated" },
|
|
{ "ScriptOperator", "neg" },
|
|
{ "ToolTip", "Negate a vector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NegateVector constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NegateVector constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NegateVector Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNegateVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNegateVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function NegateVector Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NegateVector", Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::KismetMathLibrary_eventNegateVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::KismetMathLibrary_eventNegateVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NegateVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NegateVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNegateVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::NegateVector(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NegateVector ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Normal ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNormal_Parms
|
|
{
|
|
FVector A;
|
|
float Tolerance;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Gets a normalized unit copy of the vector, ensuring it is safe to do so based on the length.\n\x09 * Returns zero vector if vector length is too small to safely normalize.\n\x09 *\n\x09 * @param Tolerance Minimum squared vector length.\n\x09 * @return A normalized copy if safe, (0,0,0) otherwise.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Normalize" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Normal" },
|
|
{ "ToolTip", "Gets a normalized unit copy of the vector, ensuring it is safe to do so based on the length.\nReturns zero vector if vector length is too small to safely normalize.\n\n@param Tolerance Minimum squared vector length.\n@return A normalized copy if safe, (0,0,0) otherwise." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Normal constinit property declarations ********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Normal constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Normal Property Definitions *******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormal_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormal_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormal_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::PropPointers) < 2048);
|
|
// ********** End Function Normal Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Normal", Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::KismetMathLibrary_eventNormal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::KismetMathLibrary_eventNormal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Normal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Normal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNormal)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Normal(Z_Param_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Normal *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Normal2D *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNormal2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns a unit normal version of the 2D vector */" },
|
|
{ "DisplayName", "Normalize 2D" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NormalUnsafe" },
|
|
{ "ToolTip", "Returns a unit normal version of the 2D vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Normal2D constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Normal2D constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Normal2D Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormal2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormal2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Normal2D Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Normal2D", Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::KismetMathLibrary_eventNormal2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::KismetMathLibrary_eventNormal2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Normal2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Normal2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNormal2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Normal2D(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Normal2D ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Normalize2D **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNormalize2D_Parms
|
|
{
|
|
FVector2D A;
|
|
float Tolerance;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Normalize this vector in-place if it is large enough, set it to (0,0) otherwise.\n\x09 *\n\x09 * @param Tolerance Minimum squared length of vector for normalization.\n\x09 * @see NormalSafe2D()\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000000" },
|
|
{ "DisplayName", "Normalize In Place (Vector2D)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Normalize" },
|
|
{ "ToolTip", "Normalize this vector in-place if it is large enough, set it to (0,0) otherwise.\n\n@param Tolerance Minimum squared length of vector for normalization.\n@see NormalSafe2D()" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Normalize2D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Normalize2D constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Normalize2D Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalize2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalize2D_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::NewProp_Tolerance,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Normalize2D Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Normalize2D", Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::KismetMathLibrary_eventNormalize2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::KismetMathLibrary_eventNormalize2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Normalize2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Normalize2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNormalize2D)
|
|
{
|
|
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Normalize2D(Z_Param_Out_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Normalize2D ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NormalizeAxis ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNormalizeAxis_Parms
|
|
{
|
|
float Angle;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/**\n\x09* Clamps an angle to the range of [-180, 180].\n\x09*\n\x09* @param Angle The Angle to clamp.\n\x09* @return The clamped angle.\n\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Clamps an angle to the range of [-180, 180].\n\n@param Angle The Angle to clamp.\n@return The clamped angle." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NormalizeAxis constinit property declarations *************************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Angle;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NormalizeAxis constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NormalizeAxis Property Definitions ************************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::NewProp_Angle = { "Angle", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalizeAxis_Parms, Angle), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalizeAxis_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::NewProp_Angle,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::PropPointers) < 2048);
|
|
// ********** End Function NormalizeAxis Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NormalizeAxis", Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::KismetMathLibrary_eventNormalizeAxis_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::KismetMathLibrary_eventNormalizeAxis_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNormalizeAxis)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Angle);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::NormalizeAxis(Z_Param_Angle);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NormalizeAxis **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NormalizedDeltaRotator ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNormalizedDeltaRotator_Parms
|
|
{
|
|
FRotator A;
|
|
FRotator B;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Normalized A-B */" },
|
|
{ "DisplayName", "Delta (Rotator)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Delta" },
|
|
{ "ToolTip", "Normalized A-B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NormalizedDeltaRotator constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NormalizedDeltaRotator constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NormalizedDeltaRotator Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalizedDeltaRotator_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalizedDeltaRotator_Parms, B), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalizedDeltaRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function NormalizedDeltaRotator Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NormalizedDeltaRotator", Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::KismetMathLibrary_eventNormalizedDeltaRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::KismetMathLibrary_eventNormalizedDeltaRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNormalizedDeltaRotator)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_STRUCT(FRotator,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::NormalizedDeltaRotator(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NormalizedDeltaRotator *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NormalizeToRange *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNormalizeToRange_Parms
|
|
{
|
|
double Value;
|
|
double RangeMin;
|
|
double RangeMax;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns Value normalized to the given range. (e.g. 20 normalized to the range 10->50 would result in 0.25) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns Value normalized to the given range. (e.g. 20 normalized to the range 10->50 would result in 0.25)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NormalizeToRange constinit property declarations **********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_RangeMin;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_RangeMax;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NormalizeToRange constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NormalizeToRange Property Definitions *********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalizeToRange_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::NewProp_RangeMin = { "RangeMin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalizeToRange_Parms, RangeMin), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::NewProp_RangeMax = { "RangeMax", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalizeToRange_Parms, RangeMax), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalizeToRange_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::NewProp_RangeMin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::NewProp_RangeMax,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::PropPointers) < 2048);
|
|
// ********** End Function NormalizeToRange Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NormalizeToRange", Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::KismetMathLibrary_eventNormalizeToRange_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::KismetMathLibrary_eventNormalizeToRange_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNormalizeToRange)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Value);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_RangeMin);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_RangeMax);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::NormalizeToRange(Z_Param_Value,Z_Param_RangeMin,Z_Param_RangeMax);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NormalizeToRange *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NormalSafe2D *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNormalSafe2D_Parms
|
|
{
|
|
FVector2D A;
|
|
float Tolerance;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Gets a normalized copy of the vector, checking it is safe to do so based on the length.\n\x09 * Returns zero vector if vector length is too small to safely normalize.\n\x09 *\n\x09 * @param Tolerance Minimum squared length of vector for normalization.\n\x09 * @return A normalized copy of the vector if safe, (0,0) otherwise.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000000" },
|
|
{ "DisplayName", "Normal Safe (Vector2D)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Normal" },
|
|
{ "ToolTip", "Gets a normalized copy of the vector, checking it is safe to do so based on the length.\nReturns zero vector if vector length is too small to safely normalize.\n\n@param Tolerance Minimum squared length of vector for normalization.\n@return A normalized copy of the vector if safe, (0,0) otherwise." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NormalSafe2D constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NormalSafe2D constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NormalSafe2D Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalSafe2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalSafe2D_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNormalSafe2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function NormalSafe2D Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NormalSafe2D", Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::KismetMathLibrary_eventNormalSafe2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::KismetMathLibrary_eventNormalSafe2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNormalSafe2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::NormalSafe2D(Z_Param_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NormalSafe2D ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Not_Int **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNot_Int_Parms
|
|
{
|
|
int32 A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Bitwise NOT (~A) */" },
|
|
{ "CompactNodeTitle", "~" },
|
|
{ "DisplayName", "Bitwise NOT" },
|
|
{ "Keywords", "~ not" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Bitwise NOT (~A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Not_Int constinit property declarations *******************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Not_Int constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Not_Int Property Definitions ******************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNot_Int_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNot_Int_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::PropPointers) < 2048);
|
|
// ********** End Function Not_Int Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Not_Int", Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::KismetMathLibrary_eventNot_Int_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::KismetMathLibrary_eventNot_Int_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Not_Int()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Not_Int_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNot_Int)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Not_Int(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Not_Int ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Not_Int64 ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNot_Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Bitwise NOT (~A) */" },
|
|
{ "CompactNodeTitle", "~" },
|
|
{ "DisplayName", "Bitwise NOT" },
|
|
{ "Keywords", "~ not" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Bitwise NOT (~A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Not_Int64 constinit property declarations *****************************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Not_Int64 constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Not_Int64 Property Definitions ****************************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNot_Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNot_Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Not_Int64 Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Not_Int64", Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::KismetMathLibrary_eventNot_Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::KismetMathLibrary_eventNot_Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Not_Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Not_Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNot_Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Not_Int64(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Not_Int64 **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Not_PreBool **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNot_PreBool_Parms
|
|
{
|
|
bool A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Boolean" },
|
|
{ "Comment", "/** Returns the logical complement of the Boolean value (NOT A) */" },
|
|
{ "CompactNodeTitle", "NOT" },
|
|
{ "DisplayName", "NOT Boolean" },
|
|
{ "Keywords", "! not negate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the logical complement of the Boolean value (NOT A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Not_PreBool constinit property declarations ***************************
|
|
static void NewProp_A_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Not_PreBool constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Not_PreBool Property Definitions **************************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::NewProp_A_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNot_PreBool_Parms*)Obj)->A = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventNot_PreBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::NewProp_A_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNot_PreBool_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_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(KismetMathLibrary_eventNot_PreBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::PropPointers) < 2048);
|
|
// ********** End Function Not_PreBool Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Not_PreBool", Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::KismetMathLibrary_eventNot_PreBool_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::KismetMathLibrary_eventNot_PreBool_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNot_PreBool)
|
|
{
|
|
P_GET_UBOOL(Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Not_PreBool(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Not_PreBool ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_BoolBool ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_BoolBool_Parms
|
|
{
|
|
bool A;
|
|
bool B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Boolean" },
|
|
{ "Comment", "/** Returns true if the values are not equal (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (Boolean)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if the values are not equal (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_BoolBool constinit property declarations *********************
|
|
static void NewProp_A_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_A;
|
|
static void NewProp_B_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_BoolBool constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_BoolBool Property Definitions ********************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_A_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_BoolBool_Parms*)Obj)->A = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventNotEqual_BoolBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_A_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_B_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_BoolBool_Parms*)Obj)->B = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventNotEqual_BoolBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_B_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_BoolBool_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_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(KismetMathLibrary_eventNotEqual_BoolBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_BoolBool Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_BoolBool", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::KismetMathLibrary_eventNotEqual_BoolBool_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::KismetMathLibrary_eventNotEqual_BoolBool_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_BoolBool)
|
|
{
|
|
P_GET_UBOOL(Z_Param_A);
|
|
P_GET_UBOOL(Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_BoolBool(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_BoolBool ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_ByteByte ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Returns true if A is not equal to B (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (Byte)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is not equal to B (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_ByteByte constinit property declarations *********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_ByteByte constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_ByteByte Property Definitions ********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_ByteByte_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_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(KismetMathLibrary_eventNotEqual_ByteByte_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_ByteByte Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::KismetMathLibrary_eventNotEqual_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::KismetMathLibrary_eventNotEqual_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_ByteByte ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_ClassClass **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_ClassClass_Parms
|
|
{
|
|
UClass* A;
|
|
UClass* B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities" },
|
|
{ "Comment", "/** Returns true if A and B are not equal (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (Class)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A and B are not equal (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_ClassClass constinit property declarations *******************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_ClassClass constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_ClassClass Property Definitions ******************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_ClassClass_Parms, A), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_ClassClass_Parms, B), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_ClassClass_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_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(KismetMathLibrary_eventNotEqual_ClassClass_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_ClassClass Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_ClassClass", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::KismetMathLibrary_eventNotEqual_ClassClass_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::KismetMathLibrary_eventNotEqual_ClassClass_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_ClassClass)
|
|
{
|
|
P_GET_OBJECT(UClass,Z_Param_A);
|
|
P_GET_OBJECT(UClass,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_ClassClass(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_ClassClass ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_DateTimeDateTime ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_DateTimeDateTime_Parms
|
|
{
|
|
FDateTime A;
|
|
FDateTime B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns true if the values are not equal (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (DateTime)" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if the values are not equal (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_DateTimeDateTime constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_DateTimeDateTime constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_DateTimeDateTime Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_DateTimeDateTime_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_DateTimeDateTime_Parms, B), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_DateTimeDateTime_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_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(KismetMathLibrary_eventNotEqual_DateTimeDateTime_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_DateTimeDateTime Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_DateTimeDateTime", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::KismetMathLibrary_eventNotEqual_DateTimeDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::KismetMathLibrary_eventNotEqual_DateTimeDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_DateTimeDateTime)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FDateTime,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_DateTimeDateTime(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_DateTimeDateTime **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_DoubleDouble ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns true if A does not equal B (A != B)*/" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (Float)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A does not equal B (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_DoubleDouble constinit property declarations *****************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_DoubleDouble constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_DoubleDouble Property Definitions ****************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_DoubleDouble_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_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(KismetMathLibrary_eventNotEqual_DoubleDouble_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_DoubleDouble Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::KismetMathLibrary_eventNotEqual_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::KismetMathLibrary_eventNotEqual_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_DoubleDouble **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_Int64Int64 **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Returns true if A is not equal to B (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (Integer64)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is not equal to B (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_Int64Int64 constinit property declarations *******************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_Int64Int64 constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_Int64Int64 Property Definitions ******************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_Int64Int64_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_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(KismetMathLibrary_eventNotEqual_Int64Int64_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_Int64Int64 Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::KismetMathLibrary_eventNotEqual_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::KismetMathLibrary_eventNotEqual_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_Int64Int64 ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_IntInt ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns true if A is not equal to B (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (Integer)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A is not equal to B (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_IntInt constinit property declarations ***********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_IntInt constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_IntInt Property Definitions **********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_IntInt_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_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(KismetMathLibrary_eventNotEqual_IntInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_IntInt Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_IntInt", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::KismetMathLibrary_eventNotEqual_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::KismetMathLibrary_eventNotEqual_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_IntInt ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_IntPointIntPoint ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_IntPointIntPoint_Parms
|
|
{
|
|
FIntPoint A;
|
|
FIntPoint B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Returns true if IntPoint A is NOT equal to IntPoint B (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (IntPoint)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NotEqual" },
|
|
{ "ScriptOperator", "!=" },
|
|
{ "ToolTip", "Returns true if IntPoint A is NOT equal to IntPoint B (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_IntPointIntPoint constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_IntPointIntPoint constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_IntPointIntPoint Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_IntPointIntPoint_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_IntPointIntPoint_Parms, B), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_IntPointIntPoint_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_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(KismetMathLibrary_eventNotEqual_IntPointIntPoint_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_IntPointIntPoint Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_IntPointIntPoint", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::KismetMathLibrary_eventNotEqual_IntPointIntPoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::KismetMathLibrary_eventNotEqual_IntPointIntPoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_IntPointIntPoint)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_STRUCT(FIntPoint,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_IntPointIntPoint(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_IntPointIntPoint **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_LinearColorLinearColor **************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_LinearColorLinearColor_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Returns true if linear color A is not equal to linear color B (A != B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (LinearColor)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NotEqual" },
|
|
{ "ScriptOperator", "!=" },
|
|
{ "ToolTip", "Returns true if linear color A is not equal to linear color B (A != B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_LinearColorLinearColor constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_LinearColorLinearColor constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_LinearColorLinearColor Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_LinearColorLinearColor_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_LinearColorLinearColor_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_LinearColorLinearColor_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_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(KismetMathLibrary_eventNotEqual_LinearColorLinearColor_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_LinearColorLinearColor Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_LinearColorLinearColor", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::KismetMathLibrary_eventNotEqual_LinearColorLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::KismetMathLibrary_eventNotEqual_LinearColorLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_LinearColorLinearColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_LinearColorLinearColor(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_LinearColorLinearColor ****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_MatrixMatrix ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventNotEqual_MatrixMatrix_Parms
|
|
{
|
|
FMatrix A;
|
|
FMatrix B;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Matrix" },
|
|
{ "Comment", "/**\n\x09 * Checks whether another Matrix is not equal to this, within specified tolerance.\n\x09 *\n\x09 * @param Other The other Matrix.\n\x09 * @return true if two Matrix are not equal, within specified tolerance, otherwise false.\n\x09 */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Not Equal (Matrix)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NotEqual" },
|
|
{ "ScriptOperator", "!=" },
|
|
{ "ToolTip", "Checks whether another Matrix is not equal to this, within specified tolerance.\n\n@param Other The other Matrix.\n@return true if two Matrix are not equal, within specified tolerance, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_MatrixMatrix constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_MatrixMatrix constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_MatrixMatrix Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_MatrixMatrix_Parms, A), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_MatrixMatrix_Parms, B), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_MatrixMatrix_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_MatrixMatrix_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_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(KismetMathLibrary_eventNotEqual_MatrixMatrix_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_MatrixMatrix Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_MatrixMatrix", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::KismetMathLibrary_eventNotEqual_MatrixMatrix_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::KismetMathLibrary_eventNotEqual_MatrixMatrix_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_MatrixMatrix)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_MatrixMatrix(Z_Param_Out_A,Z_Param_Out_B,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_MatrixMatrix **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_NameName ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_NameName_Parms
|
|
{
|
|
FName A;
|
|
FName B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|Name" },
|
|
{ "Comment", "/** Returns true if A and B are not equal (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (Name)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A and B are not equal (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_NameName constinit property declarations *********************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_NameName constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_NameName Property Definitions ********************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_NameName_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_NameName_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_NameName_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_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(KismetMathLibrary_eventNotEqual_NameName_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_NameName Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_NameName", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::KismetMathLibrary_eventNotEqual_NameName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::KismetMathLibrary_eventNotEqual_NameName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_NameName)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_NameName(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_NameName ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_ObjectObject ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_ObjectObject_Parms
|
|
{
|
|
UObject* A;
|
|
UObject* B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities" },
|
|
{ "Comment", "/** Returns true if A and B are not equal (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (Object)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if A and B are not equal (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_ObjectObject constinit property declarations *****************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_ObjectObject constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_ObjectObject Property Definitions ****************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_ObjectObject_Parms, A), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_ObjectObject_Parms, B), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_ObjectObject_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_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(KismetMathLibrary_eventNotEqual_ObjectObject_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_ObjectObject Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_ObjectObject", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::KismetMathLibrary_eventNotEqual_ObjectObject_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::KismetMathLibrary_eventNotEqual_ObjectObject_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_ObjectObject)
|
|
{
|
|
P_GET_OBJECT(UObject,Z_Param_A);
|
|
P_GET_OBJECT(UObject,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_ObjectObject(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_ObjectObject **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_QuatQuat ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_QuatQuat_Parms
|
|
{
|
|
FQuat A;
|
|
FQuat B;
|
|
float ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Returns true if Quat A is not equal to Quat B (A != B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000100" },
|
|
{ "DisplayName", "Not Equal (Quat)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NotEqual" },
|
|
{ "ScriptOperator", "!=" },
|
|
{ "ToolTip", "Returns true if Quat A is not equal to Quat B (A != B) within a specified error tolerance" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_QuatQuat constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_QuatQuat constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_QuatQuat Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_QuatQuat_Parms, A), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_QuatQuat_Parms, B), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_QuatQuat_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_QuatQuat_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_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(KismetMathLibrary_eventNotEqual_QuatQuat_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_QuatQuat Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_QuatQuat", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::KismetMathLibrary_eventNotEqual_QuatQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::KismetMathLibrary_eventNotEqual_QuatQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_QuatQuat)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_QuatQuat(Z_Param_Out_A,Z_Param_Out_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_QuatQuat ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_RotatorRotator **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_RotatorRotator_Parms
|
|
{
|
|
FRotator A;
|
|
FRotator B;
|
|
float ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Returns true if rotator A is not equal to rotator B (A != B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000100" },
|
|
{ "DisplayName", "Not Equal (Rotator)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNotNearEqual" },
|
|
{ "ScriptOperator", "!=" },
|
|
{ "ToolTip", "Returns true if rotator A is not equal to rotator B (A != B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_RotatorRotator constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_RotatorRotator constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_RotatorRotator Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_RotatorRotator_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_RotatorRotator_Parms, B), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_RotatorRotator_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_RotatorRotator_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_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(KismetMathLibrary_eventNotEqual_RotatorRotator_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_RotatorRotator Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_RotatorRotator", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::KismetMathLibrary_eventNotEqual_RotatorRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::KismetMathLibrary_eventNotEqual_RotatorRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_RotatorRotator)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_STRUCT(FRotator,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_RotatorRotator(Z_Param_A,Z_Param_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_RotatorRotator ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_TimespanTimespan ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_TimespanTimespan_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns true if the values are not equal (A != B) */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "DisplayName", "Not Equal (Timespan)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns true if the values are not equal (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_TimespanTimespan constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_TimespanTimespan constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_TimespanTimespan Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_TimespanTimespan_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_TimespanTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_TimespanTimespan_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_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(KismetMathLibrary_eventNotEqual_TimespanTimespan_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_TimespanTimespan Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_TimespanTimespan", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::KismetMathLibrary_eventNotEqual_TimespanTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::KismetMathLibrary_eventNotEqual_TimespanTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_TimespanTimespan)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_TimespanTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_TimespanTimespan **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_Vector2DVector2D ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_Vector2DVector2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
float ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns true if vector2D A is not equal to vector2D B (A != B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000100" },
|
|
{ "DisplayName", "Not Equal (Vector2D)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNotNearEqual" },
|
|
{ "ToolTip", "Returns true if vector2D A is not equal to vector2D B (A != B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_Vector2DVector2D constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_Vector2DVector2D constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_Vector2DVector2D Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_Vector2DVector2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_Vector2DVector2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_Vector2DVector2D_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_Vector2DVector2D_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_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(KismetMathLibrary_eventNotEqual_Vector2DVector2D_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_Vector2DVector2D Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_Vector2DVector2D", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::KismetMathLibrary_eventNotEqual_Vector2DVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::KismetMathLibrary_eventNotEqual_Vector2DVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_Vector2DVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_Vector2DVector2D(Z_Param_A,Z_Param_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_Vector2DVector2D **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_Vector4Vector4 **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_Vector4Vector4_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
float ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns true if vector A is not equal to vector B (A != B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000100" },
|
|
{ "DisplayName", "Not Equal (Vector4)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNotNearEqual" },
|
|
{ "ToolTip", "Returns true if vector A is not equal to vector B (A != B) within a specified error tolerance" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_Vector4Vector4 constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_Vector4Vector4 constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_Vector4Vector4 Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_Vector4Vector4_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_Vector4Vector4_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_Vector4Vector4_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_Vector4Vector4_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_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(KismetMathLibrary_eventNotEqual_Vector4Vector4_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_Vector4Vector4 Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_Vector4Vector4", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::KismetMathLibrary_eventNotEqual_Vector4Vector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::KismetMathLibrary_eventNotEqual_Vector4Vector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_Vector4Vector4)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_Vector4Vector4(Z_Param_Out_A,Z_Param_Out_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_Vector4Vector4 ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqual_VectorVector ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqual_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
float ErrorTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns true if vector A is not equal to vector B (A != B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "!=" },
|
|
{ "CPP_Default_ErrorTolerance", "0.000100" },
|
|
{ "DisplayName", "Not Equal (Vector)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNotNearEqual" },
|
|
{ "ToolTip", "Returns true if vector A is not equal to vector B (A != B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqual_VectorVector constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ErrorTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqual_VectorVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqual_VectorVector Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::NewProp_ErrorTolerance = { "ErrorTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqual_VectorVector_Parms, ErrorTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqual_VectorVector_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_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(KismetMathLibrary_eventNotEqual_VectorVector_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::NewProp_ErrorTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqual_VectorVector Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqual_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::KismetMathLibrary_eventNotEqual_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::KismetMathLibrary_eventNotEqual_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqual_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ErrorTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqual_VectorVector(Z_Param_A,Z_Param_B,Z_Param_ErrorTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqual_VectorVector **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqualExactly_Vector2DVector2D *************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqualExactly_Vector2DVector2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns true if vector2D A is not equal to vector2D B (A != B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "!==" },
|
|
{ "DisplayName", "Not Equal Exactly (Vector2D)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NotEqual" },
|
|
{ "ScriptOperator", "!=" },
|
|
{ "ToolTip", "Returns true if vector2D A is not equal to vector2D B (A != B) within a specified error tolerance" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqualExactly_Vector2DVector2D constinit property declarations ******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqualExactly_Vector2DVector2D constinit property declarations ********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqualExactly_Vector2DVector2D Property Definitions *****************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqualExactly_Vector2DVector2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqualExactly_Vector2DVector2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqualExactly_Vector2DVector2D_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_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(KismetMathLibrary_eventNotEqualExactly_Vector2DVector2D_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqualExactly_Vector2DVector2D Property Definitions *******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqualExactly_Vector2DVector2D", Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::KismetMathLibrary_eventNotEqualExactly_Vector2DVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::KismetMathLibrary_eventNotEqualExactly_Vector2DVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqualExactly_Vector2DVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqualExactly_Vector2DVector2D(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqualExactly_Vector2DVector2D ***************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqualExactly_Vector4Vector4 ***************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqualExactly_Vector4Vector4_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns true if vector A is not equal to vector B (A != B) within a specified error tolerance */" },
|
|
{ "CompactNodeTitle", "!==" },
|
|
{ "DisplayName", "Not Equal Exactly (Vector4)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NotEqual" },
|
|
{ "ScriptOperator", "!=" },
|
|
{ "ToolTip", "Returns true if vector A is not equal to vector B (A != B) within a specified error tolerance" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqualExactly_Vector4Vector4 constinit property declarations ********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqualExactly_Vector4Vector4 constinit property declarations **********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqualExactly_Vector4Vector4 Property Definitions *******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqualExactly_Vector4Vector4_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqualExactly_Vector4Vector4_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqualExactly_Vector4Vector4_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_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(KismetMathLibrary_eventNotEqualExactly_Vector4Vector4_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqualExactly_Vector4Vector4 Property Definitions *********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqualExactly_Vector4Vector4", Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::KismetMathLibrary_eventNotEqualExactly_Vector4Vector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::KismetMathLibrary_eventNotEqualExactly_Vector4Vector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqualExactly_Vector4Vector4)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqualExactly_Vector4Vector4(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqualExactly_Vector4Vector4 *****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function NotEqualExactly_VectorVector *****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNotEqualExactly_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns true if vector A is not equal to vector B (A != B) */" },
|
|
{ "CompactNodeTitle", "!==" },
|
|
{ "DisplayName", "Not Equal Exactly (Vector)" },
|
|
{ "Keywords", "!= not equal" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NotEqual" },
|
|
{ "ScriptOperator", "!=" },
|
|
{ "ToolTip", "Returns true if vector A is not equal to vector B (A != B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function NotEqualExactly_VectorVector constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function NotEqualExactly_VectorVector constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function NotEqualExactly_VectorVector Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqualExactly_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNotEqualExactly_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventNotEqualExactly_VectorVector_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_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(KismetMathLibrary_eventNotEqualExactly_VectorVector_Parms), &Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function NotEqualExactly_VectorVector Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "NotEqualExactly_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::KismetMathLibrary_eventNotEqualExactly_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::KismetMathLibrary_eventNotEqualExactly_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNotEqualExactly_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::NotEqualExactly_VectorVector(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function NotEqualExactly_VectorVector *******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Now ******************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Now_Statics
|
|
{
|
|
struct KismetMathLibrary_eventNow_Parms
|
|
{
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the local date and time on this computer */" },
|
|
{ "DisplayName", "Now" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the local date and time on this computer" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Now constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Now constinit property declarations *************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Now Property Definitions **********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventNow_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::PropPointers) < 2048);
|
|
// ********** End Function Now Property Definitions ************************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Now", Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::KismetMathLibrary_eventNow_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::KismetMathLibrary_eventNow_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Now()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Now_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execNow)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::Now();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Now ********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Or_Int64Int64 ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventOr_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Bitwise OR (A | B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "|" },
|
|
{ "DisplayName", "Bitwise OR" },
|
|
{ "Keywords", "| or" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Bitwise OR (A | B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Or_Int64Int64 constinit property declarations *************************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Or_Int64Int64 constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Or_Int64Int64 Property Definitions ************************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventOr_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventOr_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventOr_Int64Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Or_Int64Int64 Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Or_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::KismetMathLibrary_eventOr_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::KismetMathLibrary_eventOr_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execOr_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Or_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Or_Int64Int64 **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Or_IntInt ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventOr_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Bitwise OR (A | B) */" },
|
|
{ "CommutativeAssociativeBinaryOperator", "true" },
|
|
{ "CompactNodeTitle", "|" },
|
|
{ "DisplayName", "Bitwise OR" },
|
|
{ "Keywords", "| or" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Bitwise OR (A | B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Or_IntInt constinit property declarations *****************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Or_IntInt constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Or_IntInt Property Definitions ****************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventOr_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventOr_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventOr_IntInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Or_IntInt Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Or_IntInt", Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::KismetMathLibrary_eventOr_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::KismetMathLibrary_eventOr_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execOr_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Or_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Or_IntInt **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Percent_ByteByte *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventPercent_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Modulo (A % B) */" },
|
|
{ "CompactNodeTitle", "%" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "% (Byte)" },
|
|
{ "Keywords", "% modulus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Modulo (A % B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Percent_ByteByte constinit property declarations **********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Percent_ByteByte constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Percent_ByteByte Property Definitions *********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_ByteByte_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Percent_ByteByte Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Percent_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::KismetMathLibrary_eventPercent_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::KismetMathLibrary_eventPercent_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execPercent_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::Percent_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Percent_ByteByte *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Percent_FloatFloat ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventPercent_FloatFloat_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Modulo (A % B) */" },
|
|
{ "CompactNodeTitle", "%" },
|
|
{ "CPP_Default_B", "1.000000" },
|
|
{ "CustomThunk", "true" },
|
|
{ "DisplayName", "% (Float)" },
|
|
{ "Keywords", "% modulus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Modulo (A % B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Percent_FloatFloat constinit property declarations ********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Percent_FloatFloat constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Percent_FloatFloat Property Definitions *******************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_FloatFloat_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_FloatFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_FloatFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Percent_FloatFloat Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Percent_FloatFloat", Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::KismetMathLibrary_eventPercent_FloatFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::KismetMathLibrary_eventPercent_FloatFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Percent_FloatFloat *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Percent_Int64Int64 ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventPercent_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Modulo (A % B) */" },
|
|
{ "CompactNodeTitle", "%" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "% (integer64)" },
|
|
{ "Keywords", "% modulus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Modulo (A % B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Percent_Int64Int64 constinit property declarations ********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Percent_Int64Int64 constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Percent_Int64Int64 Property Definitions *******************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_Int64Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Percent_Int64Int64 Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Percent_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::KismetMathLibrary_eventPercent_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::KismetMathLibrary_eventPercent_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execPercent_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Percent_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Percent_Int64Int64 *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Percent_IntInt *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventPercent_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Modulo (A % B) */" },
|
|
{ "CompactNodeTitle", "%" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "% (Integer)" },
|
|
{ "Keywords", "% modulus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Modulo (A % B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Percent_IntInt constinit property declarations ************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Percent_IntInt constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Percent_IntInt Property Definitions ***********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPercent_IntInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Percent_IntInt Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Percent_IntInt", Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::KismetMathLibrary_eventPercent_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::KismetMathLibrary_eventPercent_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execPercent_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Percent_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Percent_IntInt *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function PerlinNoise1D ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventPerlinNoise1D_Parms
|
|
{
|
|
float Value;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/**\n\x09 * Generates a 1D Perlin noise from the given value. Returns a continuous random value between -1.0 and 1.0.\n\x09 *\n\x09 * @param\x09Value\x09The input value that Perlin noise will be generated from. This is usually a steadily incrementing time value.\n\x09 *\n\x09 * @return\x09Perlin noise in the range of -1.0 to 1.0\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Generates a 1D Perlin noise from the given value. Returns a continuous random value between -1.0 and 1.0.\n\n@param Value The input value that Perlin noise will be generated from. This is usually a steadily incrementing time value.\n\n@return Perlin noise in the range of -1.0 to 1.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Value_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function PerlinNoise1D constinit property declarations *************************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function PerlinNoise1D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function PerlinNoise1D Property Definitions ************************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPerlinNoise1D_Parms, Value), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Value_MetaData), NewProp_Value_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPerlinNoise1D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::PropPointers) < 2048);
|
|
// ********** End Function PerlinNoise1D Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "PerlinNoise1D", Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::KismetMathLibrary_eventPerlinNoise1D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::KismetMathLibrary_eventPerlinNoise1D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execPerlinNoise1D)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Value);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::PerlinNoise1D(Z_Param_Value);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function PerlinNoise1D **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function PointsAreCoplanar ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics
|
|
{
|
|
struct KismetMathLibrary_eventPointsAreCoplanar_Parms
|
|
{
|
|
TArray<FVector> Points;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Geometry" },
|
|
{ "Comment", "/**\n\x09 * Determines whether a given set of points are coplanar, with a tolerance. Any three points or less are always coplanar.\n\x09 *\n\x09 * @param Points - The set of points to determine coplanarity for.\n\x09 * @param Tolerance - Larger numbers means more variance is allowed.\n\x09 *\n\x09 * @return Whether the points are relatively coplanar, based on the tolerance\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.100000" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Determines whether a given set of points are coplanar, with a tolerance. Any three points or less are always coplanar.\n\n@param Points - The set of points to determine coplanarity for.\n@param Tolerance - Larger numbers means more variance is allowed.\n\n@return Whether the points are relatively coplanar, based on the tolerance" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Points_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function PointsAreCoplanar constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Points_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Points;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function PointsAreCoplanar constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function PointsAreCoplanar Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::NewProp_Points_Inner = { "Points", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::NewProp_Points = { "Points", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPointsAreCoplanar_Parms, Points), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Points_MetaData), NewProp_Points_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventPointsAreCoplanar_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventPointsAreCoplanar_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_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(KismetMathLibrary_eventPointsAreCoplanar_Parms), &Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::NewProp_Points_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::NewProp_Points,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::PropPointers) < 2048);
|
|
// ********** End Function PointsAreCoplanar Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "PointsAreCoplanar", Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::KismetMathLibrary_eventPointsAreCoplanar_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::KismetMathLibrary_eventPointsAreCoplanar_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execPointsAreCoplanar)
|
|
{
|
|
P_GET_TARRAY_REF(FVector,Z_Param_Out_Points);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::PointsAreCoplanar(Z_Param_Out_Points,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function PointsAreCoplanar ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ProjectPointOnToPlane ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics
|
|
{
|
|
struct KismetMathLibrary_eventProjectPointOnToPlane_Parms
|
|
{
|
|
FVector Point;
|
|
FVector PlaneBase;
|
|
FVector PlaneNormal;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Projects/snaps a point onto a plane defined by a point on the plane and a plane normal.\n\x09 *\n\x09 * @param Point Point to project onto the plane.\n\x09 * @param PlaneBase A point on the plane.\n\x09 * @param PlaneNormal Normal of the plane.\n\x09 * @return Point projected onto the plane.\n\x09 */" },
|
|
{ "Keywords", "Project" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ProjectPointOnToPlane" },
|
|
{ "ToolTip", "Projects/snaps a point onto a plane defined by a point on the plane and a plane normal.\n\n@param Point Point to project onto the plane.\n@param PlaneBase A point on the plane.\n@param PlaneNormal Normal of the plane.\n@return Point projected onto the plane." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ProjectPointOnToPlane constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PlaneBase;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PlaneNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ProjectPointOnToPlane constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ProjectPointOnToPlane Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectPointOnToPlane_Parms, Point), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::NewProp_PlaneBase = { "PlaneBase", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectPointOnToPlane_Parms, PlaneBase), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::NewProp_PlaneNormal = { "PlaneNormal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectPointOnToPlane_Parms, PlaneNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectPointOnToPlane_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::NewProp_Point,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::NewProp_PlaneBase,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::NewProp_PlaneNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::PropPointers) < 2048);
|
|
// ********** End Function ProjectPointOnToPlane Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ProjectPointOnToPlane", Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::KismetMathLibrary_eventProjectPointOnToPlane_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::KismetMathLibrary_eventProjectPointOnToPlane_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execProjectPointOnToPlane)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Point);
|
|
P_GET_STRUCT(FVector,Z_Param_PlaneBase);
|
|
P_GET_STRUCT(FVector,Z_Param_PlaneNormal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::ProjectPointOnToPlane(Z_Param_Point,Z_Param_PlaneBase,Z_Param_PlaneNormal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ProjectPointOnToPlane **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ProjectVectorOnToPlane ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics
|
|
{
|
|
struct KismetMathLibrary_eventProjectVectorOnToPlane_Parms
|
|
{
|
|
FVector V;
|
|
FVector PlaneNormal;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09* Projects a vector onto a plane defined by a normalized vector (PlaneNormal).\n\x09*\n\x09* @param V Vector to project onto the plane.\n\x09* @param PlaneNormal Normal of the plane.\n\x09* @return Vector projected onto the plane.\n\x09*/" },
|
|
{ "Keywords", "Project" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ProjectOnToPlane" },
|
|
{ "ToolTip", "Projects a vector onto a plane defined by a normalized vector (PlaneNormal).\n\n@param V Vector to project onto the plane.\n@param PlaneNormal Normal of the plane.\n@return Vector projected onto the plane." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ProjectVectorOnToPlane constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PlaneNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ProjectVectorOnToPlane constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ProjectVectorOnToPlane Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectVectorOnToPlane_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::NewProp_PlaneNormal = { "PlaneNormal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectVectorOnToPlane_Parms, PlaneNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectVectorOnToPlane_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::NewProp_PlaneNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::PropPointers) < 2048);
|
|
// ********** End Function ProjectVectorOnToPlane Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ProjectVectorOnToPlane", Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::KismetMathLibrary_eventProjectVectorOnToPlane_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::KismetMathLibrary_eventProjectVectorOnToPlane_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execProjectVectorOnToPlane)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_V);
|
|
P_GET_STRUCT(FVector,Z_Param_PlaneNormal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::ProjectVectorOnToPlane(Z_Param_V,Z_Param_PlaneNormal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ProjectVectorOnToPlane *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ProjectVectorOnToVector **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventProjectVectorOnToVector_Parms
|
|
{
|
|
FVector V;
|
|
FVector Target;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09* Projects one vector (V) onto another (Target) and returns the projected vector.\n\x09* If Target is nearly zero in length, returns the zero vector.\n\x09*\n\x09* @param V Vector to project.\n\x09* @param Target Vector on which we are projecting.\n\x09* @return V projected on to Target.\n\x09*/" },
|
|
{ "Keywords", "Project" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ProjectOnTo" },
|
|
{ "ToolTip", "Projects one vector (V) onto another (Target) and returns the projected vector.\nIf Target is nearly zero in length, returns the zero vector.\n\n@param V Vector to project.\n@param Target Vector on which we are projecting.\n@return V projected on to Target." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ProjectVectorOnToVector constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ProjectVectorOnToVector constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ProjectVectorOnToVector Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectVectorOnToVector_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectVectorOnToVector_Parms, Target), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventProjectVectorOnToVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function ProjectVectorOnToVector Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ProjectVectorOnToVector", Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::KismetMathLibrary_eventProjectVectorOnToVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::KismetMathLibrary_eventProjectVectorOnToVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execProjectVectorOnToVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_V);
|
|
P_GET_STRUCT(FVector,Z_Param_Target);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::ProjectVectorOnToVector(Z_Param_V,Z_Param_Target);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ProjectVectorOnToVector ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_AngularDistance *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_AngularDistance_Parms
|
|
{
|
|
FQuat A;
|
|
FQuat B;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Find the angular distance/difference between two rotation quaternions.\n\x09 *\n\x09 * @param B Quaternion to find angle distance to\n\x09 * @return angular distance in radians\n\x09 */" },
|
|
{ "DisplayName", "Angular Distance (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "AngularDistance" },
|
|
{ "ToolTip", "Find the angular distance/difference between two rotation quaternions.\n\n@param B Quaternion to find angle distance to\n@return angular distance in radians" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_AngularDistance constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_AngularDistance constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_AngularDistance Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_AngularDistance_Parms, A), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_AngularDistance_Parms, B), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_AngularDistance_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_AngularDistance Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_AngularDistance", Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::KismetMathLibrary_eventQuat_AngularDistance_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::KismetMathLibrary_eventQuat_AngularDistance_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_AngularDistance)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::Quat_AngularDistance(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_AngularDistance ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_EnforceShortestArcWith ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_EnforceShortestArcWith_Parms
|
|
{
|
|
FQuat A;
|
|
FQuat B;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Modify the quaternion to ensure that the delta between it and B represents the shortest possible rotation angle. */" },
|
|
{ "DisplayName", "Ensure Shortest Arc To (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "EnsureShortestArcTo" },
|
|
{ "ToolTip", "Modify the quaternion to ensure that the delta between it and B represents the shortest possible rotation angle." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_EnforceShortestArcWith constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_EnforceShortestArcWith constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_EnforceShortestArcWith Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_EnforceShortestArcWith_Parms, A), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_EnforceShortestArcWith_Parms, B), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::NewProp_B,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_EnforceShortestArcWith Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_EnforceShortestArcWith", Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::KismetMathLibrary_eventQuat_EnforceShortestArcWith_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::KismetMathLibrary_eventQuat_EnforceShortestArcWith_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_EnforceShortestArcWith)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Quat_EnforceShortestArcWith(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_EnforceShortestArcWith ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Euler ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Euler_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\x09""Convert a Quaternion into floating-point Euler angles (in degrees). */" },
|
|
{ "DisplayName", "Euler (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Euler" },
|
|
{ "ToolTip", "Convert a Quaternion into floating-point Euler angles (in degrees)." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Euler constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Euler constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Euler Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Euler_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Euler_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Euler Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Euler", Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::KismetMathLibrary_eventQuat_Euler_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::KismetMathLibrary_eventQuat_Euler_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Euler)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_Euler(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Euler *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Exp *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Exp_Parms
|
|
{
|
|
FQuat Q;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Used in combination with Log().\n\x09 * Assumes a quaternion with W=0 and V=theta*v (where |v| = 1).\n\x09 * Exp(q) = (sin(theta)*v, cos(theta))\n\x09 */" },
|
|
{ "DisplayName", "Exp (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Exp" },
|
|
{ "ToolTip", "Used in combination with Log().\nAssumes a quaternion with W=0 and V=theta*v (where |v| = 1).\nExp(q) = (sin(theta)*v, cos(theta))" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Exp constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Exp constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Exp Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Exp_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Exp_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Exp Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Exp", Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::KismetMathLibrary_eventQuat_Exp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::KismetMathLibrary_eventQuat_Exp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Exp)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_Exp(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Exp ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_FindBetweenNormals **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_FindBetweenNormals_Parms
|
|
{
|
|
FVector StartNormal;
|
|
FVector EndNormal;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Generates the 'smallest' (geodesic) rotation around a sphere between two normals (assumed to be unit length).\n\x09 * \n\x09 * @param Start Normalized vector the rotation starts from\n\x09 * @param End Normalized vector the rotation ends at\n\x09 * @return Quat that will rotate from Start to End\n\x09 */" },
|
|
{ "DisplayName", "Find Quat Between Normals" },
|
|
{ "Keywords", "FindQuat FindBetween" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "FindQuatBetweenNormals" },
|
|
{ "ToolTip", "Generates the 'smallest' (geodesic) rotation around a sphere between two normals (assumed to be unit length).\n\n@param Start Normalized vector the rotation starts from\n@param End Normalized vector the rotation ends at\n@return Quat that will rotate from Start to End" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_FindBetweenNormals constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_StartNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EndNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_FindBetweenNormals constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_FindBetweenNormals Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::NewProp_StartNormal = { "StartNormal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_FindBetweenNormals_Parms, StartNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::NewProp_EndNormal = { "EndNormal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_FindBetweenNormals_Parms, EndNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_FindBetweenNormals_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::NewProp_StartNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::NewProp_EndNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_FindBetweenNormals Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_FindBetweenNormals", Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::KismetMathLibrary_eventQuat_FindBetweenNormals_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::KismetMathLibrary_eventQuat_FindBetweenNormals_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_FindBetweenNormals)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_StartNormal);
|
|
P_GET_STRUCT(FVector,Z_Param_EndNormal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_FindBetweenNormals(Z_Param_StartNormal,Z_Param_EndNormal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_FindBetweenNormals ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_FindBetweenVectors **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_FindBetweenVectors_Parms
|
|
{
|
|
FVector Start;
|
|
FVector End;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Generates the 'smallest' (geodesic) rotation around a sphere between two vectors of arbitrary length.\n\x09 * \n\x09 * @param Start Vector the rotation starts from\n\x09 * @param End Vector the rotation ends at\n\x09 * @return Quat that will rotate from Start to End\n\x09 */" },
|
|
{ "DisplayName", "Find Quat Between Vectors" },
|
|
{ "Keywords", "FindQuat FindBetween" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "FindQuatBetweenVectors" },
|
|
{ "ToolTip", "Generates the 'smallest' (geodesic) rotation around a sphere between two vectors of arbitrary length.\n\n@param Start Vector the rotation starts from\n@param End Vector the rotation ends at\n@return Quat that will rotate from Start to End" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_FindBetweenVectors constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Start;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_End;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_FindBetweenVectors constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_FindBetweenVectors Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::NewProp_Start = { "Start", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_FindBetweenVectors_Parms, Start), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::NewProp_End = { "End", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_FindBetweenVectors_Parms, End), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_FindBetweenVectors_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::NewProp_Start,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::NewProp_End,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_FindBetweenVectors Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_FindBetweenVectors", Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::KismetMathLibrary_eventQuat_FindBetweenVectors_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::KismetMathLibrary_eventQuat_FindBetweenVectors_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_FindBetweenVectors)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Start);
|
|
P_GET_STRUCT(FVector,Z_Param_End);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_FindBetweenVectors(Z_Param_Start,Z_Param_End);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_FindBetweenVectors ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_GetAngle ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_GetAngle_Parms
|
|
{
|
|
FQuat Q;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Get the angle of this quaternion in radians */" },
|
|
{ "DisplayName", "Angle (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAngle" },
|
|
{ "ToolTip", "Get the angle of this quaternion in radians" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_GetAngle constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_GetAngle constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_GetAngle Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetAngle_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetAngle_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_GetAngle Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_GetAngle", Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::KismetMathLibrary_eventQuat_GetAngle_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::KismetMathLibrary_eventQuat_GetAngle_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_GetAngle)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::Quat_GetAngle(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_GetAngle **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_GetAxisX ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_GetAxisX_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Get the forward direction (X axis) after it has been rotated by this Quaternion. */" },
|
|
{ "DisplayName", "Axis X (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAxisX" },
|
|
{ "ToolTip", "Get the forward direction (X axis) after it has been rotated by this Quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_GetAxisX constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_GetAxisX constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_GetAxisX Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetAxisX_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetAxisX_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_GetAxisX Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_GetAxisX", Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::KismetMathLibrary_eventQuat_GetAxisX_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::KismetMathLibrary_eventQuat_GetAxisX_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_GetAxisX)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_GetAxisX(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_GetAxisX **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_GetAxisY ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_GetAxisY_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Get the right direction (Y axis) after it has been rotated by this Quaternion. */" },
|
|
{ "DisplayName", "Axis Y (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAxisY" },
|
|
{ "ToolTip", "Get the right direction (Y axis) after it has been rotated by this Quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_GetAxisY constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_GetAxisY constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_GetAxisY Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetAxisY_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetAxisY_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_GetAxisY Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_GetAxisY", Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::KismetMathLibrary_eventQuat_GetAxisY_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::KismetMathLibrary_eventQuat_GetAxisY_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_GetAxisY)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_GetAxisY(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_GetAxisY **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_GetAxisZ ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_GetAxisZ_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Get the up direction (Z axis) after it has been rotated by this Quaternion. */" },
|
|
{ "DisplayName", "Axis Z (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAxisZ" },
|
|
{ "ToolTip", "Get the up direction (Z axis) after it has been rotated by this Quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_GetAxisZ constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_GetAxisZ constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_GetAxisZ Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetAxisZ_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetAxisZ_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_GetAxisZ Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_GetAxisZ", Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::KismetMathLibrary_eventQuat_GetAxisZ_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::KismetMathLibrary_eventQuat_GetAxisZ_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_GetAxisZ)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_GetAxisZ(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_GetAxisZ **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_GetRotationAxis *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_GetRotationAxis_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Get the axis of rotation of the Quaternion.\n\x09 * This is the axis around which rotation occurs to transform the canonical coordinate system to the target orientation.\n\x09 * For the identity Quaternion which has no such rotation, FVector(1,0,0) is returned.\n\x09 */" },
|
|
{ "DisplayName", "Rotation Axis (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetRotationAxis" },
|
|
{ "ToolTip", "Get the axis of rotation of the Quaternion.\nThis is the axis around which rotation occurs to transform the canonical coordinate system to the target orientation.\nFor the identity Quaternion which has no such rotation, FVector(1,0,0) is returned." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_GetRotationAxis constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_GetRotationAxis constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_GetRotationAxis Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetRotationAxis_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetRotationAxis_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_GetRotationAxis Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_GetRotationAxis", Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::KismetMathLibrary_eventQuat_GetRotationAxis_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::KismetMathLibrary_eventQuat_GetRotationAxis_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_GetRotationAxis)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_GetRotationAxis(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_GetRotationAxis ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_GetShortestArcWith **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_GetShortestArcWith_Parms
|
|
{
|
|
FQuat A;
|
|
FQuat B;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Returns the version of this quaternion that represents the shortest rotation angle to the other quaternion */" },
|
|
{ "DisplayName", "Get Shortest Arc To (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetShortestArcTo" },
|
|
{ "ToolTip", "Returns the version of this quaternion that represents the shortest rotation angle to the other quaternion" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_GetShortestArcWith constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_GetShortestArcWith constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_GetShortestArcWith Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetShortestArcWith_Parms, A), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetShortestArcWith_Parms, B), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_GetShortestArcWith_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_GetShortestArcWith Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_GetShortestArcWith", Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::KismetMathLibrary_eventQuat_GetShortestArcWith_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::KismetMathLibrary_eventQuat_GetShortestArcWith_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_GetShortestArcWith)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_GetShortestArcWith(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_GetShortestArcWith ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Identity ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Identity_Parms
|
|
{
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Identity quaternion constant */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Identity" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Quat" },
|
|
{ "ToolTip", "Identity quaternion constant" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Identity constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Identity constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Identity Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Identity_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Identity Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Identity", Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::KismetMathLibrary_eventQuat_Identity_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::KismetMathLibrary_eventQuat_Identity_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Identity)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_Identity();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Identity **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Inversed ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Inversed_Parms
|
|
{
|
|
FQuat Q;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\x09Return an inversed copy of this quaternion. */" },
|
|
{ "DisplayName", "Inversed (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Inversed" },
|
|
{ "ToolTip", "Return an inversed copy of this quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Inversed constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Inversed constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Inversed Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Inversed_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Inversed_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Inversed Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Inversed", Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::KismetMathLibrary_eventQuat_Inversed_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::KismetMathLibrary_eventQuat_Inversed_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Inversed)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_Inversed(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Inversed **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_IsFinite ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_IsFinite_Parms
|
|
{
|
|
FQuat Q;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Determine if all the values are finite (not NaN nor Inf) in this Quat.\x09*/" },
|
|
{ "DisplayName", "Is Finite (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsFinite" },
|
|
{ "ToolTip", "Determine if all the values are finite (not NaN nor Inf) in this Quat." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_IsFinite constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_IsFinite constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_IsFinite Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_IsFinite_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventQuat_IsFinite_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_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(KismetMathLibrary_eventQuat_IsFinite_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_IsFinite Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_IsFinite", Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::KismetMathLibrary_eventQuat_IsFinite_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::KismetMathLibrary_eventQuat_IsFinite_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_IsFinite)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Quat_IsFinite(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_IsFinite **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_IsIdentity ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_IsIdentity_Parms
|
|
{
|
|
FQuat Q;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Checks whether this Quaternion is an Identity Quaternion.\n\x09 * Assumes Quaternion tested is normalized.\n\x09 *\n\x09 * @param Tolerance Error tolerance for comparison with Identity Quaternion.\n\x09 * @return true if Quaternion is a normalized Identity Quaternion.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Is Identity (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsIdentity" },
|
|
{ "ToolTip", "Checks whether this Quaternion is an Identity Quaternion.\nAssumes Quaternion tested is normalized.\n\n@param Tolerance Error tolerance for comparison with Identity Quaternion.\n@return true if Quaternion is a normalized Identity Quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_IsIdentity constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_IsIdentity constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_IsIdentity Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_IsIdentity_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_IsIdentity_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventQuat_IsIdentity_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_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(KismetMathLibrary_eventQuat_IsIdentity_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_IsIdentity Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_IsIdentity", Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::KismetMathLibrary_eventQuat_IsIdentity_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::KismetMathLibrary_eventQuat_IsIdentity_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_IsIdentity)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Quat_IsIdentity(Z_Param_Out_Q,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_IsIdentity ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_IsNonFinite *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_IsNonFinite_Parms
|
|
{
|
|
FQuat Q;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Determine if there are any non-finite values (NaN or Inf) in this Quat.\x09*/" },
|
|
{ "DisplayName", "Is Non-Finite (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNonFinite" },
|
|
{ "ToolTip", "Determine if there are any non-finite values (NaN or Inf) in this Quat." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_IsNonFinite constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_IsNonFinite constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_IsNonFinite Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_IsNonFinite_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventQuat_IsNonFinite_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_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(KismetMathLibrary_eventQuat_IsNonFinite_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_IsNonFinite Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_IsNonFinite", Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::KismetMathLibrary_eventQuat_IsNonFinite_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::KismetMathLibrary_eventQuat_IsNonFinite_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_IsNonFinite)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Quat_IsNonFinite(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_IsNonFinite *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_IsNormalized ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_IsNormalized_Parms
|
|
{
|
|
FQuat Q;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\x09Return true if this quaternion is normalized */" },
|
|
{ "DisplayName", "Is Normalized (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNormalized" },
|
|
{ "ToolTip", "Return true if this quaternion is normalized" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_IsNormalized constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_IsNormalized constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_IsNormalized Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_IsNormalized_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventQuat_IsNormalized_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_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(KismetMathLibrary_eventQuat_IsNormalized_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_IsNormalized Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_IsNormalized", Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::KismetMathLibrary_eventQuat_IsNormalized_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::KismetMathLibrary_eventQuat_IsNormalized_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_IsNormalized)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Quat_IsNormalized(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_IsNormalized ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Log *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Log_Parms
|
|
{
|
|
FQuat Q;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\x09Quaternion with W=0 and V=theta*v. Used in combination with Exp(). */" },
|
|
{ "DisplayName", "Log (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Log" },
|
|
{ "ToolTip", "Quaternion with W=0 and V=theta*v. Used in combination with Exp()." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Log constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Log constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Log Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Log_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Log_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Log Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Log", Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::KismetMathLibrary_eventQuat_Log_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::KismetMathLibrary_eventQuat_Log_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Log()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Log_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Log)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_Log(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Log ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_MakeFromEuler ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_MakeFromEuler_Parms
|
|
{
|
|
FVector Euler;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Convert a vector of floating-point Euler angles (in degrees) into a Quaternion.\n\x09 * \n\x09 * @param Euler the Euler angles\n\x09 * @return constructed Quat\n\x09 */" },
|
|
{ "DisplayName", "Make from Euler (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Convert a vector of floating-point Euler angles (in degrees) into a Quaternion.\n\n@param Euler the Euler angles\n@return constructed Quat" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Euler_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_MakeFromEuler constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Euler;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_MakeFromEuler constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_MakeFromEuler Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::NewProp_Euler = { "Euler", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_MakeFromEuler_Parms, Euler), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Euler_MetaData), NewProp_Euler_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_MakeFromEuler_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::NewProp_Euler,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_MakeFromEuler Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_MakeFromEuler", Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::KismetMathLibrary_eventQuat_MakeFromEuler_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::KismetMathLibrary_eventQuat_MakeFromEuler_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_MakeFromEuler)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Euler);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_MakeFromEuler(Z_Param_Out_Euler);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_MakeFromEuler *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_MakeFromRotationVector ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_MakeFromRotationVector_Parms
|
|
{
|
|
FVector V;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Constructs a quaternion corresponding to the rotation vector. \n\x09 * The direction of the vector represents the rotation axis, \n\x09 * and the magnitude the angle in degrees.\n\x09 */" },
|
|
{ "DisplayName", "Make from Rotation Vector (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MakeFromRotationVector" },
|
|
{ "ToolTip", "Constructs a quaternion corresponding to the rotation vector.\nThe direction of the vector represents the rotation axis,\nand the magnitude the angle in degrees." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_V_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_MakeFromRotationVector constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_MakeFromRotationVector constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_MakeFromRotationVector Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_MakeFromRotationVector_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_V_MetaData), NewProp_V_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_MakeFromRotationVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_MakeFromRotationVector Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_MakeFromRotationVector", Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::KismetMathLibrary_eventQuat_MakeFromRotationVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::KismetMathLibrary_eventQuat_MakeFromRotationVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_MakeFromRotationVector)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_V);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_MakeFromRotationVector(Z_Param_Out_V);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_MakeFromRotationVector ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Normalize *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Normalize_Parms
|
|
{
|
|
FQuat Q;
|
|
float Tolerance;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Normalize this quaternion if it is large enough as compared to the supplied tolerance.\n\x09 * If it is too small then set it to the identity quaternion.\n\x09 *\n\x09 * @param Tolerance Minimum squared length of quaternion for normalization.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Normalize (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Normalize" },
|
|
{ "ToolTip", "Normalize this quaternion if it is large enough as compared to the supplied tolerance.\nIf it is too small then set it to the identity quaternion.\n\n@param Tolerance Minimum squared length of quaternion for normalization." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Normalize constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Normalize constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Normalize Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Normalize_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Normalize_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::NewProp_Tolerance,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Normalize Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Normalize", Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::KismetMathLibrary_eventQuat_Normalize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::KismetMathLibrary_eventQuat_Normalize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Normalize)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Quat_Normalize(Z_Param_Out_Q,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Normalize *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Normalized ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Normalized_Parms
|
|
{
|
|
FQuat Q;
|
|
float Tolerance;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Get a normalized copy of this quaternion.\n\x09 * If it is too small, returns an identity quaternion.\n\x09 *\n\x09 * @param Tolerance Minimum squared length of quaternion for normalization.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Normalized (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Normalized" },
|
|
{ "ToolTip", "Get a normalized copy of this quaternion.\nIf it is too small, returns an identity quaternion.\n\n@param Tolerance Minimum squared length of quaternion for normalization." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Normalized constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Normalized constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Normalized Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Normalized_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Normalized_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Normalized_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Normalized Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Normalized", Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::KismetMathLibrary_eventQuat_Normalized_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::KismetMathLibrary_eventQuat_Normalized_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Normalized)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_Normalized(Z_Param_Out_Q,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Normalized ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_RotateVector ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_RotateVector_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector V;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Rotate a vector by this quaternion.\n\x09 *\n\x09 * @param V the vector to be rotated\n\x09 * @return vector after rotation\n\x09 */" },
|
|
{ "DisplayName", "Rotate Vector (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RotateVector" },
|
|
{ "ToolTip", "Rotate a vector by this quaternion.\n\n@param V the vector to be rotated\n@return vector after rotation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_V_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_RotateVector constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_RotateVector constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_RotateVector Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_RotateVector_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_RotateVector_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_V_MetaData), NewProp_V_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_RotateVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_RotateVector Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_RotateVector", Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::KismetMathLibrary_eventQuat_RotateVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::KismetMathLibrary_eventQuat_RotateVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_RotateVector)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_V);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_RotateVector(Z_Param_Out_Q,Z_Param_Out_V);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_RotateVector ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Rotator *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Rotator_Parms
|
|
{
|
|
FQuat Q;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintAutocast", "" },
|
|
{ "Category", "Math|Conversions" },
|
|
{ "Comment", "/** Converts to Rotator representation of this Quaternion. */" },
|
|
{ "CompactNodeTitle", "->" },
|
|
{ "DisplayName", "ToRotator (Quat)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Rotator" },
|
|
{ "ToolTip", "Converts to Rotator representation of this Quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Rotator constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Rotator constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Rotator Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Rotator_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Rotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Rotator Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Rotator", Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::KismetMathLibrary_eventQuat_Rotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::KismetMathLibrary_eventQuat_Rotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Rotator)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::Quat_Rotator(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Rotator ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_SetComponents ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_SetComponents_Parms
|
|
{
|
|
FQuat Q;
|
|
float X;
|
|
float Y;
|
|
float Z;
|
|
float W;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Set X, Y, Z, W components of Quaternion. */" },
|
|
{ "DisplayName", "Set Components (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetComponents" },
|
|
{ "ToolTip", "Set X, Y, Z, W components of Quaternion." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_SetComponents constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_W;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_SetComponents constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_SetComponents Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_SetComponents_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_SetComponents_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_SetComponents_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_SetComponents_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_W = { "W", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_SetComponents_Parms, W), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::NewProp_W,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_SetComponents Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_SetComponents", Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::KismetMathLibrary_eventQuat_SetComponents_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::KismetMathLibrary_eventQuat_SetComponents_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_SetComponents)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Z);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_W);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Quat_SetComponents(Z_Param_Out_Q,Z_Param_X,Z_Param_Y,Z_Param_Z,Z_Param_W);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_SetComponents *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_SetFromEuler ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_SetFromEuler_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector Euler;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Convert a vector of floating-point Euler angles (in degrees) into a Quaternion.\n\x09 * \n\x09 * @param Q Quaternion to update\n\x09 * @param Euler the Euler angles\n\x09 */" },
|
|
{ "DisplayName", "Set from Euler (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetFromEuler" },
|
|
{ "ToolTip", "Convert a vector of floating-point Euler angles (in degrees) into a Quaternion.\n\n@param Q Quaternion to update\n@param Euler the Euler angles" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Euler_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_SetFromEuler constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Euler;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_SetFromEuler constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_SetFromEuler Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_SetFromEuler_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::NewProp_Euler = { "Euler", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_SetFromEuler_Parms, Euler), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Euler_MetaData), NewProp_Euler_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::NewProp_Euler,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_SetFromEuler Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_SetFromEuler", Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::KismetMathLibrary_eventQuat_SetFromEuler_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::KismetMathLibrary_eventQuat_SetFromEuler_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_SetFromEuler)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_Euler);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Quat_SetFromEuler(Z_Param_Out_Q,Z_Param_Out_Euler);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_SetFromEuler ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Size ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Size_Parms
|
|
{
|
|
FQuat Q;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Get the length of the quaternion.\n\x09 *\n\x09 * @return The length of the quaternion.\n\x09 */" },
|
|
{ "DisplayName", "Size (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Size" },
|
|
{ "ToolTip", "Get the length of the quaternion.\n\n@return The length of the quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Size constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Size constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Size Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Size_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Size_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Size Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Size", Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::KismetMathLibrary_eventQuat_Size_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::KismetMathLibrary_eventQuat_Size_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Size()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Size_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Size)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::Quat_Size(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Size **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_SizeSquared *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_SizeSquared_Parms
|
|
{
|
|
FQuat Q;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Get the squared length of the quaternion.\n\x09 *\n\x09 * @return The squared length of the quaternion.\n\x09 */" },
|
|
{ "DisplayName", "Size Squared (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SizeSquared" },
|
|
{ "ToolTip", "Get the squared length of the quaternion.\n\n@return The squared length of the quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_SizeSquared constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_SizeSquared constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_SizeSquared Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_SizeSquared_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_SizeSquared_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_SizeSquared Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_SizeSquared", Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::KismetMathLibrary_eventQuat_SizeSquared_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::KismetMathLibrary_eventQuat_SizeSquared_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_SizeSquared)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::Quat_SizeSquared(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_SizeSquared *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_Slerp ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_Slerp_Parms
|
|
{
|
|
FQuat A;
|
|
FQuat B;
|
|
double Alpha;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Spherical interpolation between Quaternions. Result is normalized.\n\x09 * \n\x09 * @param A The starting quat we interp from\n\x09 * @param B The target quat we interp to\n\x09 * @param Alpha The interpolation amount, usually 0 to 1.\n\x09 * @return Quat after spherical interpolation\n\x09 */" },
|
|
{ "DisplayName", "Slerp (Quat)" },
|
|
{ "Keywords", "spherical interpolate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SlerpQuat" },
|
|
{ "ToolTip", "Spherical interpolation between Quaternions. Result is normalized.\n\n@param A The starting quat we interp from\n@param B The target quat we interp to\n@param Alpha The interpolation amount, usually 0 to 1.\n@return Quat after spherical interpolation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_Slerp constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_Slerp constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_Slerp Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Slerp_Parms, A), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Slerp_Parms, B), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Slerp_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_Slerp_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_Slerp Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_Slerp", Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::KismetMathLibrary_eventQuat_Slerp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::KismetMathLibrary_eventQuat_Slerp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_Slerp)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Alpha);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Quat_Slerp(Z_Param_Out_A,Z_Param_Out_B,Z_Param_Alpha);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_Slerp *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_ToRotationVector ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_ToRotationVector_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Get the rotation vector corresponding to this quaternion. \n\x09 * The direction of the vector represents the rotation axis, \n\x09 * and the magnitude the angle in degrees.\n\x09 */" },
|
|
{ "DisplayName", "To Rotation Vector (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToRotationVector" },
|
|
{ "ToolTip", "Get the rotation vector corresponding to this quaternion.\nThe direction of the vector represents the rotation axis,\nand the magnitude the angle in degrees." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_ToRotationVector constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_ToRotationVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_ToRotationVector Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_ToRotationVector_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_ToRotationVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_ToRotationVector Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_ToRotationVector", Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::KismetMathLibrary_eventQuat_ToRotationVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::KismetMathLibrary_eventQuat_ToRotationVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_ToRotationVector)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_ToRotationVector(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_ToRotationVector **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_UnrotateVector **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_UnrotateVector_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector V;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/**\n\x09 * Rotate a vector by the inverse of this quaternion.\n\x09 *\n\x09 * @param V the vector to be rotated\n\x09 * @return vector after rotation by the inverse of this quaternion.\n\x09 */" },
|
|
{ "DisplayName", "Unrotate Vector (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "UnrotateVector" },
|
|
{ "ToolTip", "Rotate a vector by the inverse of this quaternion.\n\n@param V the vector to be rotated\n@return vector after rotation by the inverse of this quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_V_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_UnrotateVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_UnrotateVector constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_UnrotateVector Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_UnrotateVector_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_UnrotateVector_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_V_MetaData), NewProp_V_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_UnrotateVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_UnrotateVector Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_UnrotateVector", Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::KismetMathLibrary_eventQuat_UnrotateVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::KismetMathLibrary_eventQuat_UnrotateVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_UnrotateVector)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_V);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_UnrotateVector(Z_Param_Out_Q,Z_Param_Out_V);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_UnrotateVector ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_VectorForward ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_VectorForward_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Get the forward direction (X axis) after it has been rotated by this Quaternion. */" },
|
|
{ "DisplayName", "Vector Forward (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "VectorForward" },
|
|
{ "ToolTip", "Get the forward direction (X axis) after it has been rotated by this Quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_VectorForward constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_VectorForward constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_VectorForward Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_VectorForward_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_VectorForward_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_VectorForward Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_VectorForward", Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::KismetMathLibrary_eventQuat_VectorForward_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::KismetMathLibrary_eventQuat_VectorForward_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_VectorForward)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_VectorForward(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_VectorForward *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_VectorRight *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_VectorRight_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Get the right direction (Y axis) after it has been rotated by this Quaternion. */" },
|
|
{ "DisplayName", "Vector Right (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "VectorRight" },
|
|
{ "ToolTip", "Get the right direction (Y axis) after it has been rotated by this Quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_VectorRight constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_VectorRight constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_VectorRight Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_VectorRight_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_VectorRight_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_VectorRight Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_VectorRight", Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::KismetMathLibrary_eventQuat_VectorRight_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::KismetMathLibrary_eventQuat_VectorRight_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_VectorRight)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_VectorRight(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_VectorRight *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Quat_VectorUp ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuat_VectorUp_Parms
|
|
{
|
|
FQuat Q;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Get the up direction (Z axis) after it has been rotated by this Quaternion. */" },
|
|
{ "DisplayName", "Vector Up (Quat)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "VectorUp" },
|
|
{ "ToolTip", "Get the up direction (Z axis) after it has been rotated by this Quaternion." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Q_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Quat_VectorUp constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Q;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Quat_VectorUp constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Quat_VectorUp Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::NewProp_Q = { "Q", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_VectorUp_Parms, Q), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Q_MetaData), NewProp_Q_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuat_VectorUp_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::NewProp_Q,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::PropPointers) < 2048);
|
|
// ********** End Function Quat_VectorUp Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Quat_VectorUp", Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::KismetMathLibrary_eventQuat_VectorUp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::KismetMathLibrary_eventQuat_VectorUp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuat_VectorUp)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_Q);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Quat_VectorUp(Z_Param_Out_Q);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Quat_VectorUp **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function QuaternionSpringInterp ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventQuaternionSpringInterp_Parms
|
|
{
|
|
FQuat Current;
|
|
FQuat Target;
|
|
FQuaternionSpringState SpringState;
|
|
float Stiffness;
|
|
float CriticalDampingFactor;
|
|
float DeltaTime;
|
|
float Mass;
|
|
float TargetVelocityAmount;
|
|
bool bInitializeFromTarget;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "AdvancedDisplay", "8" },
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09* Uses a simple spring model to interpolate a quaternion from Current to Target.\n\x09*\n\x09* @param Current Current value\n\x09* @param Target Target value\n\x09* @param SpringState Data related to spring model (velocity, error, etc..) - Create a unique variable per spring\n\x09* @param Stiffness How stiff the spring model is (more stiffness means more oscillation around the target value)\n\x09* @param CriticalDampingFactor How much damping to apply to the spring (0 means no damping, 1 means critically damped which means no oscillation)\n\x09* @param DeltaTime Time difference since the last update\n\x09* @param Mass Multiplier that acts like mass on a spring\n\x09* @param TargetVelocityAmount If 1 then the target velocity will be calculated and used, which results following the target more closely/without lag. Values down to zero (recommended when using this to smooth data) will progressively disable this effect.\n\x09* @param bInitializeFromTarget If set then the current value will be set from the target on the first update\n\x09*/" },
|
|
{ "CPP_Default_bInitializeFromTarget", "false" },
|
|
{ "CPP_Default_Mass", "1.000000" },
|
|
{ "CPP_Default_TargetVelocityAmount", "1.000000" },
|
|
{ "Keywords", "quaternion" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InterpSpringTo" },
|
|
{ "ToolTip", "Uses a simple spring model to interpolate a quaternion from Current to Target.\n\n@param Current Current value\n@param Target Target value\n@param SpringState Data related to spring model (velocity, error, etc..) - Create a unique variable per spring\n@param Stiffness How stiff the spring model is (more stiffness means more oscillation around the target value)\n@param CriticalDampingFactor How much damping to apply to the spring (0 means no damping, 1 means critically damped which means no oscillation)\n@param DeltaTime Time difference since the last update\n@param Mass Multiplier that acts like mass on a spring\n@param TargetVelocityAmount If 1 then the target velocity will be calculated and used, which results following the target more closely/without lag. Values down to zero (recommended when using this to smooth data) will progressively disable this effect.\n@param bInitializeFromTarget If set then the current value will be set from the target on the first update" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function QuaternionSpringInterp constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpringState;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Stiffness;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_CriticalDampingFactor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Mass;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetVelocityAmount;
|
|
static void NewProp_bInitializeFromTarget_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInitializeFromTarget;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function QuaternionSpringInterp constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function QuaternionSpringInterp Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuaternionSpringInterp_Parms, Current), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuaternionSpringInterp_Parms, Target), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_SpringState = { "SpringState", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuaternionSpringInterp_Parms, SpringState), Z_Construct_UScriptStruct_FQuaternionSpringState, METADATA_PARAMS(0, nullptr) }; // 3883454469
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_Stiffness = { "Stiffness", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuaternionSpringInterp_Parms, Stiffness), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_CriticalDampingFactor = { "CriticalDampingFactor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuaternionSpringInterp_Parms, CriticalDampingFactor), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuaternionSpringInterp_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_Mass = { "Mass", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuaternionSpringInterp_Parms, Mass), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_TargetVelocityAmount = { "TargetVelocityAmount", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuaternionSpringInterp_Parms, TargetVelocityAmount), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_bInitializeFromTarget_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventQuaternionSpringInterp_Parms*)Obj)->bInitializeFromTarget = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_bInitializeFromTarget = { "bInitializeFromTarget", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventQuaternionSpringInterp_Parms), &Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_bInitializeFromTarget_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventQuaternionSpringInterp_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_SpringState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_Stiffness,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_CriticalDampingFactor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_Mass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_TargetVelocityAmount,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_bInitializeFromTarget,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::PropPointers) < 2048);
|
|
// ********** End Function QuaternionSpringInterp Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "QuaternionSpringInterp", Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::KismetMathLibrary_eventQuaternionSpringInterp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::KismetMathLibrary_eventQuaternionSpringInterp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execQuaternionSpringInterp)
|
|
{
|
|
P_GET_STRUCT(FQuat,Z_Param_Current);
|
|
P_GET_STRUCT(FQuat,Z_Param_Target);
|
|
P_GET_STRUCT_REF(FQuaternionSpringState,Z_Param_Out_SpringState);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Stiffness);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_CriticalDampingFactor);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Mass);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_TargetVelocityAmount);
|
|
P_GET_UBOOL(Z_Param_bInitializeFromTarget);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::QuaternionSpringInterp(Z_Param_Current,Z_Param_Target,Z_Param_Out_SpringState,Z_Param_Stiffness,Z_Param_CriticalDampingFactor,Z_Param_DeltaTime,Z_Param_Mass,Z_Param_TargetVelocityAmount,Z_Param_bInitializeFromTarget);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function QuaternionSpringInterp *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RadiansToDegrees *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRadiansToDegrees_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns degrees value based on the input radians */" },
|
|
{ "CompactNodeTitle", "R2D" },
|
|
{ "DisplayName", "Radians To Degrees" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns degrees value based on the input radians" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RadiansToDegrees constinit property declarations **********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RadiansToDegrees constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RadiansToDegrees Property Definitions *********************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRadiansToDegrees_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRadiansToDegrees_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::PropPointers) < 2048);
|
|
// ********** End Function RadiansToDegrees Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RadiansToDegrees", Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::KismetMathLibrary_eventRadiansToDegrees_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::KismetMathLibrary_eventRadiansToDegrees_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRadiansToDegrees)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::RadiansToDegrees(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RadiansToDegrees *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomBool ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomBool_Parms
|
|
{
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a uniformly distributed random bool*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Returns a uniformly distributed random bool" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomBool 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 RandomBool constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomBool Property Definitions ***************************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventRandomBool_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomBool_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(KismetMathLibrary_eventRandomBool_Parms), &Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomBool Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomBool", Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::KismetMathLibrary_eventRandomBool_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::KismetMathLibrary_eventRandomBool_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomBool()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomBool_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomBool)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::RandomBool();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomBool *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomBoolFromStream *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomBoolFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a random bool */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomBool" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a random bool" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomBoolFromStream constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomBoolFromStream constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomBoolFromStream Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomBoolFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventRandomBoolFromStream_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_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(KismetMathLibrary_eventRandomBoolFromStream_Parms), &Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomBoolFromStream Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomBoolFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::KismetMathLibrary_eventRandomBoolFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::KismetMathLibrary_eventRandomBoolFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomBoolFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::RandomBoolFromStream(Z_Param_Out_Stream);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomBoolFromStream ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomBoolWithWeight *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomBoolWithWeight_Parms
|
|
{
|
|
float Weight;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** \n\x09 * Get a random chance with the specified weight. Range of weight is 0.0 - 1.0 E.g.,\n\x09 *\x09\x09Weight = .6 return value = True 60% of the time\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Get a random chance with the specified weight. Range of weight is 0.0 - 1.0 E.g.,\n Weight = .6 return value = True 60% of the time" },
|
|
{ "Weight", "0.5" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomBoolWithWeight constinit property declarations ******************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Weight;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomBoolWithWeight constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomBoolWithWeight Property Definitions *****************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::NewProp_Weight = { "Weight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomBoolWithWeight_Parms, Weight), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventRandomBoolWithWeight_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_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(KismetMathLibrary_eventRandomBoolWithWeight_Parms), &Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::NewProp_Weight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomBoolWithWeight Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomBoolWithWeight", Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::KismetMathLibrary_eventRandomBoolWithWeight_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::KismetMathLibrary_eventRandomBoolWithWeight_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomBoolWithWeight)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Weight);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::RandomBoolWithWeight(Z_Param_Weight);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomBoolWithWeight ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomBoolWithWeightFromStream ***************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomBoolWithWeightFromStream_Parms
|
|
{
|
|
FRandomStream RandomStream;
|
|
float Weight;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** \n\x09 * Get a random chance with the specified weight. Range of weight is 0.0 - 1.0 E.g.,\n\x09*\x09\x09Weight = .6 return value = True 60% of the time\n\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomBoolWithWeight" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Get a random chance with the specified weight. Range of weight is 0.0 - 1.0 E.g.,\n Weight = .6 return value = True 60% of the time" },
|
|
{ "Weight", "0.5" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RandomStream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomBoolWithWeightFromStream constinit property declarations ********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RandomStream;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Weight;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomBoolWithWeightFromStream constinit property declarations **********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomBoolWithWeightFromStream Property Definitions *******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::NewProp_RandomStream = { "RandomStream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomBoolWithWeightFromStream_Parms, RandomStream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RandomStream_MetaData), NewProp_RandomStream_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::NewProp_Weight = { "Weight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomBoolWithWeightFromStream_Parms, Weight), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventRandomBoolWithWeightFromStream_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_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(KismetMathLibrary_eventRandomBoolWithWeightFromStream_Parms), &Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::NewProp_RandomStream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::NewProp_Weight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomBoolWithWeightFromStream Property Definitions *********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomBoolWithWeightFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::KismetMathLibrary_eventRandomBoolWithWeightFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::KismetMathLibrary_eventRandomBoolWithWeightFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomBoolWithWeightFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_RandomStream);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Weight);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::RandomBoolWithWeightFromStream(Z_Param_Out_RandomStream,Z_Param_Weight);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomBoolWithWeightFromStream *****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomFloat **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomFloat_Parms
|
|
{
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a random float between 0 and 1 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Returns a random float between 0 and 1" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomFloat constinit property declarations ***************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomFloat constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomFloat Property Definitions **************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomFloat Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomFloat", Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::KismetMathLibrary_eventRandomFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::KismetMathLibrary_eventRandomFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomFloat)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::RandomFloat();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomFloat ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomFloatFromStream ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomFloatFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a random float between 0 and 1 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomFloat" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a random float between 0 and 1" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomFloatFromStream constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomFloatFromStream constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomFloatFromStream Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloatFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloatFromStream_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomFloatFromStream Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomFloatFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::KismetMathLibrary_eventRandomFloatFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::KismetMathLibrary_eventRandomFloatFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomFloatFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::RandomFloatFromStream(Z_Param_Out_Stream);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomFloatFromStream **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomFloatInRange ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomFloatInRange_Parms
|
|
{
|
|
double Min;
|
|
double Max;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Generate a random number between Min and Max */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Generate a random number between Min and Max" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomFloatInRange constinit property declarations ********************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomFloatInRange constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomFloatInRange Property Definitions *******************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloatInRange_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloatInRange_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloatInRange_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomFloatInRange Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomFloatInRange", Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::KismetMathLibrary_eventRandomFloatInRange_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::KismetMathLibrary_eventRandomFloatInRange_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomFloatInRange)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::RandomFloatInRange(Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomFloatInRange *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomFloatInRangeFromStream *****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomFloatInRangeFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
float Min;
|
|
float Max;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Generate a random number between Min and Max */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomFloatInRange" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Generate a random number between Min and Max" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomFloatInRangeFromStream constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomFloatInRangeFromStream constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomFloatInRangeFromStream Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloatInRangeFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloatInRangeFromStream_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloatInRangeFromStream_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomFloatInRangeFromStream_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomFloatInRangeFromStream Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomFloatInRangeFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::KismetMathLibrary_eventRandomFloatInRangeFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::KismetMathLibrary_eventRandomFloatInRangeFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomFloatInRangeFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::RandomFloatInRangeFromStream(Z_Param_Out_Stream,Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomFloatInRangeFromStream *******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomInteger ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomInteger_Parms
|
|
{
|
|
int32 Max;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a uniformly distributed random number between 0 and Max - 1 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Returns a uniformly distributed random number between 0 and Max - 1" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Max_MetaData[] = {
|
|
{ "DisplayName", "Exclusive Max" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomInteger constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomInteger constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomInteger Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomInteger_Parms, Max), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Max_MetaData), NewProp_Max_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomInteger_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomInteger Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomInteger", Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::KismetMathLibrary_eventRandomInteger_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::KismetMathLibrary_eventRandomInteger_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomInteger()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomInteger_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomInteger)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::RandomInteger(Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomInteger **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomInteger64 ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomInteger64_Parms
|
|
{
|
|
int64 Max;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a uniformly distributed random number between 0 and Max - 1 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Returns a uniformly distributed random number between 0 and Max - 1" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Max_MetaData[] = {
|
|
{ "DisplayName", "Exclusive Max" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomInteger64 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomInteger64 constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomInteger64 Property Definitions **********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomInteger64_Parms, Max), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Max_MetaData), NewProp_Max_MetaData) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomInteger64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomInteger64 Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomInteger64", Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::KismetMathLibrary_eventRandomInteger64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::KismetMathLibrary_eventRandomInteger64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomInteger64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::RandomInteger64(Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomInteger64 ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomInteger64InRange ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomInteger64InRange_Parms
|
|
{
|
|
int64 Min;
|
|
int64 Max;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Return a random integer64 between Min and Max (>= Min and <= Max) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Return a random integer64 between Min and Max (>= Min and <= Max)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomInteger64InRange constinit property declarations ****************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomInteger64InRange constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomInteger64InRange Property Definitions ***************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomInteger64InRange_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomInteger64InRange_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomInteger64InRange_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomInteger64InRange Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomInteger64InRange", Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::KismetMathLibrary_eventRandomInteger64InRange_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::KismetMathLibrary_eventRandomInteger64InRange_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomInteger64InRange)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Min);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::RandomInteger64InRange(Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomInteger64InRange *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomIntegerFromStream **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomIntegerFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
int32 Max;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a uniformly distributed random number between 0 and Max - 1 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomInt" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a uniformly distributed random number between 0 and Max - 1" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomIntegerFromStream constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomIntegerFromStream constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomIntegerFromStream Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerFromStream_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerFromStream_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomIntegerFromStream Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomIntegerFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::KismetMathLibrary_eventRandomIntegerFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::KismetMathLibrary_eventRandomIntegerFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomIntegerFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::RandomIntegerFromStream(Z_Param_Out_Stream,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomIntegerFromStream ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomIntegerInRange *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomIntegerInRange_Parms
|
|
{
|
|
int32 Min;
|
|
int32 Max;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Return a random integer between Min and Max (>= Min and <= Max) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Return a random integer between Min and Max (>= Min and <= Max)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomIntegerInRange constinit property declarations ******************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomIntegerInRange constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomIntegerInRange Property Definitions *****************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerInRange_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerInRange_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerInRange_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomIntegerInRange Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomIntegerInRange", Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::KismetMathLibrary_eventRandomIntegerInRange_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::KismetMathLibrary_eventRandomIntegerInRange_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomIntegerInRange)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::RandomIntegerInRange(Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomIntegerInRange ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomIntegerInRangeFromStream ***************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomIntegerInRangeFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
int32 Min;
|
|
int32 Max;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Return a random integer between Min and Max (>= Min and <= Max) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomIntInRange" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Return a random integer between Min and Max (>= Min and <= Max)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomIntegerInRangeFromStream constinit property declarations ********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomIntegerInRangeFromStream constinit property declarations **********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomIntegerInRangeFromStream Property Definitions *******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerInRangeFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerInRangeFromStream_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerInRangeFromStream_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomIntegerInRangeFromStream_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomIntegerInRangeFromStream Property Definitions *********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomIntegerInRangeFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::KismetMathLibrary_eventRandomIntegerInRangeFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::KismetMathLibrary_eventRandomIntegerInRangeFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomIntegerInRangeFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::RandomIntegerInRangeFromStream(Z_Param_Out_Stream,Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomIntegerInRangeFromStream *****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomPointInBoundingBox *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomPointInBoundingBox_Parms
|
|
{
|
|
FVector Center;
|
|
FVector HalfSize;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a random point within the specified bounding box using the first vector as an origin and the second as the box extents. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ScriptMethod", "RandomPointInBoxExtents" },
|
|
{ "ToolTip", "Returns a random point within the specified bounding box using the first vector as an origin and the second as the box extents." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HalfSize_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomPointInBoundingBox constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Center;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HalfSize;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomPointInBoundingBox constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomPointInBoundingBox Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBox_Parms, Center), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::NewProp_HalfSize = { "HalfSize", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBox_Parms, HalfSize), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HalfSize_MetaData), NewProp_HalfSize_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBox_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::NewProp_Center,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::NewProp_HalfSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomPointInBoundingBox Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomPointInBoundingBox", Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::KismetMathLibrary_eventRandomPointInBoundingBox_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::KismetMathLibrary_eventRandomPointInBoundingBox_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomPointInBoundingBox)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Center);
|
|
P_GET_STRUCT(FVector,Z_Param_HalfSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomPointInBoundingBox(Z_Param_Center,Z_Param_HalfSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomPointInBoundingBox ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomPointInBoundingBox_Box *****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomPointInBoundingBox_Box_Parms
|
|
{
|
|
FBox Box;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a random point within the specified bounding box. */" },
|
|
{ "DisplayName", "Random Point In Bounding Box (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ScriptMethod", "RandomPointInBoxExtents" },
|
|
{ "ToolTip", "Returns a random point within the specified bounding box." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomPointInBoundingBox_Box constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomPointInBoundingBox_Box constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomPointInBoundingBox_Box Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBox_Box_Parms, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBox_Box_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::NewProp_Box,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomPointInBoundingBox_Box Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomPointInBoundingBox_Box", Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::KismetMathLibrary_eventRandomPointInBoundingBox_Box_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::KismetMathLibrary_eventRandomPointInBoundingBox_Box_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomPointInBoundingBox_Box)
|
|
{
|
|
P_GET_STRUCT(FBox,Z_Param_Box);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomPointInBoundingBox_Box(Z_Param_Box);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomPointInBoundingBox_Box *******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomPointInBoundingBoxFromStream ***********
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
FVector Center;
|
|
FVector HalfSize;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a random point within the specified bounding box using the first vector as an origin and the second as the half size of the AABB. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomPointInBoundedBox" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a random point within the specified bounding box using the first vector as an origin and the second as the half size of the AABB." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HalfSize_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomPointInBoundingBoxFromStream constinit property declarations ****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Center;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HalfSize;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomPointInBoundingBoxFromStream constinit property declarations ******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomPointInBoundingBoxFromStream Property Definitions ***************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Parms, Center), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::NewProp_HalfSize = { "HalfSize", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Parms, HalfSize), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HalfSize_MetaData), NewProp_HalfSize_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::NewProp_Center,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::NewProp_HalfSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomPointInBoundingBoxFromStream Property Definitions *****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomPointInBoundingBoxFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomPointInBoundingBoxFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_STRUCT(FVector,Z_Param_Center);
|
|
P_GET_STRUCT(FVector,Z_Param_HalfSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomPointInBoundingBoxFromStream(Z_Param_Out_Stream,Z_Param_Center,Z_Param_HalfSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomPointInBoundingBoxFromStream *************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomPointInBoundingBoxFromStream_Box *******
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Box_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
FBox Box;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a random point within the specified bounding box. */" },
|
|
{ "DisplayName", "Random Point In Bounding Box From Stream (Box)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomPointInBox" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a random point within the specified bounding box." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomPointInBoundingBoxFromStream_Box constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomPointInBoundingBoxFromStream_Box constinit property declarations **
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomPointInBoundingBoxFromStream_Box Property Definitions ***********
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Box_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Box_Parms, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Box_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::NewProp_Box,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomPointInBoundingBoxFromStream_Box Property Definitions *************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomPointInBoundingBoxFromStream_Box", Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Box_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::KismetMathLibrary_eventRandomPointInBoundingBoxFromStream_Box_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomPointInBoundingBoxFromStream_Box)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_STRUCT(FBox,Z_Param_Box);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomPointInBoundingBoxFromStream_Box(Z_Param_Out_Stream,Z_Param_Box);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomPointInBoundingBoxFromStream_Box *********
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomRotator ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomRotator_Parms
|
|
{
|
|
bool bRoll;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Generates a random rotation, with optional random roll. */" },
|
|
{ "CPP_Default_bRoll", "false" },
|
|
{ "Keywords", "rotate rotation" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Generates a random rotation, with optional random roll." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomRotator constinit property declarations *************************
|
|
static void NewProp_bRoll_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRoll;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomRotator constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomRotator Property Definitions ************************************
|
|
void Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::NewProp_bRoll_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventRandomRotator_Parms*)Obj)->bRoll = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::NewProp_bRoll = { "bRoll", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventRandomRotator_Parms), &Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::NewProp_bRoll_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::NewProp_bRoll,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomRotator Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomRotator", Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::KismetMathLibrary_eventRandomRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::KismetMathLibrary_eventRandomRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomRotator)
|
|
{
|
|
P_GET_UBOOL(Z_Param_bRoll);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::RandomRotator(Z_Param_bRoll);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomRotator **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomRotatorFromStream **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomRotatorFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
bool bRoll;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Create a random rotation */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomRotator" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Create a random rotation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomRotatorFromStream constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static void NewProp_bRoll_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRoll;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomRotatorFromStream constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomRotatorFromStream Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomRotatorFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::NewProp_bRoll_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventRandomRotatorFromStream_Parms*)Obj)->bRoll = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::NewProp_bRoll = { "bRoll", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventRandomRotatorFromStream_Parms), &Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::NewProp_bRoll_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomRotatorFromStream_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::NewProp_bRoll,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomRotatorFromStream Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomRotatorFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::KismetMathLibrary_eventRandomRotatorFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::KismetMathLibrary_eventRandomRotatorFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomRotatorFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_UBOOL(Z_Param_bRoll);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::RandomRotatorFromStream(Z_Param_Out_Stream,Z_Param_bRoll);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomRotatorFromStream ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVector *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVector_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a random vector with length of 1 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVector constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVector constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVector Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVector Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVector", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::KismetMathLibrary_eventRandomUnitVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::KismetMathLibrary_eventRandomUnitVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVector)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVector();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVector *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVectorFromStream *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVectorFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Returns a random vector with length of 1.0 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomUnitVector" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVectorFromStream constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVectorFromStream constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVectorFromStream Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorFromStream_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVectorFromStream Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVectorFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVectorFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVectorFromStream(Z_Param_Out_Stream);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVectorFromStream *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVectorInConeInDegrees **************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVectorInConeInDegrees_Parms
|
|
{
|
|
FVector ConeDir;
|
|
float ConeHalfAngleInDegrees;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** \n\x09 * Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n\x09 * @param ConeDir\x09\x09\x09\x09\x09The base \"center\" direction of the cone.\n\x09 * @param ConeHalfAngleInDegrees\x09The half-angle of the cone (from ConeDir to edge), in degrees.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n@param ConeDir The base \"center\" direction of the cone.\n@param ConeHalfAngleInDegrees The half-angle of the cone (from ConeDir to edge), in degrees." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVectorInConeInDegrees constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConeDir;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ConeHalfAngleInDegrees;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVectorInConeInDegrees constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVectorInConeInDegrees Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::NewProp_ConeDir = { "ConeDir", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInDegrees_Parms, ConeDir), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::NewProp_ConeHalfAngleInDegrees = { "ConeHalfAngleInDegrees", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInDegrees_Parms, ConeHalfAngleInDegrees), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInDegrees_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::NewProp_ConeDir,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::NewProp_ConeHalfAngleInDegrees,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVectorInConeInDegrees Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVectorInConeInDegrees", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::KismetMathLibrary_eventRandomUnitVectorInConeInDegrees_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::KismetMathLibrary_eventRandomUnitVectorInConeInDegrees_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVectorInConeInDegrees)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_ConeDir);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ConeHalfAngleInDegrees);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVectorInConeInDegrees(Z_Param_ConeDir,Z_Param_ConeHalfAngleInDegrees);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVectorInConeInDegrees ****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVectorInConeInDegreesFromStream ****
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVectorInConeInDegreesFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
FVector ConeDir;
|
|
float ConeHalfAngleInDegrees;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** \n\x09 * Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n\x09 * @param ConeDir\x09\x09\x09\x09\x09The base \"center\" direction of the cone.\n\x09 * @param ConeHalfAngleInDegrees\x09The half-angle of the cone (from ConeDir to edge), in degrees.\n\x09 * @param Stream\x09\x09\x09\x09\x09The random stream from which to obtain the vector.\n\x09 */" },
|
|
{ "Keywords", "RandomVector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomUnitVectorInConeInDegrees" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n@param ConeDir The base \"center\" direction of the cone.\n@param ConeHalfAngleInDegrees The half-angle of the cone (from ConeDir to edge), in degrees.\n@param Stream The random stream from which to obtain the vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConeDir_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVectorInConeInDegreesFromStream constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConeDir;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ConeHalfAngleInDegrees;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVectorInConeInDegreesFromStream constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVectorInConeInDegreesFromStream Property Definitions ********
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInDegreesFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::NewProp_ConeDir = { "ConeDir", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInDegreesFromStream_Parms, ConeDir), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConeDir_MetaData), NewProp_ConeDir_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::NewProp_ConeHalfAngleInDegrees = { "ConeHalfAngleInDegrees", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInDegreesFromStream_Parms, ConeHalfAngleInDegrees), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInDegreesFromStream_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::NewProp_ConeDir,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::NewProp_ConeHalfAngleInDegrees,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVectorInConeInDegreesFromStream Property Definitions **********
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVectorInConeInDegreesFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorInConeInDegreesFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorInConeInDegreesFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVectorInConeInDegreesFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_ConeDir);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ConeHalfAngleInDegrees);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVectorInConeInDegreesFromStream(Z_Param_Out_Stream,Z_Param_Out_ConeDir,Z_Param_ConeHalfAngleInDegrees);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVectorInConeInDegreesFromStream ******
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVectorInConeInRadians **************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVectorInConeInRadians_Parms
|
|
{
|
|
FVector ConeDir;
|
|
float ConeHalfAngleInRadians;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** \n\x09 * Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n\x09 * @param ConeDir\x09\x09\x09\x09\x09The base \"center\" direction of the cone.\n\x09 * @param ConeHalfAngleInRadians\x09The half-angle of the cone (from ConeDir to edge), in radians.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n@param ConeDir The base \"center\" direction of the cone.\n@param ConeHalfAngleInRadians The half-angle of the cone (from ConeDir to edge), in radians." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVectorInConeInRadians constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConeDir;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ConeHalfAngleInRadians;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVectorInConeInRadians constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVectorInConeInRadians Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::NewProp_ConeDir = { "ConeDir", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInRadians_Parms, ConeDir), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::NewProp_ConeHalfAngleInRadians = { "ConeHalfAngleInRadians", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInRadians_Parms, ConeHalfAngleInRadians), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInRadians_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::NewProp_ConeDir,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::NewProp_ConeHalfAngleInRadians,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVectorInConeInRadians Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVectorInConeInRadians", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::KismetMathLibrary_eventRandomUnitVectorInConeInRadians_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::KismetMathLibrary_eventRandomUnitVectorInConeInRadians_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVectorInConeInRadians)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_ConeDir);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ConeHalfAngleInRadians);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVectorInConeInRadians(Z_Param_ConeDir,Z_Param_ConeHalfAngleInRadians);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVectorInConeInRadians ****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVectorInConeInRadiansFromStream ****
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVectorInConeInRadiansFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
FVector ConeDir;
|
|
float ConeHalfAngleInRadians;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** \n\x09 * Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n\x09 * @param ConeDir\x09\x09\x09\x09\x09The base \"center\" direction of the cone.\n\x09 * @param ConeHalfAngleInRadians\x09The half-angle of the cone (from ConeDir to edge), in radians.\n\x09 * @param Stream\x09\x09\x09\x09\x09The random stream from which to obtain the vector.\n\x09 */" },
|
|
{ "Keywords", "RandomVector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomUnitVectorInConeInRadians" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n@param ConeDir The base \"center\" direction of the cone.\n@param ConeHalfAngleInRadians The half-angle of the cone (from ConeDir to edge), in radians.\n@param Stream The random stream from which to obtain the vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConeDir_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVectorInConeInRadiansFromStream constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConeDir;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ConeHalfAngleInRadians;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVectorInConeInRadiansFromStream constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVectorInConeInRadiansFromStream Property Definitions ********
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInRadiansFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::NewProp_ConeDir = { "ConeDir", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInRadiansFromStream_Parms, ConeDir), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConeDir_MetaData), NewProp_ConeDir_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::NewProp_ConeHalfAngleInRadians = { "ConeHalfAngleInRadians", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInRadiansFromStream_Parms, ConeHalfAngleInRadians), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInConeInRadiansFromStream_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::NewProp_ConeDir,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::NewProp_ConeHalfAngleInRadians,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVectorInConeInRadiansFromStream Property Definitions **********
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVectorInConeInRadiansFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorInConeInRadiansFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorInConeInRadiansFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVectorInConeInRadiansFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_ConeDir);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_ConeHalfAngleInRadians);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVectorInConeInRadiansFromStream(Z_Param_Out_Stream,Z_Param_Out_ConeDir,Z_Param_ConeHalfAngleInRadians);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVectorInConeInRadiansFromStream ******
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVectorInEllipticalConeInDegrees ****
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegrees_Parms
|
|
{
|
|
FVector ConeDir;
|
|
float MaxYawInDegrees;
|
|
float MaxPitchInDegrees;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/**\n\x09* Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n\x09* The shape of the cone can be modified according to the yaw and pitch angles.\n\x09*\n\x09* @param MaxYawInDegrees\x09The yaw angle of the cone (from ConeDir to horizontal edge), in degrees.\n\x09* @param MaxPitchInDegrees\x09The pitch angle of the cone (from ConeDir to vertical edge), in degrees.\x09\n\x09*/" },
|
|
{ "Keywords", "RandomVector Pitch Yaw" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\nThe shape of the cone can be modified according to the yaw and pitch angles.\n\n@param MaxYawInDegrees The yaw angle of the cone (from ConeDir to horizontal edge), in degrees.\n@param MaxPitchInDegrees The pitch angle of the cone (from ConeDir to vertical edge), in degrees." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVectorInEllipticalConeInDegrees constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConeDir;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxYawInDegrees;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxPitchInDegrees;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVectorInEllipticalConeInDegrees constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVectorInEllipticalConeInDegrees Property Definitions ********
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::NewProp_ConeDir = { "ConeDir", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegrees_Parms, ConeDir), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::NewProp_MaxYawInDegrees = { "MaxYawInDegrees", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegrees_Parms, MaxYawInDegrees), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::NewProp_MaxPitchInDegrees = { "MaxPitchInDegrees", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegrees_Parms, MaxPitchInDegrees), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegrees_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::NewProp_ConeDir,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::NewProp_MaxYawInDegrees,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::NewProp_MaxPitchInDegrees,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVectorInEllipticalConeInDegrees Property Definitions **********
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVectorInEllipticalConeInDegrees", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegrees_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegrees_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVectorInEllipticalConeInDegrees)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_ConeDir);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxYawInDegrees);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxPitchInDegrees);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVectorInEllipticalConeInDegrees(Z_Param_ConeDir,Z_Param_MaxYawInDegrees,Z_Param_MaxPitchInDegrees);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVectorInEllipticalConeInDegrees ******
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVectorInEllipticalConeInDegreesFromStream
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegreesFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
FVector ConeDir;
|
|
float MaxYawInDegrees;
|
|
float MaxPitchInDegrees;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/**\n\x09* Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n\x09* The shape of the cone can be modified according to the yaw and pitch angles.\n\x09*\n\x09* @param MaxYawInDegrees\x09The yaw angle of the cone (from ConeDir to horizontal edge), in degrees.\n\x09* @param MaxPitchInDegrees\x09The pitch angle of the cone (from ConeDir to vertical edge), in degrees.\n\x09* @param Stream\x09\x09\x09\x09The random stream from which to obtain the vector.\n\x09*/" },
|
|
{ "Keywords", "RandomVector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomUnitVectorInEllipticalConeInDegrees" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\nThe shape of the cone can be modified according to the yaw and pitch angles.\n\n@param MaxYawInDegrees The yaw angle of the cone (from ConeDir to horizontal edge), in degrees.\n@param MaxPitchInDegrees The pitch angle of the cone (from ConeDir to vertical edge), in degrees.\n@param Stream The random stream from which to obtain the vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConeDir_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVectorInEllipticalConeInDegreesFromStream constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConeDir;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxYawInDegrees;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxPitchInDegrees;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVectorInEllipticalConeInDegreesFromStream constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVectorInEllipticalConeInDegreesFromStream Property Definitions
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegreesFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_ConeDir = { "ConeDir", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegreesFromStream_Parms, ConeDir), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConeDir_MetaData), NewProp_ConeDir_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_MaxYawInDegrees = { "MaxYawInDegrees", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegreesFromStream_Parms, MaxYawInDegrees), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_MaxPitchInDegrees = { "MaxPitchInDegrees", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegreesFromStream_Parms, MaxPitchInDegrees), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegreesFromStream_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_ConeDir,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_MaxYawInDegrees,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_MaxPitchInDegrees,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVectorInEllipticalConeInDegreesFromStream Property Definitions
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVectorInEllipticalConeInDegreesFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegreesFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInDegreesFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVectorInEllipticalConeInDegreesFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_ConeDir);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxYawInDegrees);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxPitchInDegrees);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVectorInEllipticalConeInDegreesFromStream(Z_Param_Out_Stream,Z_Param_Out_ConeDir,Z_Param_MaxYawInDegrees,Z_Param_MaxPitchInDegrees);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVectorInEllipticalConeInDegreesFromStream
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVectorInEllipticalConeInRadians ****
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadians_Parms
|
|
{
|
|
FVector ConeDir;
|
|
float MaxYawInRadians;
|
|
float MaxPitchInRadians;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/**\n\x09* Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n\x09* The shape of the cone can be modified according to the yaw and pitch angles.\n\x09*\n\x09* @param MaxYawInRadians\x09The yaw angle of the cone (from ConeDir to horizontal edge), in radians.\n\x09* @param MaxPitchInRadians\x09The pitch angle of the cone (from ConeDir to vertical edge), in radians.\x09\n\x09*/" },
|
|
{ "Keywords", "RandomVector Pitch Yaw" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "NotBlueprintThreadSafe", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\nThe shape of the cone can be modified according to the yaw and pitch angles.\n\n@param MaxYawInRadians The yaw angle of the cone (from ConeDir to horizontal edge), in radians.\n@param MaxPitchInRadians The pitch angle of the cone (from ConeDir to vertical edge), in radians." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVectorInEllipticalConeInRadians constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConeDir;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxYawInRadians;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxPitchInRadians;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVectorInEllipticalConeInRadians constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVectorInEllipticalConeInRadians Property Definitions ********
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::NewProp_ConeDir = { "ConeDir", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadians_Parms, ConeDir), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::NewProp_MaxYawInRadians = { "MaxYawInRadians", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadians_Parms, MaxYawInRadians), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::NewProp_MaxPitchInRadians = { "MaxPitchInRadians", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadians_Parms, MaxPitchInRadians), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadians_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::NewProp_ConeDir,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::NewProp_MaxYawInRadians,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::NewProp_MaxPitchInRadians,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVectorInEllipticalConeInRadians Property Definitions **********
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVectorInEllipticalConeInRadians", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadians_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadians_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVectorInEllipticalConeInRadians)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_ConeDir);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxYawInRadians);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxPitchInRadians);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVectorInEllipticalConeInRadians(Z_Param_ConeDir,Z_Param_MaxYawInRadians,Z_Param_MaxPitchInRadians);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVectorInEllipticalConeInRadians ******
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RandomUnitVectorInEllipticalConeInRadiansFromStream
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadiansFromStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
FVector ConeDir;
|
|
float MaxYawInRadians;
|
|
float MaxPitchInRadians;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/**\n\x09* Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\n\x09* The shape of the cone can be modified according to the yaw and pitch angles.\n\x09*\n\x09* @param MaxYawInRadians\x09The yaw angle of the cone (from ConeDir to horizontal edge), in radians.\n\x09* @param MaxPitchInRadians\x09The pitch angle of the cone (from ConeDir to vertical edge), in radians.\n\x09* @param Stream\x09\x09\x09\x09The random stream from which to obtain the vector.\n\x09*/" },
|
|
{ "Keywords", "RandomVector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RandomUnitVectorInEllipticalConeInRadians" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Returns a random vector with length of 1, within the specified cone, with uniform random distribution.\nThe shape of the cone can be modified according to the yaw and pitch angles.\n\n@param MaxYawInRadians The yaw angle of the cone (from ConeDir to horizontal edge), in radians.\n@param MaxPitchInRadians The pitch angle of the cone (from ConeDir to vertical edge), in radians.\n@param Stream The random stream from which to obtain the vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConeDir_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RandomUnitVectorInEllipticalConeInRadiansFromStream constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ConeDir;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxYawInRadians;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxPitchInRadians;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RandomUnitVectorInEllipticalConeInRadiansFromStream constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RandomUnitVectorInEllipticalConeInRadiansFromStream Property Definitions
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadiansFromStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_ConeDir = { "ConeDir", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadiansFromStream_Parms, ConeDir), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConeDir_MetaData), NewProp_ConeDir_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_MaxYawInRadians = { "MaxYawInRadians", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadiansFromStream_Parms, MaxYawInRadians), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_MaxPitchInRadians = { "MaxPitchInRadians", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadiansFromStream_Parms, MaxPitchInRadians), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadiansFromStream_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_ConeDir,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_MaxYawInRadians,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_MaxPitchInRadians,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function RandomUnitVectorInEllipticalConeInRadiansFromStream Property Definitions
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RandomUnitVectorInEllipticalConeInRadiansFromStream", Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadiansFromStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::KismetMathLibrary_eventRandomUnitVectorInEllipticalConeInRadiansFromStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRandomUnitVectorInEllipticalConeInRadiansFromStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_ConeDir);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxYawInRadians);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_MaxPitchInRadians);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RandomUnitVectorInEllipticalConeInRadiansFromStream(Z_Param_Out_Stream,Z_Param_Out_ConeDir,Z_Param_MaxYawInRadians,Z_Param_MaxPitchInRadians);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RandomUnitVectorInEllipticalConeInRadiansFromStream
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function REase ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_REase_Statics
|
|
{
|
|
struct KismetMathLibrary_eventREase_Parms
|
|
{
|
|
FRotator A;
|
|
FRotator B;
|
|
float Alpha;
|
|
bool bShortestPath;
|
|
TEnumAsByte<EEasingFunc::Type> EasingFunc;
|
|
float BlendExp;
|
|
int32 Steps;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Easing between A and B using a specified easing function */" },
|
|
{ "CPP_Default_BlendExp", "2.000000" },
|
|
{ "CPP_Default_Steps", "2" },
|
|
{ "DisplayName", "Ease (Rotator)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Ease" },
|
|
{ "ToolTip", "Easing between A and B using a specified easing function" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function REase constinit property declarations *********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static void NewProp_bShortestPath_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShortestPath;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_EasingFunc;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_BlendExp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Steps;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function REase constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function REase Property Definitions ********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventREase_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventREase_Parms, B), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventREase_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_bShortestPath_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventREase_Parms*)Obj)->bShortestPath = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_bShortestPath = { "bShortestPath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventREase_Parms), &Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_bShortestPath_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_EasingFunc = { "EasingFunc", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventREase_Parms, EasingFunc), Z_Construct_UEnum_Engine_EEasingFunc, METADATA_PARAMS(0, nullptr) }; // 3747893997
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_BlendExp = { "BlendExp", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventREase_Parms, BlendExp), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_Steps = { "Steps", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventREase_Parms, Steps), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventREase_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_bShortestPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_EasingFunc,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_BlendExp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_Steps,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::PropPointers) < 2048);
|
|
// ********** End Function REase Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "REase", Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::KismetMathLibrary_eventREase_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::KismetMathLibrary_eventREase_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_REase()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_REase_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execREase)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_STRUCT(FRotator,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Alpha);
|
|
P_GET_UBOOL(Z_Param_bShortestPath);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_EasingFunc);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_BlendExp);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Steps);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::REase(Z_Param_A,Z_Param_B,Z_Param_Alpha,Z_Param_bShortestPath,EEasingFunc::Type(Z_Param_EasingFunc),Z_Param_BlendExp,Z_Param_Steps);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function REase ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ResetFloatSpringState ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics
|
|
{
|
|
struct KismetMathLibrary_eventResetFloatSpringState_Parms
|
|
{
|
|
FFloatSpringState SpringState;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Resets the state of a float spring */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Resets the state of a float spring" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ResetFloatSpringState constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpringState;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ResetFloatSpringState constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ResetFloatSpringState Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::NewProp_SpringState = { "SpringState", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventResetFloatSpringState_Parms, SpringState), Z_Construct_UScriptStruct_FFloatSpringState, METADATA_PARAMS(0, nullptr) }; // 816490568
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::NewProp_SpringState,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::PropPointers) < 2048);
|
|
// ********** End Function ResetFloatSpringState Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ResetFloatSpringState", Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::KismetMathLibrary_eventResetFloatSpringState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::KismetMathLibrary_eventResetFloatSpringState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execResetFloatSpringState)
|
|
{
|
|
P_GET_STRUCT_REF(FFloatSpringState,Z_Param_Out_SpringState);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::ResetFloatSpringState(Z_Param_Out_SpringState);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ResetFloatSpringState **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ResetQuaternionSpringState *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics
|
|
{
|
|
struct KismetMathLibrary_eventResetQuaternionSpringState_Parms
|
|
{
|
|
FQuaternionSpringState SpringState;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Resets the state of a quaternion spring */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Resets the state of a quaternion spring" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ResetQuaternionSpringState constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpringState;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ResetQuaternionSpringState constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ResetQuaternionSpringState Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::NewProp_SpringState = { "SpringState", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventResetQuaternionSpringState_Parms, SpringState), Z_Construct_UScriptStruct_FQuaternionSpringState, METADATA_PARAMS(0, nullptr) }; // 3883454469
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::NewProp_SpringState,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::PropPointers) < 2048);
|
|
// ********** End Function ResetQuaternionSpringState Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ResetQuaternionSpringState", Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::KismetMathLibrary_eventResetQuaternionSpringState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::KismetMathLibrary_eventResetQuaternionSpringState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execResetQuaternionSpringState)
|
|
{
|
|
P_GET_STRUCT_REF(FQuaternionSpringState,Z_Param_Out_SpringState);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::ResetQuaternionSpringState(Z_Param_Out_SpringState);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ResetQuaternionSpringState *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ResetRandomStream ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventResetRandomStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Reset a random stream */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Reset" },
|
|
{ "ScriptMethodMutable", "" },
|
|
{ "ToolTip", "Reset a random stream" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Stream_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ResetRandomStream constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ResetRandomStream constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ResetRandomStream Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventResetRandomStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Stream_MetaData), NewProp_Stream_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::NewProp_Stream,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function ResetRandomStream Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ResetRandomStream", Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::KismetMathLibrary_eventResetRandomStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::KismetMathLibrary_eventResetRandomStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execResetRandomStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::ResetRandomStream(Z_Param_Out_Stream);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ResetRandomStream ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ResetVectorSpringState ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics
|
|
{
|
|
struct KismetMathLibrary_eventResetVectorSpringState_Parms
|
|
{
|
|
FVectorSpringState SpringState;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Resets the state of a vector spring */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Resets the state of a vector spring" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ResetVectorSpringState constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpringState;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ResetVectorSpringState constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ResetVectorSpringState Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::NewProp_SpringState = { "SpringState", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventResetVectorSpringState_Parms, SpringState), Z_Construct_UScriptStruct_FVectorSpringState, METADATA_PARAMS(0, nullptr) }; // 2879153549
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::NewProp_SpringState,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::PropPointers) < 2048);
|
|
// ********** End Function ResetVectorSpringState Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ResetVectorSpringState", Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::KismetMathLibrary_eventResetVectorSpringState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::KismetMathLibrary_eventResetVectorSpringState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execResetVectorSpringState)
|
|
{
|
|
P_GET_STRUCT_REF(FVectorSpringState,Z_Param_Out_SpringState);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::ResetVectorSpringState(Z_Param_Out_SpringState);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ResetVectorSpringState *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RGBLinearToHSV *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRGBLinearToHSV_Parms
|
|
{
|
|
FLinearColor RGB;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Converts a RGB linear color to HSV (where H is in R, S is in G, and V is in B) */" },
|
|
{ "DisplayName", "RGB to HSV (LinearColor)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RGBToHSV" },
|
|
{ "ToolTip", "Converts a RGB linear color to HSV (where H is in R, S is in G, and V is in B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RGBLinearToHSV constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RGB;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RGBLinearToHSV constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RGBLinearToHSV Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::NewProp_RGB = { "RGB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRGBLinearToHSV_Parms, RGB), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRGBLinearToHSV_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::NewProp_RGB,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::PropPointers) < 2048);
|
|
// ********** End Function RGBLinearToHSV Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RGBLinearToHSV", Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::KismetMathLibrary_eventRGBLinearToHSV_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::KismetMathLibrary_eventRGBLinearToHSV_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRGBLinearToHSV)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_RGB);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::RGBLinearToHSV(Z_Param_RGB);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RGBLinearToHSV *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RGBToHSV *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRGBToHSV_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
float H;
|
|
float S;
|
|
float V;
|
|
float A;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Breaks apart a color into individual HSV components (as well as alpha) (Hue is [0..360) while Saturation and Value are 0..1) */" },
|
|
{ "DisplayName", "RGB to HSV" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RGBIntoHSVComponents" },
|
|
{ "ToolTip", "Breaks apart a color into individual HSV components (as well as alpha) (Hue is [0..360) while Saturation and Value are 0..1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RGBToHSV constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_H;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_S;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RGBToHSV constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RGBToHSV Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRGBToHSV_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_H = { "H", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRGBToHSV_Parms, H), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_S = { "S", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRGBToHSV_Parms, S), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRGBToHSV_Parms, V), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRGBToHSV_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_H,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_S,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::NewProp_A,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::PropPointers) < 2048);
|
|
// ********** End Function RGBToHSV Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RGBToHSV", Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::KismetMathLibrary_eventRGBToHSV_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::KismetMathLibrary_eventRGBToHSV_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRGBToHSV)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_H);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_S);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_V);
|
|
P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::RGBToHSV(Z_Param_InColor,Z_Param_Out_H,Z_Param_Out_S,Z_Param_Out_V,Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RGBToHSV ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RGBToHSV_Vector ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRGBToHSV_Vector_Parms
|
|
{
|
|
FLinearColor RGB;
|
|
FLinearColor HSV;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Converts a RGB linear color to HSV (where H is in R (0..360), S is in G (0..1), and V is in B (0..1)) */" },
|
|
{ "DisplayName", "RGB to HSV (Vector)" },
|
|
{ "Keywords", "cast convert" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RGBIntoHSV" },
|
|
{ "ToolTip", "Converts a RGB linear color to HSV (where H is in R (0..360), S is in G (0..1), and V is in B (0..1))" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RGBToHSV_Vector constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RGB;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HSV;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RGBToHSV_Vector constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RGBToHSV_Vector Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::NewProp_RGB = { "RGB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRGBToHSV_Vector_Parms, RGB), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::NewProp_HSV = { "HSV", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRGBToHSV_Vector_Parms, HSV), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::NewProp_RGB,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::NewProp_HSV,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::PropPointers) < 2048);
|
|
// ********** End Function RGBToHSV_Vector Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RGBToHSV_Vector", Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::KismetMathLibrary_eventRGBToHSV_Vector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::KismetMathLibrary_eventRGBToHSV_Vector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRGBToHSV_Vector)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_RGB);
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_HSV);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::RGBToHSV_Vector(Z_Param_RGB,Z_Param_Out_HSV);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RGBToHSV_Vector ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RInterpTo ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRInterpTo_Parms
|
|
{
|
|
FRotator Current;
|
|
FRotator Target;
|
|
float DeltaTime;
|
|
float InterpSpeed;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Tries to reach Target rotation based on Current rotation, giving a nice smooth feeling when rotating to Target rotation.\n\x09 *\n\x09 * @param\x09\x09""Current\x09\x09\x09""Actual rotation\n\x09 * @param\x09\x09Target\x09\x09\x09Target rotation\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed, if the speed given is 0, then jump to the target.\n\x09 * @return\x09\x09New interpolated position\n\x09 */" },
|
|
{ "Keywords", "rotation rotate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Tries to reach Target rotation based on Current rotation, giving a nice smooth feeling when rotating to Target rotation.\n\n@param Current Actual rotation\n@param Target Target rotation\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed, if the speed given is 0, then jump to the target.\n@return New interpolated position" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RInterpTo constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RInterpTo constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RInterpTo Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Parms, Current), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Parms, Target), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::PropPointers) < 2048);
|
|
// ********** End Function RInterpTo Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RInterpTo", Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::KismetMathLibrary_eventRInterpTo_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::KismetMathLibrary_eventRInterpTo_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RInterpTo()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRInterpTo)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_Current);
|
|
P_GET_STRUCT(FRotator,Z_Param_Target);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::RInterpTo(Z_Param_Current,Z_Param_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RInterpTo **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RInterpTo_Constant ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRInterpTo_Constant_Parms
|
|
{
|
|
FRotator Current;
|
|
FRotator Target;
|
|
float DeltaTime;
|
|
float InterpSpeed;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Tries to reach Target rotation at a constant rate.\n\x09 *\n\x09 * @param\x09\x09""Current\x09\x09\x09""Actual rotation\n\x09 * @param\x09\x09Target\x09\x09\x09Target rotation\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed\n\x09 * @return\x09\x09New interpolated position\n\x09 */" },
|
|
{ "Keywords", "rotation rotate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Tries to reach Target rotation at a constant rate.\n\n@param Current Actual rotation\n@param Target Target rotation\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed\n@return New interpolated position" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RInterpTo_Constant constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RInterpTo_Constant constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RInterpTo_Constant Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Constant_Parms, Current), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Constant_Parms, Target), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Constant_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Constant_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRInterpTo_Constant_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::PropPointers) < 2048);
|
|
// ********** End Function RInterpTo_Constant Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RInterpTo_Constant", Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::KismetMathLibrary_eventRInterpTo_Constant_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::KismetMathLibrary_eventRInterpTo_Constant_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRInterpTo_Constant)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_Current);
|
|
P_GET_STRUCT(FRotator,Z_Param_Target);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::RInterpTo_Constant(Z_Param_Current,Z_Param_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RInterpTo_Constant *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RLerp ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRLerp_Parms
|
|
{
|
|
FRotator A;
|
|
FRotator B;
|
|
float Alpha;
|
|
bool bShortestPath;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1) */" },
|
|
{ "DisplayName", "Lerp (Rotator)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Lerp" },
|
|
{ "ToolTip", "Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RLerp constinit property declarations *********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static void NewProp_bShortestPath_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShortestPath;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RLerp constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RLerp Property Definitions ********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRLerp_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRLerp_Parms, B), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRLerp_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_bShortestPath_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventRLerp_Parms*)Obj)->bShortestPath = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_bShortestPath = { "bShortestPath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventRLerp_Parms), &Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_bShortestPath_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRLerp_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_bShortestPath,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::PropPointers) < 2048);
|
|
// ********** End Function RLerp Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RLerp", Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::KismetMathLibrary_eventRLerp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::KismetMathLibrary_eventRLerp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RLerp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RLerp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRLerp)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_STRUCT(FRotator,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Alpha);
|
|
P_GET_UBOOL(Z_Param_bShortestPath);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::RLerp(Z_Param_A,Z_Param_B,Z_Param_Alpha,Z_Param_bShortestPath);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RLerp ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RotateAngleAxis ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRotateAngleAxis_Parms
|
|
{
|
|
FVector InVect;
|
|
float AngleDeg;
|
|
FVector Axis;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns result of vector A rotated by AngleDeg around Axis */" },
|
|
{ "DisplayName", "Rotate Vector Around Axis" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RotateAngleAxis" },
|
|
{ "ToolTip", "Returns result of vector A rotated by AngleDeg around Axis" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RotateAngleAxis constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVect;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_AngleDeg;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Axis;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RotateAngleAxis constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RotateAngleAxis Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::NewProp_InVect = { "InVect", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRotateAngleAxis_Parms, InVect), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::NewProp_AngleDeg = { "AngleDeg", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRotateAngleAxis_Parms, AngleDeg), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::NewProp_Axis = { "Axis", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRotateAngleAxis_Parms, Axis), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRotateAngleAxis_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::NewProp_InVect,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::NewProp_AngleDeg,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::NewProp_Axis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::PropPointers) < 2048);
|
|
// ********** End Function RotateAngleAxis Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RotateAngleAxis", Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::KismetMathLibrary_eventRotateAngleAxis_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::KismetMathLibrary_eventRotateAngleAxis_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRotateAngleAxis)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVect);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_AngleDeg);
|
|
P_GET_STRUCT(FVector,Z_Param_Axis);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::RotateAngleAxis(Z_Param_InVect,Z_Param_AngleDeg,Z_Param_Axis);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RotateAngleAxis ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function RotatorFromAxisAndAngle **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRotatorFromAxisAndAngle_Parms
|
|
{
|
|
FVector Axis;
|
|
float Angle;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Create a rotation from an axis and supplied angle (in degrees) */" },
|
|
{ "Keywords", "make construct build rotate rotation" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "RotatorFromAxisAndAngle" },
|
|
{ "ToolTip", "Create a rotation from an axis and supplied angle (in degrees)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RotatorFromAxisAndAngle constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Axis;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Angle;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function RotatorFromAxisAndAngle constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function RotatorFromAxisAndAngle Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::NewProp_Axis = { "Axis", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRotatorFromAxisAndAngle_Parms, Axis), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::NewProp_Angle = { "Angle", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRotatorFromAxisAndAngle_Parms, Angle), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRotatorFromAxisAndAngle_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::NewProp_Axis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::NewProp_Angle,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::PropPointers) < 2048);
|
|
// ********** End Function RotatorFromAxisAndAngle Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "RotatorFromAxisAndAngle", Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::KismetMathLibrary_eventRotatorFromAxisAndAngle_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::KismetMathLibrary_eventRotatorFromAxisAndAngle_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRotatorFromAxisAndAngle)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Axis);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Angle);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::RotatorFromAxisAndAngle(Z_Param_Axis,Z_Param_Angle);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function RotatorFromAxisAndAngle ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Round ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Round_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRound_Parms
|
|
{
|
|
double A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A to the nearest integer (e.g., -1.6 becomes -2 and 1.6 becomes 2) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Rounds A to the nearest integer (e.g., -1.6 becomes -2 and 1.6 becomes 2)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Round constinit property declarations *********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Round constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Round Property Definitions ********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRound_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRound_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::PropPointers) < 2048);
|
|
// ********** End Function Round Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Round", Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::KismetMathLibrary_eventRound_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::KismetMathLibrary_eventRound_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Round()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Round_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRound)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Round(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Round ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Round64 **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventRound64_Parms
|
|
{
|
|
double A;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Rounds A to the nearest integer (e.g., -1.6 becomes -2 and 1.6 becomes 2) */" },
|
|
{ "DisplayName", "Round to Integer64" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Rounds A to the nearest integer (e.g., -1.6 becomes -2 and 1.6 becomes 2)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Round64 constinit property declarations *******************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Round64 constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Round64 Property Definitions ******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRound64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventRound64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Round64 Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Round64", Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::KismetMathLibrary_eventRound64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::KismetMathLibrary_eventRound64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Round64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Round64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execRound64)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Round64(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Round64 ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SafeDivide ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSafeDivide_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** This functions returns 0 if B (the denominator) is zero */" },
|
|
{ "Keywords", "percent" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "This functions returns 0 if B (the denominator) is zero" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SafeDivide constinit property declarations ****************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SafeDivide constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SafeDivide Property Definitions ***************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSafeDivide_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSafeDivide_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSafeDivide_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::PropPointers) < 2048);
|
|
// ********** End Function SafeDivide Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SafeDivide", Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::KismetMathLibrary_eventSafeDivide_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::KismetMathLibrary_eventSafeDivide_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SafeDivide()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SafeDivide_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSafeDivide)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::SafeDivide(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SafeDivide *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SeedRandomStream *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSeedRandomStream_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Create a new random seed for a random stream */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GenerateNewSeed" },
|
|
{ "ToolTip", "Create a new random seed for a random stream" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SeedRandomStream constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SeedRandomStream constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SeedRandomStream Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSeedRandomStream_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::NewProp_Stream,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::PropPointers) < 2048);
|
|
// ********** End Function SeedRandomStream Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SeedRandomStream", Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::KismetMathLibrary_eventSeedRandomStream_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::KismetMathLibrary_eventSeedRandomStream_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSeedRandomStream)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::SeedRandomStream(Z_Param_Out_Stream);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SeedRandomStream *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectClass **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectClass_Parms
|
|
{
|
|
UClass* A;
|
|
UClass* B;
|
|
bool bSelectA;
|
|
UClass* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectClass constinit property declarations ***************************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_B;
|
|
static void NewProp_bSelectA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSelectA;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectClass constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectClass Property Definitions **************************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectClass_Parms, A), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectClass_Parms, B), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_bSelectA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectClass_Parms*)Obj)->bSelectA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_bSelectA = { "bSelectA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectClass_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_bSelectA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectClass_Parms, ReturnValue), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_bSelectA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectClass Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectClass", Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::KismetMathLibrary_eventSelectClass_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::KismetMathLibrary_eventSelectClass_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectClass()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectClass_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectClass)
|
|
{
|
|
P_GET_OBJECT(UClass,Z_Param_A);
|
|
P_GET_OBJECT(UClass,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bSelectA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UClass**)Z_Param__Result=UKismetMathLibrary::SelectClass(Z_Param_A,Z_Param_B,Z_Param_bSelectA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectClass ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectColor **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectColor_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
bool bPickA;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectColor constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_bPickA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPickA;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectColor constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectColor Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectColor_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectColor_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_bPickA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectColor_Parms*)Obj)->bPickA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_bPickA = { "bPickA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectColor_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_bPickA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_bPickA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectColor Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectColor", Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::KismetMathLibrary_eventSelectColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::KismetMathLibrary_eventSelectColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bPickA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::SelectColor(Z_Param_A,Z_Param_B,Z_Param_bPickA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectColor ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectFloat **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectFloat_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
bool bPickA;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectFloat constinit property declarations ***************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static void NewProp_bPickA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPickA;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectFloat constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectFloat Property Definitions **************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectFloat_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_bPickA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectFloat_Parms*)Obj)->bPickA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_bPickA = { "bPickA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectFloat_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_bPickA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_bPickA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectFloat Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectFloat", Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::KismetMathLibrary_eventSelectFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::KismetMathLibrary_eventSelectFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectFloat)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bPickA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::SelectFloat(Z_Param_A,Z_Param_B,Z_Param_bPickA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectFloat ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectInt ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
bool bPickA;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectInt constinit property declarations *****************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static void NewProp_bPickA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPickA;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectInt constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectInt Property Definitions ****************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_bPickA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectInt_Parms*)Obj)->bPickA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_bPickA = { "bPickA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectInt_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_bPickA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_bPickA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectInt Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectInt", Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::KismetMathLibrary_eventSelectInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::KismetMathLibrary_eventSelectInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bPickA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::SelectInt(Z_Param_A,Z_Param_B,Z_Param_bPickA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectInt **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectName ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectName_Parms
|
|
{
|
|
FName A;
|
|
FName B;
|
|
bool bPickA;
|
|
FName ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|String" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectName constinit property declarations ****************************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_B;
|
|
static void NewProp_bPickA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPickA;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectName constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectName Property Definitions ***************************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectName_Parms, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectName_Parms, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_bPickA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectName_Parms*)Obj)->bPickA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_bPickA = { "bPickA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectName_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_bPickA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectName_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_bPickA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectName Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectName", Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::KismetMathLibrary_eventSelectName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::KismetMathLibrary_eventSelectName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectName)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bPickA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FName*)Z_Param__Result=UKismetMathLibrary::SelectName(Z_Param_A,Z_Param_B,Z_Param_bPickA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectName *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectObject *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectObject_Parms
|
|
{
|
|
UObject* A;
|
|
UObject* B;
|
|
bool bSelectA;
|
|
UObject* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectObject constinit property declarations **************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_B;
|
|
static void NewProp_bSelectA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSelectA;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectObject constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectObject Property Definitions *************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectObject_Parms, A), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectObject_Parms, B), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_bSelectA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectObject_Parms*)Obj)->bSelectA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_bSelectA = { "bSelectA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectObject_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_bSelectA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectObject_Parms, ReturnValue), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_bSelectA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectObject Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectObject", Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::KismetMathLibrary_eventSelectObject_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::KismetMathLibrary_eventSelectObject_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectObject()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectObject_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectObject)
|
|
{
|
|
P_GET_OBJECT(UObject,Z_Param_A);
|
|
P_GET_OBJECT(UObject,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bSelectA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UObject**)Z_Param__Result=UKismetMathLibrary::SelectObject(Z_Param_A,Z_Param_B,Z_Param_bSelectA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectObject ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectRotator ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectRotator_Parms
|
|
{
|
|
FRotator A;
|
|
FRotator B;
|
|
bool bPickA;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Rotator" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "Keywords", "rotation rotate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectRotator constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_bPickA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPickA;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectRotator constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectRotator Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectRotator_Parms, A), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectRotator_Parms, B), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_bPickA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectRotator_Parms*)Obj)->bPickA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_bPickA = { "bPickA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectRotator_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_bPickA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_bPickA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectRotator Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectRotator", Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::KismetMathLibrary_eventSelectRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::KismetMathLibrary_eventSelectRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectRotator)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_A);
|
|
P_GET_STRUCT(FRotator,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bPickA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::SelectRotator(Z_Param_A,Z_Param_B,Z_Param_bPickA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectRotator **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectString *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectString_Parms
|
|
{
|
|
FString A;
|
|
FString B;
|
|
bool bPickA;
|
|
FString ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|String" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectString constinit property declarations **************************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_B;
|
|
static void NewProp_bPickA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPickA;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectString constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectString Property Definitions *************************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectString_Parms, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectString_Parms, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_bPickA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectString_Parms*)Obj)->bPickA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_bPickA = { "bPickA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectString_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_bPickA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_bPickA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectString Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectString", Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::KismetMathLibrary_eventSelectString_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::KismetMathLibrary_eventSelectString_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectString()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectString_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectString)
|
|
{
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bPickA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FString*)Z_Param__Result=UKismetMathLibrary::SelectString(Z_Param_A,Z_Param_B,Z_Param_bPickA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectString ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectText ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectText_Parms
|
|
{
|
|
FText A;
|
|
FText B;
|
|
bool bPickA;
|
|
FText ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|String" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectText constinit property declarations ****************************
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_B;
|
|
static void NewProp_bPickA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPickA;
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectText constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectText Property Definitions ***************************************
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectText_Parms, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectText_Parms, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_bPickA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectText_Parms*)Obj)->bPickA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_bPickA = { "bPickA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectText_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_bPickA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectText_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_bPickA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectText Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectText", Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::KismetMathLibrary_eventSelectText_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::KismetMathLibrary_eventSelectText_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectText()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectText_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectText)
|
|
{
|
|
P_GET_PROPERTY(FTextProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FTextProperty,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bPickA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FText*)Z_Param__Result=UKismetMathLibrary::SelectText(Z_Param_A,Z_Param_B,Z_Param_bPickA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectText *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectTransform ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectTransform_Parms
|
|
{
|
|
FTransform A;
|
|
FTransform B;
|
|
bool bPickA;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectTransform constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_bPickA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPickA;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectTransform constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectTransform Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectTransform_Parms, A), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectTransform_Parms, B), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_bPickA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectTransform_Parms*)Obj)->bPickA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_bPickA = { "bPickA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectTransform_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_bPickA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectTransform_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_bPickA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectTransform Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectTransform", Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::KismetMathLibrary_eventSelectTransform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::KismetMathLibrary_eventSelectTransform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectTransform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectTransform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectTransform)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_B);
|
|
P_GET_UBOOL(Z_Param_bPickA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::SelectTransform(Z_Param_Out_A,Z_Param_Out_B,Z_Param_bPickA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectTransform ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SelectVector *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSelectVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
bool bPickA;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** If bPickA is true, A is returned, otherwise B is */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "If bPickA is true, A is returned, otherwise B is" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SelectVector constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static void NewProp_bPickA_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPickA;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SelectVector constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SelectVector Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_bPickA_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventSelectVector_Parms*)Obj)->bPickA = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_bPickA = { "bPickA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventSelectVector_Parms), &Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_bPickA_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSelectVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_bPickA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function SelectVector Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SelectVector", Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::KismetMathLibrary_eventSelectVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::KismetMathLibrary_eventSelectVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SelectVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SelectVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSelectVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_GET_UBOOL(Z_Param_bPickA);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::SelectVector(Z_Param_A,Z_Param_B,Z_Param_bPickA);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SelectVector ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Set2D ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSet2D_Parms
|
|
{
|
|
FVector2D A;
|
|
double X;
|
|
double Y;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Set the values of the vector directly.\n\x09 *\n\x09 * @param InX New X coordinate.\n\x09 * @param InY New Y coordinate.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Set" },
|
|
{ "ToolTip", "Set the values of the vector directly.\n\n@param InX New X coordinate.\n@param InY New Y coordinate." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Set2D constinit property declarations *********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Set2D constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Set2D Property Definitions ********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSet2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSet2D_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSet2D_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::NewProp_Y,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Set2D Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Set2D", Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::KismetMathLibrary_eventSet2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::KismetMathLibrary_eventSet2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Set2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Set2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSet2D)
|
|
{
|
|
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Set2D(Z_Param_Out_A,Z_Param_X,Z_Param_Y);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Set2D ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SetFloatSpringStateVelocity ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSetFloatSpringStateVelocity_Parms
|
|
{
|
|
FFloatSpringState SpringState;
|
|
float Velocity;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Sets the state velocity of a float spring */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Sets the state velocity of a float spring" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetFloatSpringStateVelocity constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpringState;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Velocity;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetFloatSpringStateVelocity constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetFloatSpringStateVelocity Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::NewProp_SpringState = { "SpringState", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSetFloatSpringStateVelocity_Parms, SpringState), Z_Construct_UScriptStruct_FFloatSpringState, METADATA_PARAMS(0, nullptr) }; // 816490568
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::NewProp_Velocity = { "Velocity", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSetFloatSpringStateVelocity_Parms, Velocity), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::NewProp_SpringState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::NewProp_Velocity,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetFloatSpringStateVelocity Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SetFloatSpringStateVelocity", Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::KismetMathLibrary_eventSetFloatSpringStateVelocity_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::KismetMathLibrary_eventSetFloatSpringStateVelocity_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSetFloatSpringStateVelocity)
|
|
{
|
|
P_GET_STRUCT_REF(FFloatSpringState,Z_Param_Out_SpringState);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Velocity);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::SetFloatSpringStateVelocity(Z_Param_Out_SpringState,Z_Param_Velocity);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SetFloatSpringStateVelocity ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SetQuaternionSpringStateAngularVelocity ******
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSetQuaternionSpringStateAngularVelocity_Parms
|
|
{
|
|
FQuaternionSpringState SpringState;
|
|
FVector AngularVelocity;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Sets the state angular velocity of a quaternion spring */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Sets the state angular velocity of a quaternion spring" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetQuaternionSpringStateAngularVelocity constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpringState;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_AngularVelocity;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetQuaternionSpringStateAngularVelocity constinit property declarations *
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetQuaternionSpringStateAngularVelocity Property Definitions **********
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::NewProp_SpringState = { "SpringState", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSetQuaternionSpringStateAngularVelocity_Parms, SpringState), Z_Construct_UScriptStruct_FQuaternionSpringState, METADATA_PARAMS(0, nullptr) }; // 3883454469
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::NewProp_AngularVelocity = { "AngularVelocity", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSetQuaternionSpringStateAngularVelocity_Parms, AngularVelocity), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::NewProp_SpringState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::NewProp_AngularVelocity,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetQuaternionSpringStateAngularVelocity Property Definitions ************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SetQuaternionSpringStateAngularVelocity", Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::KismetMathLibrary_eventSetQuaternionSpringStateAngularVelocity_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::KismetMathLibrary_eventSetQuaternionSpringStateAngularVelocity_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSetQuaternionSpringStateAngularVelocity)
|
|
{
|
|
P_GET_STRUCT_REF(FQuaternionSpringState,Z_Param_Out_SpringState);
|
|
P_GET_STRUCT(FVector,Z_Param_AngularVelocity);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::SetQuaternionSpringStateAngularVelocity(Z_Param_Out_SpringState,Z_Param_AngularVelocity);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SetQuaternionSpringStateAngularVelocity ********
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SetRandomStreamSeed **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSetRandomStreamSeed_Parms
|
|
{
|
|
FRandomStream Stream;
|
|
int32 NewSeed;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Random" },
|
|
{ "Comment", "/** Set the seed of a random stream to a specific number */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SetSeed" },
|
|
{ "ToolTip", "Set the seed of a random stream to a specific number" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetRandomStreamSeed constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Stream;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NewSeed;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetRandomStreamSeed constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetRandomStreamSeed Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::NewProp_Stream = { "Stream", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSetRandomStreamSeed_Parms, Stream), Z_Construct_UScriptStruct_FRandomStream, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::NewProp_NewSeed = { "NewSeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSetRandomStreamSeed_Parms, NewSeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::NewProp_Stream,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::NewProp_NewSeed,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetRandomStreamSeed Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SetRandomStreamSeed", Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::KismetMathLibrary_eventSetRandomStreamSeed_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::KismetMathLibrary_eventSetRandomStreamSeed_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSetRandomStreamSeed)
|
|
{
|
|
P_GET_STRUCT_REF(FRandomStream,Z_Param_Out_Stream);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_NewSeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::SetRandomStreamSeed(Z_Param_Out_Stream,Z_Param_NewSeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SetRandomStreamSeed ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SetVectorSpringStateVelocity *****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSetVectorSpringStateVelocity_Parms
|
|
{
|
|
FVectorSpringState SpringState;
|
|
FVector Velocity;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Sets the state velocity of a vector spring */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Sets the state velocity of a vector spring" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetVectorSpringStateVelocity constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpringState;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Velocity;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetVectorSpringStateVelocity constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetVectorSpringStateVelocity Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::NewProp_SpringState = { "SpringState", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSetVectorSpringStateVelocity_Parms, SpringState), Z_Construct_UScriptStruct_FVectorSpringState, METADATA_PARAMS(0, nullptr) }; // 2879153549
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::NewProp_Velocity = { "Velocity", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSetVectorSpringStateVelocity_Parms, Velocity), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::NewProp_SpringState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::NewProp_Velocity,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetVectorSpringStateVelocity Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SetVectorSpringStateVelocity", Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::KismetMathLibrary_eventSetVectorSpringStateVelocity_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::KismetMathLibrary_eventSetVectorSpringStateVelocity_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSetVectorSpringStateVelocity)
|
|
{
|
|
P_GET_STRUCT_REF(FVectorSpringState,Z_Param_Out_SpringState);
|
|
P_GET_STRUCT(FVector,Z_Param_Velocity);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::SetVectorSpringStateVelocity(Z_Param_Out_SpringState,Z_Param_Velocity);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SetVectorSpringStateVelocity *******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SignOfFloat **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSignOfFloat_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Sign (float, returns -1 if A < 0, 0 if A is zero, and +1 if A > 0) */" },
|
|
{ "DisplayName", "Sign (Float)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Sign (float, returns -1 if A < 0, 0 if A is zero, and +1 if A > 0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SignOfFloat constinit property declarations ***************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SignOfFloat constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SignOfFloat Property Definitions **************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSignOfFloat_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSignOfFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function SignOfFloat Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SignOfFloat", Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::KismetMathLibrary_eventSignOfFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::KismetMathLibrary_eventSignOfFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSignOfFloat)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::SignOfFloat(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SignOfFloat ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SignOfInteger ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSignOfInteger_Parms
|
|
{
|
|
int32 A;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Sign (integer, returns -1 if A < 0, 0 if A is zero, and +1 if A > 0) */" },
|
|
{ "DisplayName", "Sign (Integer)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Sign (integer, returns -1 if A < 0, 0 if A is zero, and +1 if A > 0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SignOfInteger constinit property declarations *************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SignOfInteger constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SignOfInteger Property Definitions ************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSignOfInteger_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSignOfInteger_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::PropPointers) < 2048);
|
|
// ********** End Function SignOfInteger Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SignOfInteger", Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::KismetMathLibrary_eventSignOfInteger_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::KismetMathLibrary_eventSignOfInteger_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSignOfInteger)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::SignOfInteger(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SignOfInteger **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function SignOfInteger64 ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSignOfInteger64_Parms
|
|
{
|
|
int64 A;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Sign (integer64, returns -1 if A < 0, 0 if A is zero, and +1 if A > 0) */" },
|
|
{ "DisplayName", "Sign (Integer64)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Sign (integer64, returns -1 if A < 0, 0 if A is zero, and +1 if A > 0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SignOfInteger64 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SignOfInteger64 constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SignOfInteger64 Property Definitions **********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSignOfInteger64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSignOfInteger64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::PropPointers) < 2048);
|
|
// ********** End Function SignOfInteger64 Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "SignOfInteger64", Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::KismetMathLibrary_eventSignOfInteger64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::KismetMathLibrary_eventSignOfInteger64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSignOfInteger64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::SignOfInteger64(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function SignOfInteger64 ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Sin ******************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSin_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the sine of A (expects Radians)*/" },
|
|
{ "CompactNodeTitle", "SIN" },
|
|
{ "DisplayName", "Sin (Radians)" },
|
|
{ "Keywords", "sine" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the sine of A (expects Radians)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Sin constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Sin constinit property declarations *************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Sin Property Definitions **********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSin_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSin_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::PropPointers) < 2048);
|
|
// ********** End Function Sin Property Definitions ************************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Sin", Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::KismetMathLibrary_eventSin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::KismetMathLibrary_eventSin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Sin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Sin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSin)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Sin(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Sin ********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Spherical2DToUnitCartesian *******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSpherical2DToUnitCartesian_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Converts spherical coordinates on the unit sphere into a Cartesian unit length vector. */" },
|
|
{ "DisplayName", "Spherical2D To Unit Cartesian" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SphericalToUnitCartesian" },
|
|
{ "ToolTip", "Converts spherical coordinates on the unit sphere into a Cartesian unit length vector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Spherical2DToUnitCartesian constinit property declarations ************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Spherical2DToUnitCartesian constinit property declarations **************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Spherical2DToUnitCartesian Property Definitions ***********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSpherical2DToUnitCartesian_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSpherical2DToUnitCartesian_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::PropPointers) < 2048);
|
|
// ********** End Function Spherical2DToUnitCartesian Property Definitions *************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Spherical2DToUnitCartesian", Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::KismetMathLibrary_eventSpherical2DToUnitCartesian_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::KismetMathLibrary_eventSpherical2DToUnitCartesian_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSpherical2DToUnitCartesian)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Spherical2DToUnitCartesian(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Spherical2DToUnitCartesian *********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Sqrt *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSqrt_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns square root of A*/" },
|
|
{ "CompactNodeTitle", "SQRT" },
|
|
{ "Keywords", "square root" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns square root of A" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Sqrt constinit property declarations **********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Sqrt constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Sqrt Property Definitions *********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSqrt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSqrt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Sqrt Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Sqrt", Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::KismetMathLibrary_eventSqrt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::KismetMathLibrary_eventSqrt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Sqrt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Sqrt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSqrt)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Sqrt(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Sqrt *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Square ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Square_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSquare_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Returns square of A (A*A)*/" },
|
|
{ "CompactNodeTitle", "^2" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns square of A (A*A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Square constinit property declarations ********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Square constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Square Property Definitions *******************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSquare_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSquare_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::PropPointers) < 2048);
|
|
// ********** End Function Square Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Square", Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::KismetMathLibrary_eventSquare_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::KismetMathLibrary_eventSquare_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Square()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Square_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSquare)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Square(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Square *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_ByteByte ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_ByteByte_Parms
|
|
{
|
|
uint8 A;
|
|
uint8 B;
|
|
uint8 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Byte" },
|
|
{ "Comment", "/** Subtraction (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "Byte - Byte" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Subtraction (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_ByteByte constinit property declarations *********************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_ByteByte constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_ByteByte Property Definitions ********************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_ByteByte_Parms, A), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_ByteByte_Parms, B), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_ByteByte_Parms, ReturnValue), nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_ByteByte Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_ByteByte", Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::KismetMathLibrary_eventSubtract_ByteByte_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::KismetMathLibrary_eventSubtract_ByteByte_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_ByteByte)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(uint8*)Z_Param__Result=UKismetMathLibrary::Subtract_ByteByte(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_ByteByte ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_DateTimeDateTime ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_DateTimeDateTime_Parms
|
|
{
|
|
FDateTime A;
|
|
FDateTime B;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Subtraction (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "DateTime - DateTime" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Subtraction (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_DateTimeDateTime constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_DateTimeDateTime constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_DateTimeDateTime Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_DateTimeDateTime_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_DateTimeDateTime_Parms, B), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_DateTimeDateTime_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_DateTimeDateTime Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_DateTimeDateTime", Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::KismetMathLibrary_eventSubtract_DateTimeDateTime_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::KismetMathLibrary_eventSubtract_DateTimeDateTime_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_DateTimeDateTime)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FDateTime,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::Subtract_DateTimeDateTime(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_DateTimeDateTime **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_DateTimeTimespan ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_DateTimeTimespan_Parms
|
|
{
|
|
FDateTime A;
|
|
FTimespan B;
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Subtraction (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "DateTime - Timespan" },
|
|
{ "IgnoreTypePromotion", "" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Subtraction (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_DateTimeTimespan constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_DateTimeTimespan constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_DateTimeTimespan Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_DateTimeTimespan_Parms, A), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_DateTimeTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_DateTimeTimespan_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_DateTimeTimespan Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_DateTimeTimespan", Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::KismetMathLibrary_eventSubtract_DateTimeTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::KismetMathLibrary_eventSubtract_DateTimeTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_DateTimeTimespan)
|
|
{
|
|
P_GET_STRUCT(FDateTime,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::Subtract_DateTimeTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_DateTimeTimespan **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_DoubleDouble ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_DoubleDouble_Parms
|
|
{
|
|
double A;
|
|
double B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Float" },
|
|
{ "Comment", "/** Subtraction (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "CPP_Default_B", "1.000000" },
|
|
{ "DisplayName", "float - float" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Subtraction (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_DoubleDouble constinit property declarations *****************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_DoubleDouble constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_DoubleDouble Property Definitions ****************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_DoubleDouble_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_DoubleDouble_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_DoubleDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_DoubleDouble Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_DoubleDouble", Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::KismetMathLibrary_eventSubtract_DoubleDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::KismetMathLibrary_eventSubtract_DoubleDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_DoubleDouble)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Subtract_DoubleDouble(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_DoubleDouble **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_Int64Int64 **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Subtraction (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "integer64 - integer64" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Subtraction (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_Int64Int64 constinit property declarations *******************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_Int64Int64 constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_Int64Int64 Property Definitions ******************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Int64Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_Int64Int64 Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::KismetMathLibrary_eventSubtract_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::KismetMathLibrary_eventSubtract_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Subtract_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_Int64Int64 ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_IntInt ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Subtraction (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "CPP_Default_B", "1" },
|
|
{ "DisplayName", "int - int" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Subtraction (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_IntInt constinit property declarations ***********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_IntInt constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_IntInt Property Definitions **********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_IntInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_IntInt Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_IntInt", Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::KismetMathLibrary_eventSubtract_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::KismetMathLibrary_eventSubtract_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Subtract_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_IntInt ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_IntPointInt *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_IntPointInt_Parms
|
|
{
|
|
FIntPoint A;
|
|
int32 B;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Subtraction (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "IntPoint - Integer" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SubtractInt" },
|
|
{ "ScriptOperator", "-;-=" },
|
|
{ "ToolTip", "Subtraction (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_IntPointInt constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_IntPointInt constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_IntPointInt Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_IntPointInt_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_IntPointInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_IntPointInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_IntPointInt Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_IntPointInt", Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::KismetMathLibrary_eventSubtract_IntPointInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::KismetMathLibrary_eventSubtract_IntPointInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_IntPointInt)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Subtract_IntPointInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_IntPointInt ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_IntPointIntPoint ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_IntPointIntPoint_Parms
|
|
{
|
|
FIntPoint A;
|
|
FIntPoint B;
|
|
FIntPoint ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|IntPoint" },
|
|
{ "Comment", "/** Returns IntPoint A subtracted by B */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "IntPoint - IntPoint" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Subtract" },
|
|
{ "ScriptOperator", "-;-=" },
|
|
{ "ToolTip", "Returns IntPoint A subtracted by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_IntPointIntPoint constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_IntPointIntPoint constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_IntPointIntPoint Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_IntPointIntPoint_Parms, A), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_IntPointIntPoint_Parms, B), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_IntPointIntPoint_Parms, ReturnValue), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_IntPointIntPoint Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_IntPointIntPoint", Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::KismetMathLibrary_eventSubtract_IntPointIntPoint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::KismetMathLibrary_eventSubtract_IntPointIntPoint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_IntPointIntPoint)
|
|
{
|
|
P_GET_STRUCT(FIntPoint,Z_Param_A);
|
|
P_GET_STRUCT(FIntPoint,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIntPoint*)Z_Param__Result=UKismetMathLibrary::Subtract_IntPointIntPoint(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_IntPointIntPoint **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_LinearColorLinearColor **************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_LinearColorLinearColor_Parms
|
|
{
|
|
FLinearColor A;
|
|
FLinearColor B;
|
|
FLinearColor ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Element-wise subtraction of two linear colors (R-R, G-G, B-B, A-A) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "LinearColor - LinearColor" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Subtract" },
|
|
{ "ScriptOperator", "-;-=" },
|
|
{ "ToolTip", "Element-wise subtraction of two linear colors (R-R, G-G, B-B, A-A)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_LinearColorLinearColor constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_LinearColorLinearColor constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_LinearColorLinearColor Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_LinearColorLinearColor_Parms, A), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_LinearColorLinearColor_Parms, B), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_LinearColorLinearColor_Parms, ReturnValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_LinearColorLinearColor Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_LinearColorLinearColor", Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::KismetMathLibrary_eventSubtract_LinearColorLinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::KismetMathLibrary_eventSubtract_LinearColorLinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_LinearColorLinearColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_A);
|
|
P_GET_STRUCT(FLinearColor,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FLinearColor*)Z_Param__Result=UKismetMathLibrary::Subtract_LinearColorLinearColor(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_LinearColorLinearColor ****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_QuatQuat ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_QuatQuat_Parms
|
|
{
|
|
FQuat A;
|
|
FQuat B;
|
|
FQuat ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Quat" },
|
|
{ "Comment", "/** Returns subtraction of Vector B from Vector A (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "Quat - Quat" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Subtract" },
|
|
{ "ScriptOperator", "-;-=" },
|
|
{ "ToolTip", "Returns subtraction of Vector B from Vector A (A - B)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_QuatQuat constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_QuatQuat constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_QuatQuat Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_QuatQuat_Parms, A), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_QuatQuat_Parms, B), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_QuatQuat_Parms, ReturnValue), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_QuatQuat Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_QuatQuat", Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::KismetMathLibrary_eventSubtract_QuatQuat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::KismetMathLibrary_eventSubtract_QuatQuat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_QuatQuat)
|
|
{
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FQuat,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FQuat*)Z_Param__Result=UKismetMathLibrary::Subtract_QuatQuat(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_QuatQuat ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_TimespanTimespan ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_TimespanTimespan_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan B;
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Subtraction (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "Timespan - Timespan" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Subtraction (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_TimespanTimespan constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_TimespanTimespan constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_TimespanTimespan Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_TimespanTimespan_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_TimespanTimespan_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_TimespanTimespan_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_TimespanTimespan Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_TimespanTimespan", Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::KismetMathLibrary_eventSubtract_TimespanTimespan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::KismetMathLibrary_eventSubtract_TimespanTimespan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_TimespanTimespan)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::Subtract_TimespanTimespan(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_TimespanTimespan **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_Vector2DFloat ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_Vector2DFloat_Parms
|
|
{
|
|
FVector2D A;
|
|
double B;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns Vector A subtracted by B */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "vector2d - float" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SubtractFloat" },
|
|
{ "ScriptOperator", "-;-=" },
|
|
{ "ToolTip", "Returns Vector A subtracted by B" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_Vector2DFloat constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_Vector2DFloat constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_Vector2DFloat Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Vector2DFloat_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Vector2DFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Vector2DFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_Vector2DFloat Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_Vector2DFloat", Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::KismetMathLibrary_eventSubtract_Vector2DFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::KismetMathLibrary_eventSubtract_Vector2DFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_Vector2DFloat)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Subtract_Vector2DFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_Vector2DFloat *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_Vector2DVector2D ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_Vector2DVector2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D B;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns subtraction of Vector B from Vector A (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "vector2d - vector2d" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Subtract" },
|
|
{ "ScriptOperator", "-;-=" },
|
|
{ "ToolTip", "Returns subtraction of Vector B from Vector A (A - B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_Vector2DVector2D constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_Vector2DVector2D constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_Vector2DVector2D Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Vector2DVector2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Vector2DVector2D_Parms, B), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Vector2DVector2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_Vector2DVector2D Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_Vector2DVector2D", Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::KismetMathLibrary_eventSubtract_Vector2DVector2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::KismetMathLibrary_eventSubtract_Vector2DVector2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_Vector2DVector2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT(FVector2D,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Subtract_Vector2DVector2D(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_Vector2DVector2D **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_Vector4Vector4 **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_Vector4Vector4_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns subtraction of Vector B from Vector A (A - B) */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "Vector4 - Vector4" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Subtract" },
|
|
{ "ScriptOperator", "-;-=" },
|
|
{ "ToolTip", "Returns subtraction of Vector B from Vector A (A - B)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_Vector4Vector4 constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_Vector4Vector4 constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_Vector4Vector4 Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Vector4Vector4_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Vector4Vector4_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_Vector4Vector4_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_Vector4Vector4 Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_Vector4Vector4", Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::KismetMathLibrary_eventSubtract_Vector4Vector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::KismetMathLibrary_eventSubtract_Vector4Vector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_Vector4Vector4)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Subtract_Vector4Vector4(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_Vector4Vector4 ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_VectorFloat *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_VectorFloat_Parms
|
|
{
|
|
FVector A;
|
|
double B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Subtracts a float from each component of a vector */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "vector - float" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SubtractFloat" },
|
|
{ "ToolTip", "Subtracts a float from each component of a vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_VectorFloat constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_VectorFloat constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_VectorFloat Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_VectorFloat_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_VectorFloat_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_VectorFloat_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_VectorFloat Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_VectorFloat", Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::KismetMathLibrary_eventSubtract_VectorFloat_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::KismetMathLibrary_eventSubtract_VectorFloat_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_VectorFloat)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Subtract_VectorFloat(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_VectorFloat ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_VectorInt ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_VectorInt_Parms
|
|
{
|
|
FVector A;
|
|
int32 B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Subtracts an integer from each component of a vector */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "vector - integer" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SubtractInt" },
|
|
{ "ToolTip", "Subtracts an integer from each component of a vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_VectorInt constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_VectorInt constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_VectorInt Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_VectorInt_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_VectorInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_VectorInt_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_VectorInt Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_VectorInt", Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::KismetMathLibrary_eventSubtract_VectorInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::KismetMathLibrary_eventSubtract_VectorInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_VectorInt)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Subtract_VectorInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_VectorInt *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Subtract_VectorVector ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventSubtract_VectorVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Vector subtraction */" },
|
|
{ "CompactNodeTitle", "-" },
|
|
{ "DisplayName", "vector - vector" },
|
|
{ "Keywords", "- subtract minus" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Subtract" },
|
|
{ "ScriptOperator", "-;-=" },
|
|
{ "ToolTip", "Vector subtraction" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Subtract_VectorVector constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Subtract_VectorVector constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Subtract_VectorVector Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_VectorVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_VectorVector_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventSubtract_VectorVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Subtract_VectorVector Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Subtract_VectorVector", Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::KismetMathLibrary_eventSubtract_VectorVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::KismetMathLibrary_eventSubtract_VectorVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execSubtract_VectorVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Subtract_VectorVector(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Subtract_VectorVector **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Tan ******************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTan_Parms
|
|
{
|
|
double A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Trig" },
|
|
{ "Comment", "/** Returns the tan of A (expects Radians)*/" },
|
|
{ "CompactNodeTitle", "TAN" },
|
|
{ "DisplayName", "Tan (Radians)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the tan of A (expects Radians)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Tan constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Tan constinit property declarations *************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Tan Property Definitions **********************************************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTan_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTan_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::PropPointers) < 2048);
|
|
// ********** End Function Tan Property Definitions ************************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Tan", Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::KismetMathLibrary_eventTan_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::KismetMathLibrary_eventTan_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Tan()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Tan_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTan)
|
|
{
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Tan(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Tan ********************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TEase ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTEase_Parms
|
|
{
|
|
FTransform A;
|
|
FTransform B;
|
|
float Alpha;
|
|
TEnumAsByte<EEasingFunc::Type> EasingFunc;
|
|
float BlendExp;
|
|
int32 Steps;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Ease between A and B using a specified easing function. */" },
|
|
{ "CPP_Default_BlendExp", "2.000000" },
|
|
{ "CPP_Default_Steps", "2" },
|
|
{ "DisplayName", "Ease (Transform)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Ease" },
|
|
{ "ToolTip", "Ease between A and B using a specified easing function." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TEase constinit property declarations *********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_EasingFunc;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_BlendExp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Steps;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TEase constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TEase Property Definitions ********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTEase_Parms, A), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTEase_Parms, B), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTEase_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_EasingFunc = { "EasingFunc", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTEase_Parms, EasingFunc), Z_Construct_UEnum_Engine_EEasingFunc, METADATA_PARAMS(0, nullptr) }; // 3747893997
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_BlendExp = { "BlendExp", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTEase_Parms, BlendExp), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_Steps = { "Steps", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTEase_Parms, Steps), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTEase_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_EasingFunc,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_BlendExp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_Steps,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::PropPointers) < 2048);
|
|
// ********** End Function TEase Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TEase", Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::KismetMathLibrary_eventTEase_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::KismetMathLibrary_eventTEase_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TEase()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TEase_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTEase)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Alpha);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_EasingFunc);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_BlendExp);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Steps);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::TEase(Z_Param_Out_A,Z_Param_Out_B,Z_Param_Alpha,EEasingFunc::Type(Z_Param_EasingFunc),Z_Param_BlendExp,Z_Param_Steps);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TEase ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TimespanFromString ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTimespanFromString_Parms
|
|
{
|
|
FString TimespanString;
|
|
FTimespan Result;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Converts a time span string to a Timespan object */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts a time span string to a Timespan object" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TimespanFromString constinit property declarations ********************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_TimespanString;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Result;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TimespanFromString constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TimespanFromString Property Definitions *******************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::NewProp_TimespanString = { "TimespanString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTimespanFromString_Parms, TimespanString), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTimespanFromString_Parms, Result), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventTimespanFromString_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_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(KismetMathLibrary_eventTimespanFromString_Parms), &Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::NewProp_TimespanString,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::NewProp_Result,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::PropPointers) < 2048);
|
|
// ********** End Function TimespanFromString Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TimespanFromString", Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::KismetMathLibrary_eventTimespanFromString_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::KismetMathLibrary_eventTimespanFromString_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTimespanFromString)
|
|
{
|
|
P_GET_PROPERTY(FStrProperty,Z_Param_TimespanString);
|
|
P_GET_STRUCT_REF(FTimespan,Z_Param_Out_Result);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::TimespanFromString(Z_Param_TimespanString,Z_Param_Out_Result);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TimespanFromString *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TimespanMaxValue *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTimespanMaxValue_Parms
|
|
{
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the maximum time span value */" },
|
|
{ "DisplayName", "Max Value (Timespan)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "MaxValue" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Timespan" },
|
|
{ "ToolTip", "Returns the maximum time span value" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TimespanMaxValue constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TimespanMaxValue constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TimespanMaxValue Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTimespanMaxValue_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function TimespanMaxValue Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TimespanMaxValue", Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::KismetMathLibrary_eventTimespanMaxValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::KismetMathLibrary_eventTimespanMaxValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTimespanMaxValue)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::TimespanMaxValue();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TimespanMaxValue *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TimespanMinValue *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTimespanMinValue_Parms
|
|
{
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the minimum time span value */" },
|
|
{ "DisplayName", "Min Value (Timespan)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "MinValue" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Timespan" },
|
|
{ "ToolTip", "Returns the minimum time span value" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TimespanMinValue constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TimespanMinValue constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TimespanMinValue Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTimespanMinValue_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function TimespanMinValue Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TimespanMinValue", Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::KismetMathLibrary_eventTimespanMinValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::KismetMathLibrary_eventTimespanMinValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTimespanMinValue)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::TimespanMinValue();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TimespanMinValue *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TimespanRatio ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTimespanRatio_Parms
|
|
{
|
|
FTimespan A;
|
|
FTimespan B;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns the ratio between two time spans (A / B), handles zero values */" },
|
|
{ "DisplayName", "Timespan Ratio" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the ratio between two time spans (A / B), handles zero values" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TimespanRatio constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TimespanRatio constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TimespanRatio Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTimespanRatio_Parms, A), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTimespanRatio_Parms, B), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTimespanRatio_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::PropPointers) < 2048);
|
|
// ********** End Function TimespanRatio Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TimespanRatio", Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::KismetMathLibrary_eventTimespanRatio_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::KismetMathLibrary_eventTimespanRatio_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTimespanRatio)
|
|
{
|
|
P_GET_STRUCT(FTimespan,Z_Param_A);
|
|
P_GET_STRUCT(FTimespan,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::TimespanRatio(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TimespanRatio **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TimespanZeroValue ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTimespanZeroValue_Parms
|
|
{
|
|
FTimespan ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Timespan" },
|
|
{ "Comment", "/** Returns a zero time span value */" },
|
|
{ "DisplayName", "Zero Value (Timespan)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Zero" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Timespan" },
|
|
{ "ToolTip", "Returns a zero time span value" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TimespanZeroValue constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TimespanZeroValue constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TimespanZeroValue Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTimespanZeroValue_Parms, ReturnValue), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::PropPointers) < 2048);
|
|
// ********** End Function TimespanZeroValue Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TimespanZeroValue", Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::KismetMathLibrary_eventTimespanZeroValue_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::KismetMathLibrary_eventTimespanZeroValue_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTimespanZeroValue)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTimespan*)Z_Param__Result=UKismetMathLibrary::TimespanZeroValue();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TimespanZeroValue ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TInterpTo ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTInterpTo_Parms
|
|
{
|
|
FTransform Current;
|
|
FTransform Target;
|
|
float DeltaTime;
|
|
float InterpSpeed;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Tries to reach Target transform based on distance from Current position, giving a nice smooth feeling when tracking a position.\n\x09 *\n\x09 * @param\x09\x09""Current\x09\x09\x09""Actual transform\n\x09 * @param\x09\x09Target\x09\x09\x09Target transform\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed, if the speed given is 0, then jump to the target.\n\x09 * @return\x09\x09New interpolated transform\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InterpTo" },
|
|
{ "ToolTip", "Tries to reach Target transform based on distance from Current position, giving a nice smooth feeling when tracking a position.\n\n@param Current Actual transform\n@param Target Target transform\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed, if the speed given is 0, then jump to the target.\n@return New interpolated transform" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Current_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Target_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TInterpTo constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TInterpTo constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TInterpTo Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTInterpTo_Parms, Current), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Current_MetaData), NewProp_Current_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTInterpTo_Parms, Target), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Target_MetaData), NewProp_Target_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTInterpTo_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTInterpTo_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTInterpTo_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::PropPointers) < 2048);
|
|
// ********** End Function TInterpTo Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TInterpTo", Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::KismetMathLibrary_eventTInterpTo_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::KismetMathLibrary_eventTInterpTo_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TInterpTo()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TInterpTo_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTInterpTo)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_Current);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_Target);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::TInterpTo(Z_Param_Out_Current,Z_Param_Out_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TInterpTo **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TLerp ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTLerp_Parms
|
|
{
|
|
FTransform A;
|
|
FTransform B;
|
|
float Alpha;
|
|
TEnumAsByte<ELerpInterpolationMode::Type> InterpMode;
|
|
FTransform ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "AdvancedDisplay", "3" },
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1). */" },
|
|
{ "CPP_Default_InterpMode", "QuatInterp" },
|
|
{ "DisplayName", "Lerp (Transform)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Lerp" },
|
|
{ "ToolTip", "Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1)." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TLerp constinit property declarations *********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InterpMode;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TLerp constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TLerp Property Definitions ********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTLerp_Parms, A), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTLerp_Parms, B), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTLerp_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_InterpMode = { "InterpMode", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTLerp_Parms, InterpMode), Z_Construct_UEnum_Engine_ELerpInterpolationMode, METADATA_PARAMS(0, nullptr) }; // 2108367776
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTLerp_Parms, ReturnValue), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_InterpMode,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::PropPointers) < 2048);
|
|
// ********** End Function TLerp Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TLerp", Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::KismetMathLibrary_eventTLerp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::KismetMathLibrary_eventTLerp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TLerp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TLerp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTLerp)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Alpha);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_InterpMode);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTransform*)Z_Param__Result=UKismetMathLibrary::TLerp(Z_Param_Out_A,Z_Param_Out_B,Z_Param_Alpha,ELerpInterpolationMode::Type(Z_Param_InterpMode));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TLerp ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Today ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Today_Statics
|
|
{
|
|
struct KismetMathLibrary_eventToday_Parms
|
|
{
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the local date on this computer */" },
|
|
{ "DisplayName", "Today" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the local date on this computer" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Today constinit property declarations *********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Today constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Today Property Definitions ********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToday_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::PropPointers) < 2048);
|
|
// ********** End Function Today Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Today", Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::KismetMathLibrary_eventToday_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::KismetMathLibrary_eventToday_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Today()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Today_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execToday)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::Today();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Today ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ToDirectionAndLength2D ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventToDirectionAndLength2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D OutDir;
|
|
double OutLength;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Util to convert this vector into a unit direction vector and its original length.\n\x09 *\n\x09 * @param OutDir Reference passed in to store unit direction vector.\n\x09 * @param OutLength Reference passed in to store length of the vector.\n\x09 */" },
|
|
{ "DisplayName", "To Direction And Length" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToDirectionAndLength" },
|
|
{ "ToolTip", "Util to convert this vector into a unit direction vector and its original length.\n\n@param OutDir Reference passed in to store unit direction vector.\n@param OutLength Reference passed in to store length of the vector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ToDirectionAndLength2D constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutDir;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_OutLength;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ToDirectionAndLength2D constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ToDirectionAndLength2D Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToDirectionAndLength2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::NewProp_OutDir = { "OutDir", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToDirectionAndLength2D_Parms, OutDir), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::NewProp_OutLength = { "OutLength", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToDirectionAndLength2D_Parms, OutLength), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::NewProp_OutDir,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::NewProp_OutLength,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function ToDirectionAndLength2D Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ToDirectionAndLength2D", Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::KismetMathLibrary_eventToDirectionAndLength2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::KismetMathLibrary_eventToDirectionAndLength2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execToDirectionAndLength2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_OutDir);
|
|
P_GET_PROPERTY_REF(FDoubleProperty,Z_Param_Out_OutLength);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::ToDirectionAndLength2D(Z_Param_A,Z_Param_Out_OutDir,Z_Param_Out_OutLength);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ToDirectionAndLength2D *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ToHex_LinearColor ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics
|
|
{
|
|
struct KismetMathLibrary_eventToHex_LinearColor_Parms
|
|
{
|
|
FLinearColor InColor;
|
|
FString ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Color" },
|
|
{ "Comment", "/** Converts this color value to a hexadecimal string. The format of the string is RRGGBBAA. */" },
|
|
{ "DisplayName", "ToHex" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Converts this color value to a hexadecimal string. The format of the string is RRGGBBAA." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ToHex_LinearColor constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColor;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ToHex_LinearColor constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ToHex_LinearColor Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::NewProp_InColor = { "InColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToHex_LinearColor_Parms, InColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToHex_LinearColor_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::NewProp_InColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function ToHex_LinearColor Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ToHex_LinearColor", Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::KismetMathLibrary_eventToHex_LinearColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::KismetMathLibrary_eventToHex_LinearColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execToHex_LinearColor)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FString*)Z_Param__Result=UKismetMathLibrary::ToHex_LinearColor(Z_Param_InColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ToHex_LinearColor ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ToRounded2D **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventToRounded2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09 * Get this vector as a vector where each component has been rounded to the nearest int.\n\x09 *\n\x09 * @return New FVector2D from this vector that is rounded.\n\x09 */" },
|
|
{ "DisplayName", "To Rounded (Vector2D)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToRounded" },
|
|
{ "ToolTip", "Get this vector as a vector where each component has been rounded to the nearest int.\n\n@return New FVector2D from this vector that is rounded." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ToRounded2D constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ToRounded2D constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ToRounded2D Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToRounded2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToRounded2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function ToRounded2D Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ToRounded2D", Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::KismetMathLibrary_eventToRounded2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::KismetMathLibrary_eventToRounded2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execToRounded2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::ToRounded2D(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ToRounded2D ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ToSign2D *************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventToSign2D_Parms
|
|
{
|
|
FVector2D A;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/**\n\x09* Get a copy of the vector as sign only.\n\x09* Each component is set to +1 or -1, with the sign of zero treated as +1.\n\x09*\n\x09* @return A copy of the vector with each component set to +1 or -1\n\x09*/" },
|
|
{ "DisplayName", "To Sign (+1/-1) 2D" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToSign" },
|
|
{ "ToolTip", "Get a copy of the vector as sign only.\nEach component is set to +1 or -1, with the sign of zero treated as +1.\n\n@return A copy of the vector with each component set to +1 or -1" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ToSign2D constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ToSign2D constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ToSign2D Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToSign2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToSign2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function ToSign2D Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ToSign2D", Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::KismetMathLibrary_eventToSign2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::KismetMathLibrary_eventToSign2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ToSign2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ToSign2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execToSign2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::ToSign2D(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ToSign2D ***************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ToUnixTimestamp ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventToUnixTimestamp_Parms
|
|
{
|
|
FDateTime Time;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/**\n\x09 * Returns this date as the number of seconds since the Unix Epoch (January 1st of 1970).\n\x09 *\n\x09 * @return Time of day.\n\x09 * @see FromUnixTimestamp\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns this date as the number of seconds since the Unix Epoch (January 1st of 1970).\n\n@return Time of day.\n@see FromUnixTimestamp" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Time_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ToUnixTimestamp constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Time;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ToUnixTimestamp constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ToUnixTimestamp Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::NewProp_Time = { "Time", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToUnixTimestamp_Parms, Time), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Time_MetaData), NewProp_Time_MetaData) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToUnixTimestamp_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::NewProp_Time,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::PropPointers) < 2048);
|
|
// ********** End Function ToUnixTimestamp Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ToUnixTimestamp", Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::KismetMathLibrary_eventToUnixTimestamp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::KismetMathLibrary_eventToUnixTimestamp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execToUnixTimestamp)
|
|
{
|
|
P_GET_STRUCT_REF(FDateTime,Z_Param_Out_Time);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::ToUnixTimestamp(Z_Param_Out_Time);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ToUnixTimestamp ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function ToUnixTimestampDouble ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics
|
|
{
|
|
struct KismetMathLibrary_eventToUnixTimestampDouble_Parms
|
|
{
|
|
FDateTime Time;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/**\n\x09 * Returns this date as the number of seconds since the Unix Epoch (January 1st of 1970).\n\x09 *\n\x09 * @return Time of day.\n\x09 * @see FromUnixTimestamp\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns this date as the number of seconds since the Unix Epoch (January 1st of 1970).\n\n@return Time of day.\n@see FromUnixTimestamp" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Time_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ToUnixTimestampDouble constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Time;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function ToUnixTimestampDouble constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function ToUnixTimestampDouble Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::NewProp_Time = { "Time", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToUnixTimestampDouble_Parms, Time), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Time_MetaData), NewProp_Time_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventToUnixTimestampDouble_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::NewProp_Time,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::PropPointers) < 2048);
|
|
// ********** End Function ToUnixTimestampDouble Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "ToUnixTimestampDouble", Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::KismetMathLibrary_eventToUnixTimestampDouble_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::KismetMathLibrary_eventToUnixTimestampDouble_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execToUnixTimestampDouble)
|
|
{
|
|
P_GET_STRUCT_REF(FDateTime,Z_Param_Out_Time);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::ToUnixTimestampDouble(Z_Param_Out_Time);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function ToUnixTimestampDouble **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Transform_Determinant ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTransform_Determinant_Parms
|
|
{
|
|
FTransform Transform;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** Calculates the determinant of the transform (converts to FMatrix internally) */" },
|
|
{ "DisplayName", "Determinant" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Determinant" },
|
|
{ "ToolTip", "Calculates the determinant of the transform (converts to FMatrix internally)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Transform_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Transform_Determinant constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Transform;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Transform_Determinant constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Transform_Determinant Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::NewProp_Transform = { "Transform", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransform_Determinant_Parms, Transform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Transform_MetaData), NewProp_Transform_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransform_Determinant_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::NewProp_Transform,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::PropPointers) < 2048);
|
|
// ********** End Function Transform_Determinant Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Transform_Determinant", Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::KismetMathLibrary_eventTransform_Determinant_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::KismetMathLibrary_eventTransform_Determinant_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTransform_Determinant)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_Transform);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::Transform_Determinant(Z_Param_Out_Transform);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Transform_Determinant **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TransformDirection ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTransformDirection_Parms
|
|
{
|
|
FTransform T;
|
|
FVector Direction;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** \n\x09 *\x09Transform a direction vector by the supplied transform - will not change its length. \n\x09 *\x09""For example, if T was an object's transform, this would transform a direction from local space to world space.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "TransformDirection" },
|
|
{ "ToolTip", "Transform a direction vector by the supplied transform - will not change its length.\nFor example, if T was an object's transform, this would transform a direction from local space to world space." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_T_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TransformDirection constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_T;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Direction;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TransformDirection constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TransformDirection Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::NewProp_T = { "T", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformDirection_Parms, T), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_T_MetaData), NewProp_T_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformDirection_Parms, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformDirection_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::NewProp_T,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::NewProp_Direction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::PropPointers) < 2048);
|
|
// ********** End Function TransformDirection Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TransformDirection", Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::KismetMathLibrary_eventTransformDirection_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::KismetMathLibrary_eventTransformDirection_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TransformDirection()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TransformDirection_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTransformDirection)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_T);
|
|
P_GET_STRUCT(FVector,Z_Param_Direction);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::TransformDirection(Z_Param_Out_T,Z_Param_Direction);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TransformDirection *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TransformLocation ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTransformLocation_Parms
|
|
{
|
|
FTransform T;
|
|
FVector Location;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** \n\x09 *\x09Transform a position by the supplied transform.\n\x09 *\x09""For example, if T was an object's transform, this would transform a position from local space to world space.\n\x09 */" },
|
|
{ "Keywords", "location" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "TransformLocation" },
|
|
{ "ToolTip", "Transform a position by the supplied transform.\nFor example, if T was an object's transform, this would transform a position from local space to world space." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_T_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TransformLocation constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_T;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Location;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TransformLocation constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TransformLocation Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::NewProp_T = { "T", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformLocation_Parms, T), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_T_MetaData), NewProp_T_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformLocation_Parms, Location), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformLocation_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::NewProp_T,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::NewProp_Location,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::PropPointers) < 2048);
|
|
// ********** End Function TransformLocation Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TransformLocation", Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::KismetMathLibrary_eventTransformLocation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::KismetMathLibrary_eventTransformLocation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TransformLocation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TransformLocation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTransformLocation)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_T);
|
|
P_GET_STRUCT(FVector,Z_Param_Location);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::TransformLocation(Z_Param_Out_T,Z_Param_Location);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TransformLocation ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TransformRotation ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics
|
|
{
|
|
struct KismetMathLibrary_eventTransformRotation_Parms
|
|
{
|
|
FTransform T;
|
|
FRotator Rotation;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Transform" },
|
|
{ "Comment", "/** \n\x09 *\x09Transform a rotator by the supplied transform. \n\x09 *\x09""For example, if T was an object's transform, this would transform a rotation from local space to world space.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "TransformRotation" },
|
|
{ "ToolTip", "Transform a rotator by the supplied transform.\nFor example, if T was an object's transform, this would transform a rotation from local space to world space." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_T_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TransformRotation constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_T;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Rotation;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TransformRotation constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TransformRotation Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::NewProp_T = { "T", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformRotation_Parms, T), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_T_MetaData), NewProp_T_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::NewProp_Rotation = { "Rotation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformRotation_Parms, Rotation), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformRotation_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::NewProp_T,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::NewProp_Rotation,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::PropPointers) < 2048);
|
|
// ********** End Function TransformRotation Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TransformRotation", Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::KismetMathLibrary_eventTransformRotation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::KismetMathLibrary_eventTransformRotation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TransformRotation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TransformRotation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTransformRotation)
|
|
{
|
|
P_GET_STRUCT_REF(FTransform,Z_Param_Out_T);
|
|
P_GET_STRUCT(FRotator,Z_Param_Rotation);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::TransformRotation(Z_Param_Out_T,Z_Param_Rotation);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TransformRotation ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function TransformVector4 *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics
|
|
{
|
|
struct FMatrix
|
|
{
|
|
FPlane XPlane;
|
|
FPlane YPlane;
|
|
FPlane ZPlane;
|
|
FPlane WPlane;
|
|
};
|
|
|
|
struct KismetMathLibrary_eventTransformVector4_Parms
|
|
{
|
|
FMatrix Matrix;
|
|
FVector4 Vec4;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Transform the input vector4 by a provided matrix4x4 and returns the resulting vector4.\n\x09 *\n\x09 * @return Transformed vector4.\n\x09 */" },
|
|
{ "DisplayName", "Transform Vector4 by Matrix" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Transform the input vector4 by a provided matrix4x4 and returns the resulting vector4.\n\n@return Transformed vector4." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Matrix_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Vec4_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function TransformVector4 constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Matrix;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vec4;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function TransformVector4 constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function TransformVector4 Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::NewProp_Matrix = { "Matrix", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformVector4_Parms, Matrix), Z_Construct_UScriptStruct_FMatrix, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Matrix_MetaData), NewProp_Matrix_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::NewProp_Vec4 = { "Vec4", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformVector4_Parms, Vec4), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Vec4_MetaData), NewProp_Vec4_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventTransformVector4_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::NewProp_Matrix,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::NewProp_Vec4,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::PropPointers) < 2048);
|
|
// ********** End Function TransformVector4 Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "TransformVector4", Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::KismetMathLibrary_eventTransformVector4_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::KismetMathLibrary_eventTransformVector4_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_TransformVector4()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_TransformVector4_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execTransformVector4)
|
|
{
|
|
P_GET_STRUCT_REF(FMatrix,Z_Param_Out_Matrix);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_Vec4);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::TransformVector4(Z_Param_Out_Matrix,Z_Param_Out_Vec4);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function TransformVector4 *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function UtcNow ***************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics
|
|
{
|
|
struct KismetMathLibrary_eventUtcNow_Parms
|
|
{
|
|
FDateTime ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|DateTime" },
|
|
{ "Comment", "/** Returns the UTC date and time on this computer */" },
|
|
{ "DisplayName", "UTC Now" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns the UTC date and time on this computer" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function UtcNow constinit property declarations ********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function UtcNow constinit property declarations **********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function UtcNow Property Definitions *******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventUtcNow_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::PropPointers) < 2048);
|
|
// ********** End Function UtcNow Property Definitions *********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "UtcNow", Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::KismetMathLibrary_eventUtcNow_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::KismetMathLibrary_eventUtcNow_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_UtcNow()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_UtcNow_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execUtcNow)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FDateTime*)Z_Param__Result=UKismetMathLibrary::UtcNow();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function UtcNow *****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VEase ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVEase_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
float Alpha;
|
|
TEnumAsByte<EEasingFunc::Type> EasingFunc;
|
|
float BlendExp;
|
|
int32 Steps;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/** Easing between A and B using a specified easing function */" },
|
|
{ "CPP_Default_BlendExp", "2.000000" },
|
|
{ "CPP_Default_Steps", "2" },
|
|
{ "DisplayName", "Ease (Vector)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Easing between A and B using a specified easing function" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VEase constinit property declarations *********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_EasingFunc;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_BlendExp;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Steps;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VEase constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VEase Property Definitions ********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVEase_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVEase_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVEase_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_EasingFunc = { "EasingFunc", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVEase_Parms, EasingFunc), Z_Construct_UEnum_Engine_EEasingFunc, METADATA_PARAMS(0, nullptr) }; // 3747893997
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_BlendExp = { "BlendExp", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVEase_Parms, BlendExp), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_Steps = { "Steps", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVEase_Parms, Steps), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVEase_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_EasingFunc,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_BlendExp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_Steps,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::PropPointers) < 2048);
|
|
// ********** End Function VEase Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VEase", Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::KismetMathLibrary_eventVEase_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::KismetMathLibrary_eventVEase_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VEase()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VEase_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVEase)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Alpha);
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_EasingFunc);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_BlendExp);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Steps);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::VEase(Z_Param_A,Z_Param_B,Z_Param_Alpha,EEasingFunc::Type(Z_Param_EasingFunc),Z_Param_BlendExp,Z_Param_Steps);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VEase ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector2D_One *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector2D_One_Parms
|
|
{
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** 2D one vector constant (1,1) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "One" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector2D" },
|
|
{ "ToolTip", "2D one vector constant (1,1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector2D_One constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector2D_One constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector2D_One Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2D_One_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector2D_One Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector2D_One", Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::KismetMathLibrary_eventVector2D_One_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::KismetMathLibrary_eventVector2D_One_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector2D_One)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Vector2D_One();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector2D_One ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector2D_Unit45Deg ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector2D_Unit45Deg_Parms
|
|
{
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** 2D unit vector constant along the 45 degree angle or symmetrical positive axes (sqrt(.5),sqrt(.5)) or (.707,.707). https://en.wikipedia.org/wiki/Unit_vector */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Unit45Deg" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector2D" },
|
|
{ "ToolTip", "2D unit vector constant along the 45 degree angle or symmetrical positive axes (sqrt(.5),sqrt(.5)) or (.707,.707). https://en.wikipedia.org/wiki/Unit_vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector2D_Unit45Deg constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector2D_Unit45Deg constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector2D_Unit45Deg Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2D_Unit45Deg_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector2D_Unit45Deg Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector2D_Unit45Deg", Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::KismetMathLibrary_eventVector2D_Unit45Deg_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::KismetMathLibrary_eventVector2D_Unit45Deg_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector2D_Unit45Deg)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Vector2D_Unit45Deg();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector2D_Unit45Deg *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector2D_Zero ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector2D_Zero_Parms
|
|
{
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** 2D zero vector constant (0,0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Zero" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector2D" },
|
|
{ "ToolTip", "2D zero vector constant (0,0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector2D_Zero constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector2D_Zero constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector2D_Zero Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2D_Zero_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector2D_Zero Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector2D_Zero", Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::KismetMathLibrary_eventVector2D_Zero_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::KismetMathLibrary_eventVector2D_Zero_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector2D_Zero)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Vector2D_Zero();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector2D_Zero **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector2DInterpTo *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector2DInterpTo_Parms
|
|
{
|
|
FVector2D Current;
|
|
FVector2D Target;
|
|
float DeltaTime;
|
|
float InterpSpeed;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Tries to reach Target based on distance from Current position, giving a nice smooth feeling when tracking a position.\n\x09 *\n\x09 * @param\x09\x09""Current\x09\x09\x09""Actual position\n\x09 * @param\x09\x09Target\x09\x09\x09Target position\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed, if the speed given is 0, then jump to the target.\n\x09 * @return\x09\x09New interpolated position\n\x09 */" },
|
|
{ "Keywords", "position" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InterpTo" },
|
|
{ "ToolTip", "Tries to reach Target based on distance from Current position, giving a nice smooth feeling when tracking a position.\n\n@param Current Actual position\n@param Target Target position\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed, if the speed given is 0, then jump to the target.\n@return New interpolated position" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector2DInterpTo constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector2DInterpTo constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector2DInterpTo Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Parms, Current), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Parms, Target), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector2DInterpTo Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector2DInterpTo", Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::KismetMathLibrary_eventVector2DInterpTo_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::KismetMathLibrary_eventVector2DInterpTo_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector2DInterpTo)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_Current);
|
|
P_GET_STRUCT(FVector2D,Z_Param_Target);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Vector2DInterpTo(Z_Param_Current,Z_Param_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector2DInterpTo *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector2DInterpTo_Constant ********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector2DInterpTo_Constant_Parms
|
|
{
|
|
FVector2D Current;
|
|
FVector2D Target;
|
|
float DeltaTime;
|
|
float InterpSpeed;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Tries to reach Target at a constant rate.\n\x09 *\n\x09 * @param\x09\x09""Current\x09\x09\x09""Actual position\n\x09 * @param\x09\x09Target\x09\x09\x09Target position\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed\n\x09 * @return\x09\x09New interpolated position\n\x09 */" },
|
|
{ "Keywords", "position" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InterpToConstant" },
|
|
{ "ToolTip", "Tries to reach Target at a constant rate.\n\n@param Current Actual position\n@param Target Target position\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed\n@return New interpolated position" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector2DInterpTo_Constant constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector2DInterpTo_Constant constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector2DInterpTo_Constant Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Constant_Parms, Current), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Constant_Parms, Target), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Constant_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Constant_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector2DInterpTo_Constant_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector2DInterpTo_Constant Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector2DInterpTo_Constant", Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::KismetMathLibrary_eventVector2DInterpTo_Constant_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::KismetMathLibrary_eventVector2DInterpTo_Constant_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector2DInterpTo_Constant)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_Current);
|
|
P_GET_STRUCT(FVector2D,Z_Param_Target);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Vector2DInterpTo_Constant(Z_Param_Current,Z_Param_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector2DInterpTo_Constant **********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_Assign *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_Assign_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 InVector;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Assign the values of the supplied vector.\n\x09 *\n\x09 * @param InVector Vector to copy values from.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Assign" },
|
|
{ "ToolTip", "Assign the values of the supplied vector.\n\n@param InVector Vector to copy values from." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVector_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_Assign constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_Assign constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_Assign Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Assign_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::NewProp_InVector = { "InVector", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Assign_Parms, InVector), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVector_MetaData), NewProp_InVector_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::NewProp_InVector,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_Assign Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_Assign", Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::KismetMathLibrary_eventVector4_Assign_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::KismetMathLibrary_eventVector4_Assign_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_Assign)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_InVector);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Vector4_Assign(Z_Param_Out_A,Z_Param_Out_InVector);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_Assign *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_CrossProduct3 ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_CrossProduct3_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns the cross product of two vectors - see http://mathworld.wolfram.com/CrossProduct.html */" },
|
|
{ "CompactNodeTitle", "cross3" },
|
|
{ "DisplayName", "Cross Product XYZ (Vector4)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Cross3" },
|
|
{ "ToolTip", "Returns the cross product of two vectors - see http://mathworld.wolfram.com/CrossProduct.html" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_CrossProduct3 constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_CrossProduct3 constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_CrossProduct3 Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_CrossProduct3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_CrossProduct3_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_CrossProduct3_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_CrossProduct3 Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_CrossProduct3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::KismetMathLibrary_eventVector4_CrossProduct3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::KismetMathLibrary_eventVector4_CrossProduct3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_CrossProduct3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Vector4_CrossProduct3(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_CrossProduct3 **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_DotProduct ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_DotProduct_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns the dot product of two vectors - see http://mathworld.wolfram.com/DotProduct.html */" },
|
|
{ "CompactNodeTitle", "dot" },
|
|
{ "DisplayName", "Dot Product (Vector4)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Dot" },
|
|
{ "ScriptOperator", "|" },
|
|
{ "ToolTip", "Returns the dot product of two vectors - see http://mathworld.wolfram.com/DotProduct.html" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_DotProduct constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_DotProduct constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_DotProduct Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_DotProduct_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_DotProduct_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_DotProduct_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_DotProduct Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_DotProduct", Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::KismetMathLibrary_eventVector4_DotProduct_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::KismetMathLibrary_eventVector4_DotProduct_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_DotProduct)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector4_DotProduct(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_DotProduct *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_DotProduct3 **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_DotProduct3_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns the dot product of two vectors - see http://mathworld.wolfram.com/DotProduct.html The W element is ignored.*/" },
|
|
{ "CompactNodeTitle", "dot3" },
|
|
{ "DisplayName", "Dot Product XYZ (Vector4)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Dot3" },
|
|
{ "ToolTip", "Returns the dot product of two vectors - see http://mathworld.wolfram.com/DotProduct.html The W element is ignored." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_DotProduct3 constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_DotProduct3 constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_DotProduct3 Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_DotProduct3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_DotProduct3_Parms, B), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_DotProduct3_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_DotProduct3 Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_DotProduct3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::KismetMathLibrary_eventVector4_DotProduct3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::KismetMathLibrary_eventVector4_DotProduct3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_DotProduct3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector4_DotProduct3(Z_Param_Out_A,Z_Param_Out_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_DotProduct3 ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_IsNAN ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_IsNAN_Parms
|
|
{
|
|
FVector4 A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Determines if any component is not a number (NAN)\n\x09 *\n\x09 * @return true if one or more components is NAN, otherwise false.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNAN" },
|
|
{ "ToolTip", "Determines if any component is not a number (NAN)\n\n@return true if one or more components is NAN, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_IsNAN constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_IsNAN constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_IsNAN Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_IsNAN_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector4_IsNAN_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_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(KismetMathLibrary_eventVector4_IsNAN_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_IsNAN Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_IsNAN", Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::KismetMathLibrary_eventVector4_IsNAN_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::KismetMathLibrary_eventVector4_IsNAN_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_IsNAN)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector4_IsNAN(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_IsNAN **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_IsNearlyZero3 ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_IsNearlyZero3_Parms
|
|
{
|
|
FVector4 A;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Checks whether vector is near to zero within a specified tolerance. The W element is ignored.\n\x09 *\n\x09 * @param Tolerance Error tolerance.\n\x09 * @return true if vector is in tolerance to zero, otherwise false.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNearlyZero3" },
|
|
{ "ToolTip", "Checks whether vector is near to zero within a specified tolerance. The W element is ignored.\n\n@param Tolerance Error tolerance.\n@return true if vector is in tolerance to zero, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_IsNearlyZero3 constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_IsNearlyZero3 constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_IsNearlyZero3 Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_IsNearlyZero3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_IsNearlyZero3_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector4_IsNearlyZero3_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_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(KismetMathLibrary_eventVector4_IsNearlyZero3_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_IsNearlyZero3 Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_IsNearlyZero3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::KismetMathLibrary_eventVector4_IsNearlyZero3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::KismetMathLibrary_eventVector4_IsNearlyZero3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_IsNearlyZero3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector4_IsNearlyZero3(Z_Param_Out_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_IsNearlyZero3 **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_IsNormal3 ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_IsNormal3_Parms
|
|
{
|
|
FVector4 A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Determines if vector is normalized / unit (length 1). The W element is ignored.\n\x09 *\n\x09 * @return true if normalized, false otherwise.\n\x09 */" },
|
|
{ "DisplayName", "Is Normal XYZ (Vector4)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNormal3" },
|
|
{ "ToolTip", "Determines if vector is normalized / unit (length 1). The W element is ignored.\n\n@return true if normalized, false otherwise." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_IsNormal3 constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_IsNormal3 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_IsNormal3 Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_IsNormal3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector4_IsNormal3_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_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(KismetMathLibrary_eventVector4_IsNormal3_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_IsNormal3 Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_IsNormal3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::KismetMathLibrary_eventVector4_IsNormal3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::KismetMathLibrary_eventVector4_IsNormal3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_IsNormal3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector4_IsNormal3(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_IsNormal3 ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_IsUnit3 ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_IsUnit3_Parms
|
|
{
|
|
FVector4 A;
|
|
float SquaredLenthTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Determines if vector is normalized / unit (length 1) within specified squared tolerance. The W element is ignored.\n\x09 *\n\x09 * @return true if unit, false otherwise.\n\x09 */" },
|
|
{ "CPP_Default_SquaredLenthTolerance", "0.000100" },
|
|
{ "DisplayName", "Is Unit XYZ (Vector4)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsUnit3" },
|
|
{ "ToolTip", "Determines if vector is normalized / unit (length 1) within specified squared tolerance. The W element is ignored.\n\n@return true if unit, false otherwise." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_IsUnit3 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SquaredLenthTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_IsUnit3 constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_IsUnit3 Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_IsUnit3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::NewProp_SquaredLenthTolerance = { "SquaredLenthTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_IsUnit3_Parms, SquaredLenthTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector4_IsUnit3_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_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(KismetMathLibrary_eventVector4_IsUnit3_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::NewProp_SquaredLenthTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_IsUnit3 Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_IsUnit3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::KismetMathLibrary_eventVector4_IsUnit3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::KismetMathLibrary_eventVector4_IsUnit3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_IsUnit3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_SquaredLenthTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector4_IsUnit3(Z_Param_Out_A,Z_Param_SquaredLenthTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_IsUnit3 ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_IsZero *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_IsZero_Parms
|
|
{
|
|
FVector4 A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Checks whether all components of the vector are exactly zero.\n\x09 *\n\x09 * @return true if vector is exactly zero, otherwise false.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsZero" },
|
|
{ "ToolTip", "Checks whether all components of the vector are exactly zero.\n\n@return true if vector is exactly zero, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_IsZero constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_IsZero constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_IsZero Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_IsZero_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector4_IsZero_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_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(KismetMathLibrary_eventVector4_IsZero_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_IsZero Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_IsZero", Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::KismetMathLibrary_eventVector4_IsZero_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::KismetMathLibrary_eventVector4_IsZero_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_IsZero)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector4_IsZero(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_IsZero *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_MirrorByVector3 **********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_MirrorByVector3_Parms
|
|
{
|
|
FVector4 Direction;
|
|
FVector4 SurfaceNormal;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** \n\x09 * Given a direction vector and a surface normal, returns the vector reflected across the surface normal.\n\x09 * Produces a result like shining a laser at a mirror!\n\x09 * The W element is ignored.\n\x09 *\n\x09 * @param Direction Direction vector the ray is coming from.\n\x09 * @param SurfaceNormal A normal of the surface the ray should be reflected on.\n\x09 *\n\x09 * @returns Reflected vector.\n\x09 */" },
|
|
{ "Keywords", "Reflection" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MirrorByVector3" },
|
|
{ "ToolTip", "Given a direction vector and a surface normal, returns the vector reflected across the surface normal.\nProduces a result like shining a laser at a mirror!\nThe W element is ignored.\n\n@param Direction Direction vector the ray is coming from.\n@param SurfaceNormal A normal of the surface the ray should be reflected on.\n\n@returns Reflected vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Direction_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SurfaceNormal_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_MirrorByVector3 constinit property declarations ***************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Direction;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SurfaceNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_MirrorByVector3 constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_MirrorByVector3 Property Definitions **************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_MirrorByVector3_Parms, Direction), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Direction_MetaData), NewProp_Direction_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::NewProp_SurfaceNormal = { "SurfaceNormal", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_MirrorByVector3_Parms, SurfaceNormal), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SurfaceNormal_MetaData), NewProp_SurfaceNormal_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_MirrorByVector3_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::NewProp_Direction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::NewProp_SurfaceNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_MirrorByVector3 Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_MirrorByVector3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::KismetMathLibrary_eventVector4_MirrorByVector3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::KismetMathLibrary_eventVector4_MirrorByVector3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_MirrorByVector3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_Direction);
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_SurfaceNormal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Vector4_MirrorByVector3(Z_Param_Out_Direction,Z_Param_Out_SurfaceNormal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_MirrorByVector3 ************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_Negated ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_Negated_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Gets a negated copy of the vector. Equivalent to -Vector for scripts. */" },
|
|
{ "DisplayName", "Negated (Vector4)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Negated" },
|
|
{ "ScriptOperator", "neg" },
|
|
{ "ToolTip", "Gets a negated copy of the vector. Equivalent to -Vector for scripts." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_Negated constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_Negated constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_Negated Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Negated_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Negated_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_Negated Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_Negated", Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::KismetMathLibrary_eventVector4_Negated_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::KismetMathLibrary_eventVector4_Negated_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_Negated)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Vector4_Negated(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_Negated ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_Normal3 ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_Normal3_Parms
|
|
{
|
|
FVector4 A;
|
|
float Tolerance;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Gets a normalized unit copy of the vector, ensuring it is safe to do so based on the length. The W element is ignored and the returned vector has W=0.\n\x09 * Returns zero vector if vector length is too small to safely normalize.\n\x09 *\n\x09 * @param Tolerance Minimum squared vector length.\n\x09 * @return A normalized copy if safe, (0,0,0) otherwise.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Normalize XYZ (Vector 4)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Normal3" },
|
|
{ "ToolTip", "Gets a normalized unit copy of the vector, ensuring it is safe to do so based on the length. The W element is ignored and the returned vector has W=0.\nReturns zero vector if vector length is too small to safely normalize.\n\n@param Tolerance Minimum squared vector length.\n@return A normalized copy if safe, (0,0,0) otherwise." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_Normal3 constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_Normal3 constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_Normal3 Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Normal3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Normal3_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Normal3_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_Normal3 Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_Normal3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::KismetMathLibrary_eventVector4_Normal3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::KismetMathLibrary_eventVector4_Normal3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_Normal3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Vector4_Normal3(Z_Param_Out_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_Normal3 ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_Normalize3 ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_Normalize3_Parms
|
|
{
|
|
FVector4 A;
|
|
float Tolerance;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Normalize this vector in-place if it is large enough or set it to (0,0,0,0) otherwise. The W element is ignored and the returned vector has W=0.\n\x09 *\n\x09 * @param Tolerance Minimum squared length of vector for normalization.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000000" },
|
|
{ "DisplayName", "Normalize In Place XYZ (Vector4)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Normalize3" },
|
|
{ "ToolTip", "Normalize this vector in-place if it is large enough or set it to (0,0,0,0) otherwise. The W element is ignored and the returned vector has W=0.\n\n@param Tolerance Minimum squared length of vector for normalization." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_Normalize3 constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_Normalize3 constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_Normalize3 Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Normalize3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Normalize3_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::NewProp_Tolerance,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_Normalize3 Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_Normalize3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::KismetMathLibrary_eventVector4_Normalize3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::KismetMathLibrary_eventVector4_Normalize3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_Normalize3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Vector4_Normalize3(Z_Param_Out_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_Normalize3 *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_NormalUnsafe3 ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_NormalUnsafe3_Parms
|
|
{
|
|
FVector4 A;
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Calculates normalized unit version of vector without checking for zero length. The W element is ignored and the returned vector has W=0.\n\x09 *\n\x09 * @return Normalized version of vector.\n\x09 */" },
|
|
{ "DisplayName", "Normal Unsafe XYZ (Vector4)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NormalUnsafe3" },
|
|
{ "ToolTip", "Calculates normalized unit version of vector without checking for zero length. The W element is ignored and the returned vector has W=0.\n\n@return Normalized version of vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_NormalUnsafe3 constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_NormalUnsafe3 constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_NormalUnsafe3 Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_NormalUnsafe3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_NormalUnsafe3_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_NormalUnsafe3 Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_NormalUnsafe3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::KismetMathLibrary_eventVector4_NormalUnsafe3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::KismetMathLibrary_eventVector4_NormalUnsafe3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_NormalUnsafe3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Vector4_NormalUnsafe3(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_NormalUnsafe3 **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_Set **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_Set_Parms
|
|
{
|
|
FVector4 A;
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
double W;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/**\n\x09 * Set the values of the vector directly.\n\x09 *\n\x09 * @param InX New X coordinate.\n\x09 * @param InY New Y coordinate.\n\x09 * @param InZ New Z coordinate.\n\x09 * @param InW New W coordinate.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Set" },
|
|
{ "ToolTip", "Set the values of the vector directly.\n\n@param InX New X coordinate.\n@param InY New Y coordinate.\n@param InZ New Z coordinate.\n@param InW New W coordinate." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_Set constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_W;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_Set constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_Set Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Set_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Set_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Set_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Set_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_W = { "W", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Set_Parms, W), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_Z,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::NewProp_W,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_Set Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_Set", Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::KismetMathLibrary_eventVector4_Set_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::KismetMathLibrary_eventVector4_Set_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_Set)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Z);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_W);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Vector4_Set(Z_Param_Out_A,Z_Param_X,Z_Param_Y,Z_Param_Z,Z_Param_W);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_Set ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_Size *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_Size_Parms
|
|
{
|
|
FVector4 A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns the length of the vector. */" },
|
|
{ "DisplayName", "Length (Vector4)" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Length" },
|
|
{ "ToolTip", "Returns the length of the vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_Size constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_Size constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_Size Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Size_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Size_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_Size Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_Size", Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::KismetMathLibrary_eventVector4_Size_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::KismetMathLibrary_eventVector4_Size_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_Size)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector4_Size(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_Size ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_Size3 ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_Size3_Parms
|
|
{
|
|
FVector4 A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns the length of the vector. The W element is ignored. */" },
|
|
{ "DisplayName", "Length XYZ (Vector4)" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Length3" },
|
|
{ "ToolTip", "Returns the length of the vector. The W element is ignored." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_Size3 constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_Size3 constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_Size3 Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Size3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Size3_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_Size3 Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_Size3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::KismetMathLibrary_eventVector4_Size3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::KismetMathLibrary_eventVector4_Size3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_Size3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector4_Size3(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_Size3 **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_SizeSquared **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_SizeSquared_Parms
|
|
{
|
|
FVector4 A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns the squared length of the vector. */" },
|
|
{ "DisplayName", "Length Squared (Vector4)" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "LengthSquared" },
|
|
{ "ToolTip", "Returns the squared length of the vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_SizeSquared constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_SizeSquared constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_SizeSquared Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_SizeSquared_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_SizeSquared_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_SizeSquared Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_SizeSquared", Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::KismetMathLibrary_eventVector4_SizeSquared_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::KismetMathLibrary_eventVector4_SizeSquared_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_SizeSquared)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector4_SizeSquared(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_SizeSquared ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_SizeSquared3 *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_SizeSquared3_Parms
|
|
{
|
|
FVector4 A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** Returns the squared length of the vector. The W element is ignored. */" },
|
|
{ "DisplayName", "Length XYZ Squared (Vector4)" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "LengthSquared3" },
|
|
{ "ToolTip", "Returns the squared length of the vector. The W element is ignored." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_SizeSquared3 constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_SizeSquared3 constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_SizeSquared3 Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_SizeSquared3_Parms, A), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_SizeSquared3_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_SizeSquared3 Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_SizeSquared3", Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::KismetMathLibrary_eventVector4_SizeSquared3_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::KismetMathLibrary_eventVector4_SizeSquared3_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_SizeSquared3)
|
|
{
|
|
P_GET_STRUCT_REF(FVector4,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector4_SizeSquared3(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_SizeSquared3 ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector4_Zero *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector4_Zero_Parms
|
|
{
|
|
FVector4 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector4" },
|
|
{ "Comment", "/** 4D vector zero constant (0,0,0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Zero" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector4" },
|
|
{ "ToolTip", "4D vector zero constant (0,0,0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector4_Zero constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector4_Zero constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector4_Zero Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector4_Zero_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector4, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector4_Zero Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector4_Zero", Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::KismetMathLibrary_eventVector4_Zero_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::KismetMathLibrary_eventVector4_Zero_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector4_Zero)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector4*)Z_Param__Result=UKismetMathLibrary::Vector4_Zero();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector4_Zero ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_AddBounded ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_AddBounded_Parms
|
|
{
|
|
FVector A;
|
|
FVector InAddVect;
|
|
float InRadius;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Add a vector to this and clamp the result to an axis aligned cube centered at the origin.\n\x09 *\n\x09 * @param InAddVect Vector to add.\n\x09 * @param InRadius Half size of the cube.\n\x09 */" },
|
|
{ "Keywords", "Bounding" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "AddBounded" },
|
|
{ "ToolTip", "Add a vector to this and clamp the result to an axis aligned cube centered at the origin.\n\n@param InAddVect Vector to add.\n@param InRadius Half size of the cube." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_AddBounded constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InAddVect;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InRadius;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_AddBounded constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_AddBounded Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_AddBounded_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::NewProp_InAddVect = { "InAddVect", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_AddBounded_Parms, InAddVect), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::NewProp_InRadius = { "InRadius", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_AddBounded_Parms, InRadius), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::NewProp_InAddVect,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::NewProp_InRadius,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_AddBounded Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_AddBounded", Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::KismetMathLibrary_eventVector_AddBounded_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::KismetMathLibrary_eventVector_AddBounded_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_AddBounded)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_GET_STRUCT(FVector,Z_Param_InAddVect);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InRadius);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Vector_AddBounded(Z_Param_Out_A,Z_Param_InAddVect,Z_Param_InRadius);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_AddBounded ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Assign ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Assign_Parms
|
|
{
|
|
FVector A;
|
|
FVector InVector;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Assign the values of the supplied vector.\n\x09 *\n\x09 * @param InVector Vector to copy values from.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Assign" },
|
|
{ "ToolTip", "Assign the values of the supplied vector.\n\n@param InVector Vector to copy values from." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InVector_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Assign constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVector;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Assign constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Assign Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Assign_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::NewProp_InVector = { "InVector", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Assign_Parms, InVector), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InVector_MetaData), NewProp_InVector_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::NewProp_InVector,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Assign Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Assign", Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::KismetMathLibrary_eventVector_Assign_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::KismetMathLibrary_eventVector_Assign_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Assign)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_InVector);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Vector_Assign(Z_Param_Out_A,Z_Param_Out_InVector);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Assign **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Backward ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Backward_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** 3D vector Unreal backward direction constant (-1,0,0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Backward" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector" },
|
|
{ "ToolTip", "3D vector Unreal backward direction constant (-1,0,0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Backward constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Backward constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Backward Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Backward_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Backward Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Backward", Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::KismetMathLibrary_eventVector_Backward_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::KismetMathLibrary_eventVector_Backward_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Backward)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_Backward();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Backward ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_BoundedToBox **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_BoundedToBox_Parms
|
|
{
|
|
FVector InVect;
|
|
FVector InBoxMin;
|
|
FVector InBoxMax;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Get a copy of this vector, clamped inside of the specified axis aligned cube. */" },
|
|
{ "Keywords", "Bounding" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "BoundedToBox" },
|
|
{ "ToolTip", "Get a copy of this vector, clamped inside of the specified axis aligned cube." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_BoundedToBox constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVect;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InBoxMin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InBoxMax;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_BoundedToBox constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_BoundedToBox Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::NewProp_InVect = { "InVect", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_BoundedToBox_Parms, InVect), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::NewProp_InBoxMin = { "InBoxMin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_BoundedToBox_Parms, InBoxMin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::NewProp_InBoxMax = { "InBoxMax", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_BoundedToBox_Parms, InBoxMax), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_BoundedToBox_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::NewProp_InVect,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::NewProp_InBoxMin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::NewProp_InBoxMax,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_BoundedToBox Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_BoundedToBox", Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::KismetMathLibrary_eventVector_BoundedToBox_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::KismetMathLibrary_eventVector_BoundedToBox_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_BoundedToBox)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVect);
|
|
P_GET_STRUCT(FVector,Z_Param_InBoxMin);
|
|
P_GET_STRUCT(FVector,Z_Param_InBoxMax);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_BoundedToBox(Z_Param_InVect,Z_Param_InBoxMin,Z_Param_InBoxMax);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_BoundedToBox ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_BoundedToCube *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_BoundedToCube_Parms
|
|
{
|
|
FVector InVect;
|
|
float InRadius;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Get a copy of this vector, clamped inside of an axis aligned cube centered at the origin.\n\x09 *\n\x09 * @param InRadius Half size of the cube (or radius of sphere circumscribed in the cube).\n\x09 * @return A copy of this vector, bound by cube.\n\x09 */" },
|
|
{ "Keywords", "Bounding" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "BoundedToCube" },
|
|
{ "ToolTip", "Get a copy of this vector, clamped inside of an axis aligned cube centered at the origin.\n\n@param InRadius Half size of the cube (or radius of sphere circumscribed in the cube).\n@return A copy of this vector, bound by cube." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_BoundedToCube constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVect;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InRadius;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_BoundedToCube constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_BoundedToCube Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::NewProp_InVect = { "InVect", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_BoundedToCube_Parms, InVect), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::NewProp_InRadius = { "InRadius", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_BoundedToCube_Parms, InRadius), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_BoundedToCube_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::NewProp_InVect,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::NewProp_InRadius,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_BoundedToCube Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_BoundedToCube", Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::KismetMathLibrary_eventVector_BoundedToCube_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::KismetMathLibrary_eventVector_BoundedToCube_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_BoundedToCube)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVect);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InRadius);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_BoundedToCube(Z_Param_InVect,Z_Param_InRadius);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_BoundedToCube ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_ClampSize2D ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_ClampSize2D_Parms
|
|
{
|
|
FVector A;
|
|
double Min;
|
|
double Max;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Create a copy of this vector, with the 2D magnitude/size/length clamped between Min and Max. Z is unchanged. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ClampedSize2D" },
|
|
{ "ToolTip", "Create a copy of this vector, with the 2D magnitude/size/length clamped between Min and Max. Z is unchanged." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_ClampSize2D constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_ClampSize2D constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_ClampSize2D Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSize2D_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSize2D_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSize2D_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSize2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_ClampSize2D Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_ClampSize2D", Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::KismetMathLibrary_eventVector_ClampSize2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::KismetMathLibrary_eventVector_ClampSize2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_ClampSize2D)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_ClampSize2D(Z_Param_A,Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_ClampSize2D *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_ClampSizeMax **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_ClampSizeMax_Parms
|
|
{
|
|
FVector A;
|
|
double Max;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Create a copy of this vector, with its maximum magnitude/size/length clamped to MaxSize. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ClampedSizeMax" },
|
|
{ "ToolTip", "Create a copy of this vector, with its maximum magnitude/size/length clamped to MaxSize." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_ClampSizeMax constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_ClampSizeMax constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_ClampSizeMax Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSizeMax_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSizeMax_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSizeMax_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_ClampSizeMax Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_ClampSizeMax", Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::KismetMathLibrary_eventVector_ClampSizeMax_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::KismetMathLibrary_eventVector_ClampSizeMax_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_ClampSizeMax)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_ClampSizeMax(Z_Param_A,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_ClampSizeMax ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_ClampSizeMax2D ************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_ClampSizeMax2D_Parms
|
|
{
|
|
FVector A;
|
|
double Max;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Create a copy of this vector, with the maximum 2D magnitude/size/length clamped to MaxSize. Z is unchanged. */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ClampedSizeMax2D" },
|
|
{ "ToolTip", "Create a copy of this vector, with the maximum 2D magnitude/size/length clamped to MaxSize. Z is unchanged." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_ClampSizeMax2D constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_ClampSizeMax2D constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_ClampSizeMax2D Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSizeMax2D_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSizeMax2D_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ClampSizeMax2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_ClampSizeMax2D Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_ClampSizeMax2D", Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::KismetMathLibrary_eventVector_ClampSizeMax2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::KismetMathLibrary_eventVector_ClampSizeMax2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_ClampSizeMax2D)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_ClampSizeMax2D(Z_Param_A,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_ClampSizeMax2D **************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_ComponentMax **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_ComponentMax_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Find the maximum elements (X, Y and Z) between the two vector's components */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMax" },
|
|
{ "ToolTip", "Find the maximum elements (X, Y and Z) between the two vector's components" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_ComponentMax constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_ComponentMax constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_ComponentMax Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ComponentMax_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ComponentMax_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ComponentMax_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_ComponentMax Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_ComponentMax", Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::KismetMathLibrary_eventVector_ComponentMax_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::KismetMathLibrary_eventVector_ComponentMax_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_ComponentMax)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_ComponentMax(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_ComponentMax ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_ComponentMin **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_ComponentMin_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Find the minimum elements (X, Y and Z) between the two vector's components */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetMin" },
|
|
{ "ToolTip", "Find the minimum elements (X, Y and Z) between the two vector's components" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_ComponentMin constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_ComponentMin constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_ComponentMin Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ComponentMin_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ComponentMin_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ComponentMin_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_ComponentMin Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_ComponentMin", Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::KismetMathLibrary_eventVector_ComponentMin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::KismetMathLibrary_eventVector_ComponentMin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_ComponentMin)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_ComponentMin(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_ComponentMin ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_CosineAngle2D *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_CosineAngle2D_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Returns the cosine of the angle between this vector and another projected onto the XY plane (no Z).\n\x09 *\n\x09 * @param B the other vector to find the 2D cosine of the angle with.\n\x09 * @return The cosine.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "CosineAngle2D" },
|
|
{ "ToolTip", "Returns the cosine of the angle between this vector and another projected onto the XY plane (no Z).\n\n@param B the other vector to find the 2D cosine of the angle with.\n@return The cosine." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_CosineAngle2D constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_CosineAngle2D constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_CosineAngle2D Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_CosineAngle2D_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_CosineAngle2D_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_CosineAngle2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_CosineAngle2D Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_CosineAngle2D", Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::KismetMathLibrary_eventVector_CosineAngle2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::KismetMathLibrary_eventVector_CosineAngle2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_CosineAngle2D)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector_CosineAngle2D(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_CosineAngle2D ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Distance ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Distance_Parms
|
|
{
|
|
FVector V1;
|
|
FVector V2;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Distance between two points.\n\x09 *\n\x09 * @param V1 The first point.\n\x09 * @param V2 The second point.\n\x09 * @return The distance between two points.\n\x09 */" },
|
|
{ "DisplayName", "Distance (Vector)" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Distance" },
|
|
{ "ToolTip", "Distance between two points.\n\n@param V1 The first point.\n@param V2 The second point.\n@return The distance between two points." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Distance constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V1;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V2;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Distance constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Distance Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::NewProp_V1 = { "V1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Distance_Parms, V1), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::NewProp_V2 = { "V2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Distance_Parms, V2), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Distance_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::NewProp_V1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::NewProp_V2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Distance Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Distance", Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::KismetMathLibrary_eventVector_Distance_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::KismetMathLibrary_eventVector_Distance_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Distance)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_V1);
|
|
P_GET_STRUCT(FVector,Z_Param_V2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector_Distance(Z_Param_V1,Z_Param_V2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Distance ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Distance2D ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Distance2D_Parms
|
|
{
|
|
FVector V1;
|
|
FVector V2;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09* Euclidean distance between two points in the XY plane (ignoring Z).\n\x09*\n\x09* @param V1 The first point.\n\x09* @param V2 The second point.\n\x09* @return The distance between two points in the XY plane.\n\x09*/" },
|
|
{ "DisplayName", "Distance2D (Vector)" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Distance2D" },
|
|
{ "ToolTip", "Euclidean distance between two points in the XY plane (ignoring Z).\n\n@param V1 The first point.\n@param V2 The second point.\n@return The distance between two points in the XY plane." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Distance2D constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V1;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V2;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Distance2D constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Distance2D Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::NewProp_V1 = { "V1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Distance2D_Parms, V1), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::NewProp_V2 = { "V2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Distance2D_Parms, V2), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Distance2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::NewProp_V1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::NewProp_V2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Distance2D Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Distance2D", Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::KismetMathLibrary_eventVector_Distance2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::KismetMathLibrary_eventVector_Distance2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Distance2D)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_V1);
|
|
P_GET_STRUCT(FVector,Z_Param_V2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector_Distance2D(Z_Param_V1,Z_Param_V2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Distance2D ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Distance2DSquared *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Distance2DSquared_Parms
|
|
{
|
|
FVector V1;
|
|
FVector V2;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09* Squared euclidean distance between two points in the XY plane (ignoring Z).\n\x09*\n\x09* @param V1 The first point.\n\x09* @param V2 The second point.\n\x09* @return The distance between two points in the XY plane.\n\x09*/" },
|
|
{ "DisplayName", "Distance2D Squared (Vector)" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Distance2DSquared" },
|
|
{ "ToolTip", "Squared euclidean distance between two points in the XY plane (ignoring Z).\n\n@param V1 The first point.\n@param V2 The second point.\n@return The distance between two points in the XY plane." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Distance2DSquared constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V1;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V2;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Distance2DSquared constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Distance2DSquared Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::NewProp_V1 = { "V1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Distance2DSquared_Parms, V1), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::NewProp_V2 = { "V2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Distance2DSquared_Parms, V2), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Distance2DSquared_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::NewProp_V1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::NewProp_V2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Distance2DSquared Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Distance2DSquared", Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::KismetMathLibrary_eventVector_Distance2DSquared_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::KismetMathLibrary_eventVector_Distance2DSquared_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Distance2DSquared)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_V1);
|
|
P_GET_STRUCT(FVector,Z_Param_V2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector_Distance2DSquared(Z_Param_V1,Z_Param_V2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Distance2DSquared ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_DistanceSquared ***********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_DistanceSquared_Parms
|
|
{
|
|
FVector V1;
|
|
FVector V2;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Squared distance between two points.\n\x09 *\n\x09 * @param V1 The first point.\n\x09 * @param V2 The second point.\n\x09 * @return The squared distance between two points.\n\x09 */" },
|
|
{ "DisplayName", "Distance Squared (Vector)" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "DistanceSquared" },
|
|
{ "ToolTip", "Squared distance between two points.\n\n@param V1 The first point.\n@param V2 The second point.\n@return The squared distance between two points." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_DistanceSquared constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V1;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V2;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_DistanceSquared constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_DistanceSquared Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::NewProp_V1 = { "V1", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_DistanceSquared_Parms, V1), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::NewProp_V2 = { "V2", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_DistanceSquared_Parms, V2), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_DistanceSquared_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::NewProp_V1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::NewProp_V2,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_DistanceSquared Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_DistanceSquared", Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::KismetMathLibrary_eventVector_DistanceSquared_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::KismetMathLibrary_eventVector_DistanceSquared_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_DistanceSquared)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_V1);
|
|
P_GET_STRUCT(FVector,Z_Param_V2);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector_DistanceSquared(Z_Param_V1,Z_Param_V2);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_DistanceSquared *************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Down **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Down_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** 3D vector Unreal down direction constant (0,0,-1) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Down" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector" },
|
|
{ "ToolTip", "3D vector Unreal down direction constant (0,0,-1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Down constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Down constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Down Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Down_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Down Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Down", Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::KismetMathLibrary_eventVector_Down_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::KismetMathLibrary_eventVector_Down_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Down()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Down_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Down)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_Down();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Down ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Forward *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Forward_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** 3D vector Unreal forward direction constant (1,0,0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Forward" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector" },
|
|
{ "ToolTip", "3D vector Unreal forward direction constant (1,0,0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Forward constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Forward constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Forward Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Forward_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Forward Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Forward", Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::KismetMathLibrary_eventVector_Forward_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::KismetMathLibrary_eventVector_Forward_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Forward)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_Forward();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Forward *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_GetAbs ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_GetAbs_Parms
|
|
{
|
|
FVector A;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Get a copy of this vector with absolute value of each component.\n\x09 *\n\x09 * @return A copy of this vector with absolute value of each component.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAbs" },
|
|
{ "ToolTip", "Get a copy of this vector with absolute value of each component.\n\n@return A copy of this vector with absolute value of each component." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_GetAbs constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_GetAbs constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_GetAbs Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetAbs_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetAbs_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_GetAbs Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_GetAbs", Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::KismetMathLibrary_eventVector_GetAbs_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::KismetMathLibrary_eventVector_GetAbs_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_GetAbs)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_GetAbs(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_GetAbs **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_GetAbsMax *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_GetAbsMax_Parms
|
|
{
|
|
FVector A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Find the maximum absolute element (abs(X), abs(Y) or abs(Z)) of a vector */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAbsMax" },
|
|
{ "ToolTip", "Find the maximum absolute element (abs(X), abs(Y) or abs(Z)) of a vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_GetAbsMax constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_GetAbsMax constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_GetAbsMax Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetAbsMax_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetAbsMax_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_GetAbsMax Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_GetAbsMax", Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::KismetMathLibrary_eventVector_GetAbsMax_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::KismetMathLibrary_eventVector_GetAbsMax_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_GetAbsMax)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector_GetAbsMax(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_GetAbsMax *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_GetAbsMin *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_GetAbsMin_Parms
|
|
{
|
|
FVector A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Find the minimum absolute element (abs(X), abs(Y) or abs(Z)) of a vector */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetAbsMin" },
|
|
{ "ToolTip", "Find the minimum absolute element (abs(X), abs(Y) or abs(Z)) of a vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_GetAbsMin constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_GetAbsMin constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_GetAbsMin Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetAbsMin_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetAbsMin_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_GetAbsMin Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_GetAbsMin", Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::KismetMathLibrary_eventVector_GetAbsMin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::KismetMathLibrary_eventVector_GetAbsMin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_GetAbsMin)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector_GetAbsMin(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_GetAbsMin *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_GetProjection *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_GetProjection_Parms
|
|
{
|
|
FVector A;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Projects 2D components of vector based on Z.\n\x09 *\n\x09 * @return Projected version of vector based on Z.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetProjection" },
|
|
{ "ToolTip", "Projects 2D components of vector based on Z.\n\n@return Projected version of vector based on Z." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_GetProjection constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_GetProjection constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_GetProjection Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetProjection_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetProjection_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_GetProjection Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_GetProjection", Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::KismetMathLibrary_eventVector_GetProjection_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::KismetMathLibrary_eventVector_GetProjection_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_GetProjection)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_GetProjection(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_GetProjection ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_GetSignVector *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_GetSignVector_Parms
|
|
{
|
|
FVector A;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Get a copy of the vector as sign only.\n\x09 * Each component is set to +1 or -1, with the sign of zero treated as +1.\n\x09 *\n\x09 * @param A copy of the vector with each component set to +1 or -1\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "GetSignVector" },
|
|
{ "ToolTip", "Get a copy of the vector as sign only.\nEach component is set to +1 or -1, with the sign of zero treated as +1.\n\n@param A copy of the vector with each component set to +1 or -1" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_GetSignVector constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_GetSignVector constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_GetSignVector Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetSignVector_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_GetSignVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_GetSignVector Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_GetSignVector", Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::KismetMathLibrary_eventVector_GetSignVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::KismetMathLibrary_eventVector_GetSignVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_GetSignVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_GetSignVector(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_GetSignVector ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_HeadingAngle **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_HeadingAngle_Parms
|
|
{
|
|
FVector A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Convert a direction vector into a 'heading' angle.\n\x09 *\n\x09 * @return 'Heading' angle between +/-PI radians. 0 is pointing down +X.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "HeadingAngle" },
|
|
{ "ToolTip", "Convert a direction vector into a 'heading' angle.\n\n@return 'Heading' angle between +/-PI radians. 0 is pointing down +X." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_HeadingAngle constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_HeadingAngle constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_HeadingAngle Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_HeadingAngle_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_HeadingAngle_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_HeadingAngle Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_HeadingAngle", Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::KismetMathLibrary_eventVector_HeadingAngle_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::KismetMathLibrary_eventVector_HeadingAngle_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_HeadingAngle)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::Vector_HeadingAngle(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_HeadingAngle ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_IsNAN *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_IsNAN_Parms
|
|
{
|
|
FVector A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Determines if any component is not a number (NAN)\n\x09 *\n\x09 * @return true if one or more components is NAN, otherwise false.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNAN" },
|
|
{ "ToolTip", "Determines if any component is not a number (NAN)\n\n@return true if one or more components is NAN, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_IsNAN constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_IsNAN constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_IsNAN Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_IsNAN_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector_IsNAN_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_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(KismetMathLibrary_eventVector_IsNAN_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_IsNAN Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_IsNAN", Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::KismetMathLibrary_eventVector_IsNAN_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::KismetMathLibrary_eventVector_IsNAN_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_IsNAN)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector_IsNAN(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_IsNAN ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_IsNearlyZero **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_IsNearlyZero_Parms
|
|
{
|
|
FVector A;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Checks whether vector is near to zero within a specified tolerance.\n\x09 *\n\x09 * @param Tolerance Error tolerance.\n\x09 * @return true if vector is in tolerance to zero, otherwise false.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNearlyZero" },
|
|
{ "ToolTip", "Checks whether vector is near to zero within a specified tolerance.\n\n@param Tolerance Error tolerance.\n@return true if vector is in tolerance to zero, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_IsNearlyZero constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_IsNearlyZero constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_IsNearlyZero Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_IsNearlyZero_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_IsNearlyZero_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector_IsNearlyZero_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_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(KismetMathLibrary_eventVector_IsNearlyZero_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_IsNearlyZero Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_IsNearlyZero", Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::KismetMathLibrary_eventVector_IsNearlyZero_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::KismetMathLibrary_eventVector_IsNearlyZero_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_IsNearlyZero)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector_IsNearlyZero(Z_Param_Out_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_IsNearlyZero ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_IsNormal ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_IsNormal_Parms
|
|
{
|
|
FVector A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Determines if vector is normalized / unit (length 1).\n\x09 *\n\x09 * @return true if normalized, false otherwise.\n\x09 */" },
|
|
{ "DisplayName", "Is Normal (Vector)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsNormal" },
|
|
{ "ToolTip", "Determines if vector is normalized / unit (length 1).\n\n@return true if normalized, false otherwise." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_IsNormal constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_IsNormal constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_IsNormal Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_IsNormal_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector_IsNormal_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_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(KismetMathLibrary_eventVector_IsNormal_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_IsNormal Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_IsNormal", Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::KismetMathLibrary_eventVector_IsNormal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::KismetMathLibrary_eventVector_IsNormal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_IsNormal)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector_IsNormal(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_IsNormal ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_IsUniform *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_IsUniform_Parms
|
|
{
|
|
FVector A;
|
|
float Tolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Checks whether all components of this vector are the same, within a tolerance.\n\x09 *\n\x09 * @param Tolerance Error tolerance.\n\x09 * @return true if the vectors are equal within tolerance limits, false otherwise.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Is Uniform (Vector)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsUniform" },
|
|
{ "ToolTip", "Checks whether all components of this vector are the same, within a tolerance.\n\n@param Tolerance Error tolerance.\n@return true if the vectors are equal within tolerance limits, false otherwise." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_IsUniform constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_IsUniform constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_IsUniform Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_IsUniform_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_IsUniform_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector_IsUniform_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_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(KismetMathLibrary_eventVector_IsUniform_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_IsUniform Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_IsUniform", Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::KismetMathLibrary_eventVector_IsUniform_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::KismetMathLibrary_eventVector_IsUniform_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_IsUniform)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector_IsUniform(Z_Param_Out_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_IsUniform *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_IsUnit ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_IsUnit_Parms
|
|
{
|
|
FVector A;
|
|
float SquaredLenthTolerance;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Determines if vector is normalized / unit (length 1) within specified squared tolerance.\n\x09 *\n\x09 * @return true if unit, false otherwise.\n\x09 */" },
|
|
{ "CPP_Default_SquaredLenthTolerance", "0.000100" },
|
|
{ "DisplayName", "Is Unit (Vector)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsUnit" },
|
|
{ "ToolTip", "Determines if vector is normalized / unit (length 1) within specified squared tolerance.\n\n@return true if unit, false otherwise." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_IsUnit constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SquaredLenthTolerance;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_IsUnit constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_IsUnit Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_IsUnit_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::NewProp_SquaredLenthTolerance = { "SquaredLenthTolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_IsUnit_Parms, SquaredLenthTolerance), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector_IsUnit_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_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(KismetMathLibrary_eventVector_IsUnit_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::NewProp_SquaredLenthTolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_IsUnit Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_IsUnit", Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::KismetMathLibrary_eventVector_IsUnit_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::KismetMathLibrary_eventVector_IsUnit_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_IsUnit)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_SquaredLenthTolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector_IsUnit(Z_Param_Out_A,Z_Param_SquaredLenthTolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_IsUnit **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_IsZero ********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_IsZero_Parms
|
|
{
|
|
FVector A;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Checks whether all components of the vector are exactly zero.\n\x09 *\n\x09 * @return true if vector is exactly zero, otherwise false.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "IsZero" },
|
|
{ "ToolTip", "Checks whether all components of the vector are exactly zero.\n\n@return true if vector is exactly zero, otherwise false." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_IsZero constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_IsZero constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_IsZero Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_IsZero_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVector_IsZero_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_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(KismetMathLibrary_eventVector_IsZero_Parms), &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_IsZero Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_IsZero", Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::KismetMathLibrary_eventVector_IsZero_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::KismetMathLibrary_eventVector_IsZero_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_IsZero)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UKismetMathLibrary::Vector_IsZero(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_IsZero **********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Left **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Left_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** 3D vector Unreal left direction constant (0,-1,0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Left" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector" },
|
|
{ "ToolTip", "3D vector Unreal left direction constant (0,-1,0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Left constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Left constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Left Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Left_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Left Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Left", Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::KismetMathLibrary_eventVector_Left_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::KismetMathLibrary_eventVector_Left_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Left()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Left_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Left)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_Left();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Left ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_MirrorByPlane *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_MirrorByPlane_Parms
|
|
{
|
|
FVector A;
|
|
FPlane InPlane;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Mirrors a vector about a plane.\n\x09 *\n\x09 * @param Plane Plane to mirror about.\n\x09 * @return Mirrored vector.\n\x09 */" },
|
|
{ "Keywords", "Reflection" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "MirrorByPlane" },
|
|
{ "ToolTip", "Mirrors a vector about a plane.\n\n@param Plane Plane to mirror about.\n@return Mirrored vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InPlane_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_MirrorByPlane constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InPlane;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_MirrorByPlane constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_MirrorByPlane Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_MirrorByPlane_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::NewProp_InPlane = { "InPlane", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_MirrorByPlane_Parms, InPlane), Z_Construct_UScriptStruct_FPlane, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InPlane_MetaData), NewProp_InPlane_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_MirrorByPlane_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::NewProp_InPlane,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_MirrorByPlane Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_MirrorByPlane", Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::KismetMathLibrary_eventVector_MirrorByPlane_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::KismetMathLibrary_eventVector_MirrorByPlane_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_MirrorByPlane)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT_REF(FPlane,Z_Param_Out_InPlane);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_MirrorByPlane(Z_Param_A,Z_Param_Out_InPlane);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_MirrorByPlane ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Normal2D ******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Normal2D_Parms
|
|
{
|
|
FVector A;
|
|
float Tolerance;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Gets a normalized unit copy of the 2D components of the vector, ensuring it is safe to do so. Z is set to zero. \n\x09 * Returns zero vector if vector length is too small to normalize.\n\x09 *\n\x09 * @param Tolerance Minimum squared vector length.\n\x09 * @return Normalized copy if safe, (0,0,0) otherwise.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000100" },
|
|
{ "DisplayName", "Normalize 2D (Vector)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Normal2D" },
|
|
{ "ToolTip", "Gets a normalized unit copy of the 2D components of the vector, ensuring it is safe to do so. Z is set to zero.\nReturns zero vector if vector length is too small to normalize.\n\n@param Tolerance Minimum squared vector length.\n@return Normalized copy if safe, (0,0,0) otherwise." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Normal2D constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Normal2D constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Normal2D Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Normal2D_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Normal2D_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Normal2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::NewProp_Tolerance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Normal2D Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Normal2D", Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::KismetMathLibrary_eventVector_Normal2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::KismetMathLibrary_eventVector_Normal2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Normal2D)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_Normal2D(Z_Param_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Normal2D ********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Normalize *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Normalize_Parms
|
|
{
|
|
FVector A;
|
|
float Tolerance;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Normalize this vector in-place if it is large enough or set it to (0,0,0) otherwise.\n\x09 *\n\x09 * @param Tolerance Minimum squared length of vector for normalization.\n\x09 */" },
|
|
{ "CPP_Default_Tolerance", "0.000000" },
|
|
{ "DisplayName", "Normalize In Place (Vector)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Normalize" },
|
|
{ "ToolTip", "Normalize this vector in-place if it is large enough or set it to (0,0,0) otherwise.\n\n@param Tolerance Minimum squared length of vector for normalization." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Normalize constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Normalize constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Normalize Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Normalize_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Normalize_Parms, Tolerance), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::NewProp_Tolerance,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Normalize Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Normalize", Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::KismetMathLibrary_eventVector_Normalize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::KismetMathLibrary_eventVector_Normalize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Normalize)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Tolerance);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Vector_Normalize(Z_Param_Out_A,Z_Param_Tolerance);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Normalize *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_NormalUnsafe **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_NormalUnsafe_Parms
|
|
{
|
|
FVector A;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Calculates normalized unit version of vector without checking for zero length.\n\x09 *\n\x09 * @return Normalized version of vector.\n\x09 */" },
|
|
{ "DisplayName", "Normal Unsafe (Vector)" },
|
|
{ "Keywords", "Unit Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "NormalUnsafe" },
|
|
{ "ToolTip", "Calculates normalized unit version of vector without checking for zero length.\n\n@return Normalized version of vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_NormalUnsafe constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_NormalUnsafe constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_NormalUnsafe Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_NormalUnsafe_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_NormalUnsafe_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_NormalUnsafe Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_NormalUnsafe", Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::KismetMathLibrary_eventVector_NormalUnsafe_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::KismetMathLibrary_eventVector_NormalUnsafe_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_NormalUnsafe)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_NormalUnsafe(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_NormalUnsafe ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_One ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_One_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** 3D vector one constant (1,1,1) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "One" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector" },
|
|
{ "ToolTip", "3D vector one constant (1,1,1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_One constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_One constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_One Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_One_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_One Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_One", Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::KismetMathLibrary_eventVector_One_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::KismetMathLibrary_eventVector_One_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_One()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_One_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_One)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_One();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_One *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_ProjectOnToNormal *********************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_ProjectOnToNormal_Parms
|
|
{
|
|
FVector V;
|
|
FVector InNormal;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Gets a copy of this vector projected onto the input vector, which is assumed to be unit length.\n\x09 * \n\x09 * @param InNormal Vector to project onto (assumed to be unit length).\n\x09 * @return Projected vector.\n\x09 */" },
|
|
{ "Keywords", "Project" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ProjectOnToNormal" },
|
|
{ "ToolTip", "Gets a copy of this vector projected onto the input vector, which is assumed to be unit length.\n\n@param InNormal Vector to project onto (assumed to be unit length).\n@return Projected vector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_ProjectOnToNormal constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_V;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InNormal;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_ProjectOnToNormal constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_ProjectOnToNormal Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::NewProp_V = { "V", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ProjectOnToNormal_Parms, V), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::NewProp_InNormal = { "InNormal", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ProjectOnToNormal_Parms, InNormal), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ProjectOnToNormal_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::NewProp_V,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::NewProp_InNormal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_ProjectOnToNormal Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_ProjectOnToNormal", Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::KismetMathLibrary_eventVector_ProjectOnToNormal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::KismetMathLibrary_eventVector_ProjectOnToNormal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_ProjectOnToNormal)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_V);
|
|
P_GET_STRUCT(FVector,Z_Param_InNormal);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_ProjectOnToNormal(Z_Param_V,Z_Param_InNormal);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_ProjectOnToNormal ***********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Reciprocal ****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Reciprocal_Parms
|
|
{
|
|
FVector A;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Gets the reciprocal of this vector, avoiding division by zero.\n\x09 * Zero components are set to BIG_NUMBER.\n\x09 *\n\x09 * @return Reciprocal of this vector.\n\x09 */" },
|
|
{ "DisplayName", "Reciprocal (Vector)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Reciprocal" },
|
|
{ "ToolTip", "Gets the reciprocal of this vector, avoiding division by zero.\nZero components are set to BIG_NUMBER.\n\n@return Reciprocal of this vector." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Reciprocal constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Reciprocal constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Reciprocal Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Reciprocal_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Reciprocal_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Reciprocal Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Reciprocal", Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::KismetMathLibrary_eventVector_Reciprocal_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::KismetMathLibrary_eventVector_Reciprocal_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Reciprocal)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_Reciprocal(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Reciprocal ******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Right *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Right_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** 3D vector Unreal right direction constant (0,1,0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Right" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector" },
|
|
{ "ToolTip", "3D vector Unreal right direction constant (0,1,0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Right constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Right constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Right Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Right_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Right Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Right", Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::KismetMathLibrary_eventVector_Right_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::KismetMathLibrary_eventVector_Right_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Right()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Right_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Right)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_Right();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Right ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Set ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Set_Parms
|
|
{
|
|
FVector A;
|
|
double X;
|
|
double Y;
|
|
double Z;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Set the values of the vector directly.\n\x09 *\n\x09 * @param InX New X coordinate.\n\x09 * @param InY New Y coordinate.\n\x09 * @param InZ New Z coordinate.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Set" },
|
|
{ "ToolTip", "Set the values of the vector directly.\n\n@param InX New X coordinate.\n@param InY New Y coordinate.\n@param InZ New Z coordinate." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Set constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Z;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Set constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Set Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Set_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Set_Parms, X), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Set_Parms, Y), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::NewProp_Z = { "Z", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Set_Parms, Z), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::NewProp_Z,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Set Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Set", Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::KismetMathLibrary_eventVector_Set_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::KismetMathLibrary_eventVector_Set_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Set()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Set_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Set)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_X);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Y);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Z);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Vector_Set(Z_Param_Out_A,Z_Param_X,Z_Param_Y,Z_Param_Z);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Set *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_SlerpNormals **************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_SlerpNormals_Parms
|
|
{
|
|
FVector NormalA;
|
|
FVector NormalB;
|
|
double Alpha;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Interpolate from normalized vector A to normalized vector B along a spherical path.\n\x09 *\n\x09 * @param NormalA Start direction of interpolation, must be normalized.\n\x09 * @param NormalB End target direction of interpolation, must be normalized.\n\x09 * @param Alpha interpolation amount, usually between 0-1\n\x09 * @return Vector after interpolating between A and B along a spherical path.\n\x09 */" },
|
|
{ "DisplayName", "SlerpNormals" },
|
|
{ "Keywords", "spherical lerpnormal normalslerp interpolate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SlerpNormals" },
|
|
{ "ToolTip", "Interpolate from normalized vector A to normalized vector B along a spherical path.\n\n@param NormalA Start direction of interpolation, must be normalized.\n@param NormalB End target direction of interpolation, must be normalized.\n@param Alpha interpolation amount, usually between 0-1\n@return Vector after interpolating between A and B along a spherical path." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_SlerpNormals constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_NormalA;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_NormalB;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_SlerpNormals constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_SlerpNormals Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::NewProp_NormalA = { "NormalA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SlerpNormals_Parms, NormalA), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::NewProp_NormalB = { "NormalB", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SlerpNormals_Parms, NormalB), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SlerpNormals_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SlerpNormals_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::NewProp_NormalA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::NewProp_NormalB,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_SlerpNormals Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_SlerpNormals", Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::KismetMathLibrary_eventVector_SlerpNormals_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::KismetMathLibrary_eventVector_SlerpNormals_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_SlerpNormals)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_NormalA);
|
|
P_GET_STRUCT(FVector,Z_Param_NormalB);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Alpha);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_SlerpNormals(Z_Param_NormalA,Z_Param_NormalB,Z_Param_Alpha);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_SlerpNormals ****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_SlerpVectorToDirection ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_SlerpVectorToDirection_Parms
|
|
{
|
|
FVector Vector;
|
|
FVector Direction;
|
|
double Alpha;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Interpolate from a vector to the direction of another vector along a spherical path.\n\x09 *\n\x09 * @param Vector Vector we interpolate from\n\x09 * @param Direction Target direction we interpolate to\n\x09 * @param Alpha interpolation amount, usually between 0-1\n\x09 * @return Vector after interpolating between Vector and Direction along a spherical path. The magnitude will remain the length of the starting vector.\n\x09 */" },
|
|
{ "DisplayName", "SlerpVectorToDirection" },
|
|
{ "Keywords", "spherical lerpvector vectorslerp interpolate" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SlerpVectors" },
|
|
{ "ToolTip", "Interpolate from a vector to the direction of another vector along a spherical path.\n\n@param Vector Vector we interpolate from\n@param Direction Target direction we interpolate to\n@param Alpha interpolation amount, usually between 0-1\n@return Vector after interpolating between Vector and Direction along a spherical path. The magnitude will remain the length of the starting vector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_SlerpVectorToDirection constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Vector;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Direction;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_SlerpVectorToDirection constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_SlerpVectorToDirection Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::NewProp_Vector = { "Vector", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SlerpVectorToDirection_Parms, Vector), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SlerpVectorToDirection_Parms, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SlerpVectorToDirection_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SlerpVectorToDirection_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::NewProp_Vector,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::NewProp_Direction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_SlerpVectorToDirection Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_SlerpVectorToDirection", Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::KismetMathLibrary_eventVector_SlerpVectorToDirection_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::KismetMathLibrary_eventVector_SlerpVectorToDirection_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_SlerpVectorToDirection)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Vector);
|
|
P_GET_STRUCT(FVector,Z_Param_Direction);
|
|
P_GET_PROPERTY(FDoubleProperty,Z_Param_Alpha);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_SlerpVectorToDirection(Z_Param_Vector,Z_Param_Direction,Z_Param_Alpha);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_SlerpVectorToDirection ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_SnappedToGrid *************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_SnappedToGrid_Parms
|
|
{
|
|
FVector InVect;
|
|
float InGridSize;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Gets a copy of this vector snapped to a grid.\n\x09 *\n\x09 * @param InGridSize Grid dimension / step.\n\x09 * @return A copy of this vector snapped to a grid.\n\x09 */" },
|
|
{ "Keywords", "Bounding" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "SnappedToGrid" },
|
|
{ "ToolTip", "Gets a copy of this vector snapped to a grid.\n\n@param InGridSize Grid dimension / step.\n@return A copy of this vector snapped to a grid." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_SnappedToGrid constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InVect;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InGridSize;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_SnappedToGrid constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_SnappedToGrid Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::NewProp_InVect = { "InVect", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SnappedToGrid_Parms, InVect), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::NewProp_InGridSize = { "InGridSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SnappedToGrid_Parms, InGridSize), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_SnappedToGrid_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::NewProp_InVect,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::NewProp_InGridSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_SnappedToGrid Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_SnappedToGrid", Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::KismetMathLibrary_eventVector_SnappedToGrid_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::KismetMathLibrary_eventVector_SnappedToGrid_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_SnappedToGrid)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InVect);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InGridSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_SnappedToGrid(Z_Param_InVect,Z_Param_InGridSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_SnappedToGrid ***************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_ToDegrees *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_ToDegrees_Parms
|
|
{
|
|
FVector A;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Converts a vector containing radian values to a vector containing degree values.\n\x09 *\n\x09 * @return Vector containing degree values\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToDegrees" },
|
|
{ "ToolTip", "Converts a vector containing radian values to a vector containing degree values.\n\n@return Vector containing degree values" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_ToDegrees constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_ToDegrees constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_ToDegrees Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ToDegrees_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ToDegrees_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_ToDegrees Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_ToDegrees", Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::KismetMathLibrary_eventVector_ToDegrees_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::KismetMathLibrary_eventVector_ToDegrees_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_ToDegrees)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_ToDegrees(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_ToDegrees *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_ToRadians *****************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_ToRadians_Parms
|
|
{
|
|
FVector A;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/**\n\x09 * Converts a vector containing degree values to a vector containing radian values.\n\x09 *\n\x09 * @return Vector containing radian values\n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "ToRadians" },
|
|
{ "ToolTip", "Converts a vector containing degree values to a vector containing radian values.\n\n@return Vector containing radian values" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_ToRadians constinit property declarations **********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_ToRadians constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_ToRadians Property Definitions *********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ToRadians_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_ToRadians_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_ToRadians Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_ToRadians", Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::KismetMathLibrary_eventVector_ToRadians_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::KismetMathLibrary_eventVector_ToRadians_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_ToRadians)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_ToRadians(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_ToRadians *******************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_UnitCartesianToSpherical **************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_UnitCartesianToSpherical_Parms
|
|
{
|
|
FVector A;
|
|
FVector2D ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** \n\x09 * Converts a Cartesian unit vector into spherical coordinates on the unit sphere.\n\x09 * @return Output Theta will be in the range [0, PI], and output Phi will be in the range [-PI, PI]. \n\x09 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "UnitCartesianToSpherical" },
|
|
{ "ToolTip", "Converts a Cartesian unit vector into spherical coordinates on the unit sphere.\n@return Output Theta will be in the range [0, PI], and output Phi will be in the range [-PI, PI]." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_UnitCartesianToSpherical constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_UnitCartesianToSpherical constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_UnitCartesianToSpherical Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_UnitCartesianToSpherical_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_UnitCartesianToSpherical_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_UnitCartesianToSpherical Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_UnitCartesianToSpherical", Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::KismetMathLibrary_eventVector_UnitCartesianToSpherical_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::KismetMathLibrary_eventVector_UnitCartesianToSpherical_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_UnitCartesianToSpherical)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector2D*)Z_Param__Result=UKismetMathLibrary::Vector_UnitCartesianToSpherical(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_UnitCartesianToSpherical ****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_UnwindEuler ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_UnwindEuler_Parms
|
|
{
|
|
FVector A;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** When this vector contains Euler angles (degrees), ensure that angles are between +/-180 */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "UnwindEuler" },
|
|
{ "ToolTip", "When this vector contains Euler angles (degrees), ensure that angles are between +/-180" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_UnwindEuler constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_UnwindEuler constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_UnwindEuler Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_UnwindEuler_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::NewProp_A,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_UnwindEuler Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_UnwindEuler", Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::KismetMathLibrary_eventVector_UnwindEuler_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::KismetMathLibrary_eventVector_UnwindEuler_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_UnwindEuler)
|
|
{
|
|
P_GET_STRUCT_REF(FVector,Z_Param_Out_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UKismetMathLibrary::Vector_UnwindEuler(Z_Param_Out_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_UnwindEuler *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Up ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Up_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** 3D vector Unreal up direction constant (0,0,1) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Up" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector" },
|
|
{ "ToolTip", "3D vector Unreal up direction constant (0,0,1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Up constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Up constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Up Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Up_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Up Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Up", Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::KismetMathLibrary_eventVector_Up_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::KismetMathLibrary_eventVector_Up_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Up()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Up_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Up)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_Up();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Up **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Vector_Zero **********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVector_Zero_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** 3D vector zero constant (0,0,0) */" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptConstant", "Zero" },
|
|
{ "ScriptConstantHost", "/Script/CoreUObject.Vector" },
|
|
{ "ToolTip", "3D vector zero constant (0,0,0)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Vector_Zero constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Vector_Zero constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Vector_Zero Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVector_Zero_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::PropPointers) < 2048);
|
|
// ********** End Function Vector_Zero Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Vector_Zero", Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::KismetMathLibrary_eventVector_Zero_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::KismetMathLibrary_eventVector_Zero_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVector_Zero)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::Vector_Zero();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Vector_Zero ************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VectorSpringInterp ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVectorSpringInterp_Parms
|
|
{
|
|
FVector Current;
|
|
FVector Target;
|
|
FVectorSpringState SpringState;
|
|
float Stiffness;
|
|
float CriticalDampingFactor;
|
|
float DeltaTime;
|
|
float Mass;
|
|
float TargetVelocityAmount;
|
|
bool bClamp;
|
|
FVector MinValue;
|
|
FVector MaxValue;
|
|
bool bInitializeFromTarget;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "AdvancedDisplay", "8" },
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Uses a simple spring model to interpolate a vector from Current to Target.\n\x09 *\n\x09 * @param Current Current value\n\x09 * @param Target Target value\n\x09 * @param SpringState Data related to spring model (velocity, error, etc..) - Create a unique variable per spring\n\x09 * @param Stiffness How stiff the spring model is (more stiffness means more oscillation around the target value)\n\x09 * @param CriticalDampingFactor How much damping to apply to the spring (0 means no damping, 1 means critically damped which means no oscillation)\n\x09 * @param DeltaTime Time difference since the last update\n\x09 * @param Mass Multiplier that acts like mass on a spring\n\x09 * @param TargetVelocityAmount If 1 then the target velocity will be calculated and used, which results following the target more closely/without lag. Values down to zero (recommended when using this to smooth data) will progressively disable this effect.\n\x09 * @param bClamp Whether to use the Min/Max values to clamp the motion\n\x09 * @param MinValue Clamps the minimum output value and cancels the velocity if it reaches this limit\n\x09 * @param MaxValue Clamps the maximum output value and cancels the velocity if it reaches this limit\n\x09 * @param bInitializeFromTarget If set then the current value will be set from the target on the first update\n\x09 */" },
|
|
{ "CPP_Default_bClamp", "false" },
|
|
{ "CPP_Default_bInitializeFromTarget", "false" },
|
|
{ "CPP_Default_Mass", "1.000000" },
|
|
{ "CPP_Default_MaxValue", "1.000000,1.000000,1.000000" },
|
|
{ "CPP_Default_MinValue", "-1.000000,-1.000000,-1.000000" },
|
|
{ "CPP_Default_TargetVelocityAmount", "1.000000" },
|
|
{ "Keywords", "position" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InterpSpringTo" },
|
|
{ "ToolTip", "Uses a simple spring model to interpolate a vector from Current to Target.\n\n@param Current Current value\n@param Target Target value\n@param SpringState Data related to spring model (velocity, error, etc..) - Create a unique variable per spring\n@param Stiffness How stiff the spring model is (more stiffness means more oscillation around the target value)\n@param CriticalDampingFactor How much damping to apply to the spring (0 means no damping, 1 means critically damped which means no oscillation)\n@param DeltaTime Time difference since the last update\n@param Mass Multiplier that acts like mass on a spring\n@param TargetVelocityAmount If 1 then the target velocity will be calculated and used, which results following the target more closely/without lag. Values down to zero (recommended when using this to smooth data) will progressively disable this effect.\n@param bClamp Whether to use the Min/Max values to clamp the motion\n@param MinValue Clamps the minimum output value and cancels the velocity if it reaches this limit\n@param MaxValue Clamps the maximum output value and cancels the velocity if it reaches this limit\n@param bInitializeFromTarget If set then the current value will be set from the target on the first update" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VectorSpringInterp constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpringState;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Stiffness;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_CriticalDampingFactor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Mass;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetVelocityAmount;
|
|
static void NewProp_bClamp_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bClamp;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MinValue;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MaxValue;
|
|
static void NewProp_bInitializeFromTarget_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInitializeFromTarget;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VectorSpringInterp constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VectorSpringInterp Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, Current), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, Target), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_SpringState = { "SpringState", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, SpringState), Z_Construct_UScriptStruct_FVectorSpringState, METADATA_PARAMS(0, nullptr) }; // 2879153549
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_Stiffness = { "Stiffness", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, Stiffness), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_CriticalDampingFactor = { "CriticalDampingFactor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, CriticalDampingFactor), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_Mass = { "Mass", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, Mass), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_TargetVelocityAmount = { "TargetVelocityAmount", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, TargetVelocityAmount), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_bClamp_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVectorSpringInterp_Parms*)Obj)->bClamp = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_bClamp = { "bClamp", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventVectorSpringInterp_Parms), &Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_bClamp_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_MinValue = { "MinValue", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, MinValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_MaxValue = { "MaxValue", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, MaxValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_bInitializeFromTarget_SetBit(void* Obj)
|
|
{
|
|
((KismetMathLibrary_eventVectorSpringInterp_Parms*)Obj)->bInitializeFromTarget = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_bInitializeFromTarget = { "bInitializeFromTarget", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(KismetMathLibrary_eventVectorSpringInterp_Parms), &Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_bInitializeFromTarget_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVectorSpringInterp_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_SpringState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_Stiffness,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_CriticalDampingFactor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_Mass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_TargetVelocityAmount,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_bClamp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_MinValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_MaxValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_bInitializeFromTarget,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::PropPointers) < 2048);
|
|
// ********** End Function VectorSpringInterp Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VectorSpringInterp", Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::KismetMathLibrary_eventVectorSpringInterp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::KismetMathLibrary_eventVectorSpringInterp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVectorSpringInterp)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Current);
|
|
P_GET_STRUCT(FVector,Z_Param_Target);
|
|
P_GET_STRUCT_REF(FVectorSpringState,Z_Param_Out_SpringState);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Stiffness);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_CriticalDampingFactor);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Mass);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_TargetVelocityAmount);
|
|
P_GET_UBOOL(Z_Param_bClamp);
|
|
P_GET_STRUCT(FVector,Z_Param_MinValue);
|
|
P_GET_STRUCT(FVector,Z_Param_MaxValue);
|
|
P_GET_UBOOL(Z_Param_bInitializeFromTarget);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::VectorSpringInterp(Z_Param_Current,Z_Param_Target,Z_Param_Out_SpringState,Z_Param_Stiffness,Z_Param_CriticalDampingFactor,Z_Param_DeltaTime,Z_Param_Mass,Z_Param_TargetVelocityAmount,Z_Param_bClamp,Z_Param_MinValue,Z_Param_MaxValue,Z_Param_bInitializeFromTarget);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VectorSpringInterp *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VInterpTo ************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVInterpTo_Parms
|
|
{
|
|
FVector Current;
|
|
FVector Target;
|
|
float DeltaTime;
|
|
float InterpSpeed;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Tries to reach Target based on distance from Current position, giving a nice smooth feeling when tracking a position.\n\x09 *\n\x09 * @param\x09\x09""Current\x09\x09\x09""Actual position\n\x09 * @param\x09\x09Target\x09\x09\x09Target position\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed, if the speed given is 0, then jump to the target.\n\x09 * @return\x09\x09New interpolated position\n\x09 */" },
|
|
{ "Keywords", "position" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InterpTo" },
|
|
{ "ToolTip", "Tries to reach Target based on distance from Current position, giving a nice smooth feeling when tracking a position.\n\n@param Current Actual position\n@param Target Target position\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed, if the speed given is 0, then jump to the target.\n@return New interpolated position" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VInterpTo constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VInterpTo constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VInterpTo Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Parms, Current), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Parms, Target), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::PropPointers) < 2048);
|
|
// ********** End Function VInterpTo Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VInterpTo", Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::KismetMathLibrary_eventVInterpTo_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::KismetMathLibrary_eventVInterpTo_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VInterpTo()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVInterpTo)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Current);
|
|
P_GET_STRUCT(FVector,Z_Param_Target);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::VInterpTo(Z_Param_Current,Z_Param_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VInterpTo **************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VInterpTo_Constant ***************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVInterpTo_Constant_Parms
|
|
{
|
|
FVector Current;
|
|
FVector Target;
|
|
float DeltaTime;
|
|
float InterpSpeed;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Interpolation" },
|
|
{ "Comment", "/**\n\x09 * Tries to reach Target at a constant rate.\n\x09 *\n\x09 * @param\x09\x09""Current\x09\x09\x09""Actual position\n\x09 * @param\x09\x09Target\x09\x09\x09Target position\n\x09 * @param\x09\x09""DeltaTime\x09\x09Time since last tick\n\x09 * @param\x09\x09InterpSpeed\x09\x09Interpolation speed\n\x09 * @return\x09\x09New interpolated position\n\x09 */" },
|
|
{ "Keywords", "position" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "InterpToConstant" },
|
|
{ "ToolTip", "Tries to reach Target at a constant rate.\n\n@param Current Actual position\n@param Target Target position\n@param DeltaTime Time since last tick\n@param InterpSpeed Interpolation speed\n@return New interpolated position" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VInterpTo_Constant constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Current;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DeltaTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InterpSpeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VInterpTo_Constant constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VInterpTo_Constant Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_Current = { "Current", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Constant_Parms, Current), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Constant_Parms, Target), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_DeltaTime = { "DeltaTime", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Constant_Parms, DeltaTime), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_InterpSpeed = { "InterpSpeed", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Constant_Parms, InterpSpeed), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVInterpTo_Constant_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_Current,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_Target,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_DeltaTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_InterpSpeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::PropPointers) < 2048);
|
|
// ********** End Function VInterpTo_Constant Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VInterpTo_Constant", Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::KismetMathLibrary_eventVInterpTo_Constant_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::KismetMathLibrary_eventVInterpTo_Constant_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVInterpTo_Constant)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_Current);
|
|
P_GET_STRUCT(FVector,Z_Param_Target);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_DeltaTime);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InterpSpeed);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::VInterpTo_Constant(Z_Param_Current,Z_Param_Target,Z_Param_DeltaTime,Z_Param_InterpSpeed);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VInterpTo_Constant *****************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VLerp ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVLerp_Parms
|
|
{
|
|
FVector A;
|
|
FVector B;
|
|
float Alpha;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1) */" },
|
|
{ "DisplayName", "Lerp (Vector)" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "LerpTo" },
|
|
{ "ToolTip", "Linearly interpolates between A and B based on Alpha (100% of A when Alpha=0 and 100% of B when Alpha=1)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VLerp constinit property declarations *********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VLerp constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VLerp Property Definitions ********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVLerp_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVLerp_Parms, B), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVLerp_Parms, Alpha), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVLerp_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::NewProp_Alpha,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::PropPointers) < 2048);
|
|
// ********** End Function VLerp Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VLerp", Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::KismetMathLibrary_eventVLerp_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::KismetMathLibrary_eventVLerp_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VLerp()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VLerp_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVLerp)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_GET_STRUCT(FVector,Z_Param_B);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Alpha);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::VLerp(Z_Param_A,Z_Param_B,Z_Param_Alpha);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VLerp ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VSize ****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVSize_Parms
|
|
{
|
|
FVector A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns the length of the vector */" },
|
|
{ "DisplayName", "Vector Length" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Length" },
|
|
{ "ToolTip", "Returns the length of the vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VSize constinit property declarations *********************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VSize constinit property declarations ***********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VSize Property Definitions ********************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSize_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSize_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::PropPointers) < 2048);
|
|
// ********** End Function VSize Property Definitions **********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VSize", Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::KismetMathLibrary_eventVSize_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::KismetMathLibrary_eventVSize_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VSize()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VSize_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVSize)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::VSize(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VSize ******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VSize2D **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVSize2D_Parms
|
|
{
|
|
FVector2D A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns the length of a 2D Vector. */" },
|
|
{ "DisplayName", "Vector2D Length" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Length" },
|
|
{ "ToolTip", "Returns the length of a 2D Vector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VSize2D constinit property declarations *******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VSize2D constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VSize2D Property Definitions ******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSize2D_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSize2D_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::PropPointers) < 2048);
|
|
// ********** End Function VSize2D Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VSize2D", Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::KismetMathLibrary_eventVSize2D_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::KismetMathLibrary_eventVSize2D_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VSize2D()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VSize2D_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVSize2D)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::VSize2D(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VSize2D ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VSize2DSquared *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVSize2DSquared_Parms
|
|
{
|
|
FVector2D A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector2D" },
|
|
{ "Comment", "/** Returns the squared length of a 2D Vector. */" },
|
|
{ "DisplayName", "Vector2D Length Squared" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "LengthSquared" },
|
|
{ "ToolTip", "Returns the squared length of a 2D Vector." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VSize2DSquared constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VSize2DSquared constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VSize2DSquared Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSize2DSquared_Parms, A), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSize2DSquared_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::PropPointers) < 2048);
|
|
// ********** End Function VSize2DSquared Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VSize2DSquared", Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::KismetMathLibrary_eventVSize2DSquared_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::KismetMathLibrary_eventVSize2DSquared_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVSize2DSquared)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::VSize2DSquared(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VSize2DSquared *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VSizeSquared *********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVSizeSquared_Parms
|
|
{
|
|
FVector A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns the squared length of the vector */" },
|
|
{ "DisplayName", "Vector Length Squared" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "LengthSquared" },
|
|
{ "ToolTip", "Returns the squared length of the vector" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VSizeSquared constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VSizeSquared constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VSizeSquared Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSizeSquared_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSizeSquared_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::PropPointers) < 2048);
|
|
// ********** End Function VSizeSquared Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VSizeSquared", Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::KismetMathLibrary_eventVSizeSquared_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::KismetMathLibrary_eventVSizeSquared_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVSizeSquared)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::VSizeSquared(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VSizeSquared ***********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VSizeXY **************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVSizeXY_Parms
|
|
{
|
|
FVector A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns the length of the vector's XY components. */" },
|
|
{ "DisplayName", "Vector Length XY" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Length2D" },
|
|
{ "ToolTip", "Returns the length of the vector's XY components." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VSizeXY constinit property declarations *******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VSizeXY constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VSizeXY Property Definitions ******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSizeXY_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSizeXY_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::PropPointers) < 2048);
|
|
// ********** End Function VSizeXY Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VSizeXY", Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::KismetMathLibrary_eventVSizeXY_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::KismetMathLibrary_eventVSizeXY_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VSizeXY()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VSizeXY_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVSizeXY)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::VSizeXY(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VSizeXY ****************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function VSizeXYSquared *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics
|
|
{
|
|
struct KismetMathLibrary_eventVSizeXYSquared_Parms
|
|
{
|
|
FVector A;
|
|
double ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Vector" },
|
|
{ "Comment", "/** Returns the squared length of the vector's XY components. */" },
|
|
{ "DisplayName", "Vector Length XY Squared" },
|
|
{ "Keywords", "magnitude" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptMethod", "Length2DSquared" },
|
|
{ "ToolTip", "Returns the squared length of the vector's XY components." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function VSizeXYSquared constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function VSizeXYSquared constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function VSizeXYSquared Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSizeXYSquared_Parms, A), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventVSizeXYSquared_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::PropPointers) < 2048);
|
|
// ********** End Function VSizeXYSquared Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "VSizeXYSquared", Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::KismetMathLibrary_eventVSizeXYSquared_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::KismetMathLibrary_eventVSizeXYSquared_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execVSizeXYSquared)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_A);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(double*)Z_Param__Result=UKismetMathLibrary::VSizeXYSquared(Z_Param_A);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function VSizeXYSquared *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function WeightedMovingAverage_Float ******************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics
|
|
{
|
|
struct KismetMathLibrary_eventWeightedMovingAverage_Float_Parms
|
|
{
|
|
float CurrentSample;
|
|
float PreviousSample;
|
|
float Weight;
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Smoothing" },
|
|
{ "Comment", "/**\n\x09 * Calculates the new value in a weighted moving average series using the previous value and the weight\n\x09 *\n\x09 * @param CurrentSample - The value to blend with the previous sample to get a new weighted value\n\x09 * @param PreviousSample - The last value from the series\n\x09 * @param Weight - The weight to blend with\n\x09 *\n\x09 * @return the next value in the series\n\x09 */" },
|
|
{ "DisplayName", "Weighted Moving Average Float" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Calculates the new value in a weighted moving average series using the previous value and the weight\n\n@param CurrentSample - The value to blend with the previous sample to get a new weighted value\n@param PreviousSample - The last value from the series\n@param Weight - The weight to blend with\n\n@return the next value in the series" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function WeightedMovingAverage_Float constinit property declarations ***********
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_CurrentSample;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PreviousSample;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Weight;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function WeightedMovingAverage_Float constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function WeightedMovingAverage_Float Property Definitions **********************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::NewProp_CurrentSample = { "CurrentSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_Float_Parms, CurrentSample), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::NewProp_PreviousSample = { "PreviousSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_Float_Parms, PreviousSample), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::NewProp_Weight = { "Weight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_Float_Parms, Weight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_Float_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::NewProp_CurrentSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::NewProp_PreviousSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::NewProp_Weight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::PropPointers) < 2048);
|
|
// ********** End Function WeightedMovingAverage_Float Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "WeightedMovingAverage_Float", Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::KismetMathLibrary_eventWeightedMovingAverage_Float_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::KismetMathLibrary_eventWeightedMovingAverage_Float_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execWeightedMovingAverage_Float)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_CurrentSample);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_PreviousSample);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Weight);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=UKismetMathLibrary::WeightedMovingAverage_Float(Z_Param_CurrentSample,Z_Param_PreviousSample,Z_Param_Weight);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function WeightedMovingAverage_Float ********************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function WeightedMovingAverage_FRotator ***************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics
|
|
{
|
|
struct KismetMathLibrary_eventWeightedMovingAverage_FRotator_Parms
|
|
{
|
|
FRotator CurrentSample;
|
|
FRotator PreviousSample;
|
|
float Weight;
|
|
FRotator ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Smoothing" },
|
|
{ "Comment", "/**\n\x09 * Calculates the new value in a weighted moving average series using the previous value and the weight\n\x09 *\n\x09 * @param CurrentSample - The value to blend with the previous sample to get a new weighted value\n\x09 * @param PreviousSample - The last value from the series\n\x09 * @param Weight - The weight to blend with\n\x09 *\n\x09 * @return the next value in the series\n\x09 */" },
|
|
{ "DisplayName", "Weighted Moving Average Rotator" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Calculates the new value in a weighted moving average series using the previous value and the weight\n\n@param CurrentSample - The value to blend with the previous sample to get a new weighted value\n@param PreviousSample - The last value from the series\n@param Weight - The weight to blend with\n\n@return the next value in the series" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function WeightedMovingAverage_FRotator constinit property declarations ********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurrentSample;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PreviousSample;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Weight;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function WeightedMovingAverage_FRotator constinit property declarations **********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function WeightedMovingAverage_FRotator Property Definitions *******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::NewProp_CurrentSample = { "CurrentSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_FRotator_Parms, CurrentSample), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::NewProp_PreviousSample = { "PreviousSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_FRotator_Parms, PreviousSample), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::NewProp_Weight = { "Weight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_FRotator_Parms, Weight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_FRotator_Parms, ReturnValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::NewProp_CurrentSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::NewProp_PreviousSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::NewProp_Weight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::PropPointers) < 2048);
|
|
// ********** End Function WeightedMovingAverage_FRotator Property Definitions *********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "WeightedMovingAverage_FRotator", Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::KismetMathLibrary_eventWeightedMovingAverage_FRotator_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::KismetMathLibrary_eventWeightedMovingAverage_FRotator_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execWeightedMovingAverage_FRotator)
|
|
{
|
|
P_GET_STRUCT(FRotator,Z_Param_CurrentSample);
|
|
P_GET_STRUCT(FRotator,Z_Param_PreviousSample);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Weight);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRotator*)Z_Param__Result=UKismetMathLibrary::WeightedMovingAverage_FRotator(Z_Param_CurrentSample,Z_Param_PreviousSample,Z_Param_Weight);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function WeightedMovingAverage_FRotator *****************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function WeightedMovingAverage_FVector ****************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics
|
|
{
|
|
struct KismetMathLibrary_eventWeightedMovingAverage_FVector_Parms
|
|
{
|
|
FVector CurrentSample;
|
|
FVector PreviousSample;
|
|
float Weight;
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Smoothing" },
|
|
{ "Comment", "/**\n\x09 * Calculates the new value in a weighted moving average series using the previous value and the weight\n\x09 *\n\x09 * @param CurrentSample - The value to blend with the previous sample to get a new weighted value\n\x09 * @param PreviousSample - The last value from the series\n\x09 * @param Weight - The weight to blend with\n\x09 *\n\x09 * @return the next value in the series\n\x09 */" },
|
|
{ "DisplayName", "Weighted Moving Average Vector" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Calculates the new value in a weighted moving average series using the previous value and the weight\n\n@param CurrentSample - The value to blend with the previous sample to get a new weighted value\n@param PreviousSample - The last value from the series\n@param Weight - The weight to blend with\n\n@return the next value in the series" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function WeightedMovingAverage_FVector constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurrentSample;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PreviousSample;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Weight;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function WeightedMovingAverage_FVector constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function WeightedMovingAverage_FVector Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::NewProp_CurrentSample = { "CurrentSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_FVector_Parms, CurrentSample), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::NewProp_PreviousSample = { "PreviousSample", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_FVector_Parms, PreviousSample), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::NewProp_Weight = { "Weight", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_FVector_Parms, Weight), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWeightedMovingAverage_FVector_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::NewProp_CurrentSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::NewProp_PreviousSample,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::NewProp_Weight,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::PropPointers) < 2048);
|
|
// ********** End Function WeightedMovingAverage_FVector Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "WeightedMovingAverage_FVector", Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::KismetMathLibrary_eventWeightedMovingAverage_FVector_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::KismetMathLibrary_eventWeightedMovingAverage_FVector_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execWeightedMovingAverage_FVector)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_CurrentSample);
|
|
P_GET_STRUCT(FVector,Z_Param_PreviousSample);
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_Weight);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=UKismetMathLibrary::WeightedMovingAverage_FVector(Z_Param_CurrentSample,Z_Param_PreviousSample,Z_Param_Weight);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function WeightedMovingAverage_FVector ******************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Wrap *****************************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics
|
|
{
|
|
struct KismetMathLibrary_eventWrap_Parms
|
|
{
|
|
int32 Value;
|
|
int32 Min;
|
|
int32 Max;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Returns Value between A and B (inclusive) that wraps around */" },
|
|
{ "DisplayName", "Wrap (Integer)" },
|
|
{ "Max", "100" },
|
|
{ "Min", "0" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Returns Value between A and B (inclusive) that wraps around" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Wrap constinit property declarations **********************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Wrap constinit property declarations ************************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Wrap Property Definitions *********************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWrap_Parms, Value), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWrap_Parms, Min), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWrap_Parms, Max), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventWrap_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::NewProp_Value,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::PropPointers) < 2048);
|
|
// ********** End Function Wrap Property Definitions ***********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Wrap", Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::KismetMathLibrary_eventWrap_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::KismetMathLibrary_eventWrap_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Wrap()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Wrap_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execWrap)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Value);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Min);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_Max);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Wrap(Z_Param_Value,Z_Param_Min,Z_Param_Max);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Wrap *******************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Xor_Int64Int64 *******************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics
|
|
{
|
|
struct KismetMathLibrary_eventXor_Int64Int64_Parms
|
|
{
|
|
int64 A;
|
|
int64 B;
|
|
int64 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer64" },
|
|
{ "Comment", "/** Bitwise XOR (A ^ B) */" },
|
|
{ "CompactNodeTitle", "^" },
|
|
{ "DisplayName", "Bitwise XOR" },
|
|
{ "Keywords", "^ xor" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Bitwise XOR (A ^ B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Xor_Int64Int64 constinit property declarations ************************
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FInt64PropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Xor_Int64Int64 constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Xor_Int64Int64 Property Definitions ***********************************
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventXor_Int64Int64_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventXor_Int64Int64_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FInt64PropertyParams Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int64, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventXor_Int64Int64_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::PropPointers) < 2048);
|
|
// ********** End Function Xor_Int64Int64 Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Xor_Int64Int64", Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::KismetMathLibrary_eventXor_Int64Int64_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::KismetMathLibrary_eventXor_Int64Int64_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execXor_Int64Int64)
|
|
{
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_A);
|
|
P_GET_PROPERTY(FInt64Property,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int64*)Z_Param__Result=UKismetMathLibrary::Xor_Int64Int64(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Xor_Int64Int64 *********************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary Function Xor_IntInt ***********************************
|
|
struct Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics
|
|
{
|
|
struct KismetMathLibrary_eventXor_IntInt_Parms
|
|
{
|
|
int32 A;
|
|
int32 B;
|
|
int32 ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Math|Integer" },
|
|
{ "Comment", "/** Bitwise XOR (A ^ B) */" },
|
|
{ "CompactNodeTitle", "^" },
|
|
{ "DisplayName", "Bitwise XOR" },
|
|
{ "Keywords", "^ xor" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ToolTip", "Bitwise XOR (A ^ B)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Xor_IntInt constinit property declarations ****************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Xor_IntInt constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Xor_IntInt Property Definitions ***************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventXor_IntInt_Parms, A), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventXor_IntInt_Parms, B), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(KismetMathLibrary_eventXor_IntInt_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::NewProp_B,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::PropPointers) < 2048);
|
|
// ********** End Function Xor_IntInt Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UKismetMathLibrary, nullptr, "Xor_IntInt", Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::KismetMathLibrary_eventXor_IntInt_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::KismetMathLibrary_eventXor_IntInt_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UKismetMathLibrary::execXor_IntInt)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_A);
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_B);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(int32*)Z_Param__Result=UKismetMathLibrary::Xor_IntInt(Z_Param_A,Z_Param_B);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UKismetMathLibrary Function Xor_IntInt *************************************
|
|
|
|
// ********** Begin Class UKismetMathLibrary *******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UKismetMathLibrary;
|
|
UClass* UKismetMathLibrary::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UKismetMathLibrary;
|
|
if (!Z_Registration_Info_UClass_UKismetMathLibrary.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("KismetMathLibrary"),
|
|
Z_Registration_Info_UClass_UKismetMathLibrary.InnerSingleton,
|
|
StaticRegisterNativesUKismetMathLibrary,
|
|
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_UKismetMathLibrary.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UKismetMathLibrary_NoRegister()
|
|
{
|
|
return UKismetMathLibrary::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UKismetMathLibrary_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintThreadSafe", "" },
|
|
{ "IncludePath", "Kismet/KismetMathLibrary.h" },
|
|
{ "ModuleRelativePath", "Classes/Kismet/KismetMathLibrary.h" },
|
|
{ "ScriptName", "MathLibrary" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UKismetMathLibrary constinit property declarations ***********************
|
|
// ********** End Class UKismetMathLibrary constinit property declarations *************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("Abs"), .Pointer = &UKismetMathLibrary::execAbs },
|
|
{ .NameUTF8 = UTF8TEXT("Abs_Int"), .Pointer = &UKismetMathLibrary::execAbs_Int },
|
|
{ .NameUTF8 = UTF8TEXT("Abs_Int64"), .Pointer = &UKismetMathLibrary::execAbs_Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Acos"), .Pointer = &UKismetMathLibrary::execAcos },
|
|
{ .NameUTF8 = UTF8TEXT("Add_ByteByte"), .Pointer = &UKismetMathLibrary::execAdd_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("Add_DateTimeDateTime"), .Pointer = &UKismetMathLibrary::execAdd_DateTimeDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("Add_DateTimeTimespan"), .Pointer = &UKismetMathLibrary::execAdd_DateTimeTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("Add_DoubleDouble"), .Pointer = &UKismetMathLibrary::execAdd_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Add_Int64Int64"), .Pointer = &UKismetMathLibrary::execAdd_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Add_IntInt"), .Pointer = &UKismetMathLibrary::execAdd_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("Add_IntPointInt"), .Pointer = &UKismetMathLibrary::execAdd_IntPointInt },
|
|
{ .NameUTF8 = UTF8TEXT("Add_IntPointIntPoint"), .Pointer = &UKismetMathLibrary::execAdd_IntPointIntPoint },
|
|
{ .NameUTF8 = UTF8TEXT("Add_LinearColorLinearColor"), .Pointer = &UKismetMathLibrary::execAdd_LinearColorLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("Add_MatrixMatrix"), .Pointer = &UKismetMathLibrary::execAdd_MatrixMatrix },
|
|
{ .NameUTF8 = UTF8TEXT("Add_QuatQuat"), .Pointer = &UKismetMathLibrary::execAdd_QuatQuat },
|
|
{ .NameUTF8 = UTF8TEXT("Add_TimespanTimespan"), .Pointer = &UKismetMathLibrary::execAdd_TimespanTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("Add_Vector2DFloat"), .Pointer = &UKismetMathLibrary::execAdd_Vector2DFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Add_Vector2DVector2D"), .Pointer = &UKismetMathLibrary::execAdd_Vector2DVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("Add_Vector4Vector4"), .Pointer = &UKismetMathLibrary::execAdd_Vector4Vector4 },
|
|
{ .NameUTF8 = UTF8TEXT("Add_VectorFloat"), .Pointer = &UKismetMathLibrary::execAdd_VectorFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Add_VectorInt"), .Pointer = &UKismetMathLibrary::execAdd_VectorInt },
|
|
{ .NameUTF8 = UTF8TEXT("Add_VectorVector"), .Pointer = &UKismetMathLibrary::execAdd_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("And_Int64Int64"), .Pointer = &UKismetMathLibrary::execAnd_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("And_IntInt"), .Pointer = &UKismetMathLibrary::execAnd_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("Asin"), .Pointer = &UKismetMathLibrary::execAsin },
|
|
{ .NameUTF8 = UTF8TEXT("Atan"), .Pointer = &UKismetMathLibrary::execAtan },
|
|
{ .NameUTF8 = UTF8TEXT("Atan2"), .Pointer = &UKismetMathLibrary::execAtan2 },
|
|
{ .NameUTF8 = UTF8TEXT("AverageOfIntArray"), .Pointer = &UKismetMathLibrary::execAverageOfIntArray },
|
|
{ .NameUTF8 = UTF8TEXT("BMax"), .Pointer = &UKismetMathLibrary::execBMax },
|
|
{ .NameUTF8 = UTF8TEXT("BMin"), .Pointer = &UKismetMathLibrary::execBMin },
|
|
{ .NameUTF8 = UTF8TEXT("BooleanAND"), .Pointer = &UKismetMathLibrary::execBooleanAND },
|
|
{ .NameUTF8 = UTF8TEXT("BooleanNAND"), .Pointer = &UKismetMathLibrary::execBooleanNAND },
|
|
{ .NameUTF8 = UTF8TEXT("BooleanNOR"), .Pointer = &UKismetMathLibrary::execBooleanNOR },
|
|
{ .NameUTF8 = UTF8TEXT("BooleanOR"), .Pointer = &UKismetMathLibrary::execBooleanOR },
|
|
{ .NameUTF8 = UTF8TEXT("BooleanXOR"), .Pointer = &UKismetMathLibrary::execBooleanXOR },
|
|
{ .NameUTF8 = UTF8TEXT("Box_ExpandBy"), .Pointer = &UKismetMathLibrary::execBox_ExpandBy },
|
|
{ .NameUTF8 = UTF8TEXT("Box_GetClosestPointTo"), .Pointer = &UKismetMathLibrary::execBox_GetClosestPointTo },
|
|
{ .NameUTF8 = UTF8TEXT("Box_Intersects"), .Pointer = &UKismetMathLibrary::execBox_Intersects },
|
|
{ .NameUTF8 = UTF8TEXT("Box_IsInside"), .Pointer = &UKismetMathLibrary::execBox_IsInside },
|
|
{ .NameUTF8 = UTF8TEXT("Box_IsInsideOrOn"), .Pointer = &UKismetMathLibrary::execBox_IsInsideOrOn },
|
|
{ .NameUTF8 = UTF8TEXT("Box_IsPointInside"), .Pointer = &UKismetMathLibrary::execBox_IsPointInside },
|
|
{ .NameUTF8 = UTF8TEXT("Box_Overlap"), .Pointer = &UKismetMathLibrary::execBox_Overlap },
|
|
{ .NameUTF8 = UTF8TEXT("BreakBoxSphereBounds"), .Pointer = &UKismetMathLibrary::execBreakBoxSphereBounds },
|
|
{ .NameUTF8 = UTF8TEXT("BreakColor"), .Pointer = &UKismetMathLibrary::execBreakColor },
|
|
{ .NameUTF8 = UTF8TEXT("BreakDateTime"), .Pointer = &UKismetMathLibrary::execBreakDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("BreakFrameRate"), .Pointer = &UKismetMathLibrary::execBreakFrameRate },
|
|
{ .NameUTF8 = UTF8TEXT("BreakQualifiedFrameTime"), .Pointer = &UKismetMathLibrary::execBreakQualifiedFrameTime },
|
|
{ .NameUTF8 = UTF8TEXT("BreakQuat"), .Pointer = &UKismetMathLibrary::execBreakQuat },
|
|
{ .NameUTF8 = UTF8TEXT("BreakRandomStream"), .Pointer = &UKismetMathLibrary::execBreakRandomStream },
|
|
{ .NameUTF8 = UTF8TEXT("BreakRotator"), .Pointer = &UKismetMathLibrary::execBreakRotator },
|
|
{ .NameUTF8 = UTF8TEXT("BreakRotIntoAxes"), .Pointer = &UKismetMathLibrary::execBreakRotIntoAxes },
|
|
{ .NameUTF8 = UTF8TEXT("BreakTimespan"), .Pointer = &UKismetMathLibrary::execBreakTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("BreakTimespan2"), .Pointer = &UKismetMathLibrary::execBreakTimespan2 },
|
|
{ .NameUTF8 = UTF8TEXT("BreakTransform"), .Pointer = &UKismetMathLibrary::execBreakTransform },
|
|
{ .NameUTF8 = UTF8TEXT("BreakVector"), .Pointer = &UKismetMathLibrary::execBreakVector },
|
|
{ .NameUTF8 = UTF8TEXT("BreakVector2D"), .Pointer = &UKismetMathLibrary::execBreakVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("BreakVector4"), .Pointer = &UKismetMathLibrary::execBreakVector4 },
|
|
{ .NameUTF8 = UTF8TEXT("BreakVector_NetQuantize"), .Pointer = &UKismetMathLibrary::execBreakVector_NetQuantize },
|
|
{ .NameUTF8 = UTF8TEXT("BreakVector_NetQuantize10"), .Pointer = &UKismetMathLibrary::execBreakVector_NetQuantize10 },
|
|
{ .NameUTF8 = UTF8TEXT("BreakVector_NetQuantize100"), .Pointer = &UKismetMathLibrary::execBreakVector_NetQuantize100 },
|
|
{ .NameUTF8 = UTF8TEXT("BreakVector_NetQuantizeNormal"), .Pointer = &UKismetMathLibrary::execBreakVector_NetQuantizeNormal },
|
|
{ .NameUTF8 = UTF8TEXT("CInterpTo"), .Pointer = &UKismetMathLibrary::execCInterpTo },
|
|
{ .NameUTF8 = UTF8TEXT("Clamp"), .Pointer = &UKismetMathLibrary::execClamp },
|
|
{ .NameUTF8 = UTF8TEXT("ClampAngle"), .Pointer = &UKismetMathLibrary::execClampAngle },
|
|
{ .NameUTF8 = UTF8TEXT("ClampAxes2D"), .Pointer = &UKismetMathLibrary::execClampAxes2D },
|
|
{ .NameUTF8 = UTF8TEXT("ClampAxis"), .Pointer = &UKismetMathLibrary::execClampAxis },
|
|
{ .NameUTF8 = UTF8TEXT("ClampInt64"), .Pointer = &UKismetMathLibrary::execClampInt64 },
|
|
{ .NameUTF8 = UTF8TEXT("ClampVectorSize"), .Pointer = &UKismetMathLibrary::execClampVectorSize },
|
|
{ .NameUTF8 = UTF8TEXT("ClassIsChildOf"), .Pointer = &UKismetMathLibrary::execClassIsChildOf },
|
|
{ .NameUTF8 = UTF8TEXT("ComposeRotators"), .Pointer = &UKismetMathLibrary::execComposeRotators },
|
|
{ .NameUTF8 = UTF8TEXT("ComposeTransforms"), .Pointer = &UKismetMathLibrary::execComposeTransforms },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_BoolToByte"), .Pointer = &UKismetMathLibrary::execConv_BoolToByte },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_BoolToDouble"), .Pointer = &UKismetMathLibrary::execConv_BoolToDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_BoolToInt"), .Pointer = &UKismetMathLibrary::execConv_BoolToInt },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_ByteToDouble"), .Pointer = &UKismetMathLibrary::execConv_ByteToDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_ByteToInt"), .Pointer = &UKismetMathLibrary::execConv_ByteToInt },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_ByteToInt64"), .Pointer = &UKismetMathLibrary::execConv_ByteToInt64 },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_ColorToLinearColor"), .Pointer = &UKismetMathLibrary::execConv_ColorToLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_DoubleToFloat"), .Pointer = &UKismetMathLibrary::execConv_DoubleToFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_DoubleToInt64"), .Pointer = &UKismetMathLibrary::execConv_DoubleToInt64 },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_DoubleToLinearColor"), .Pointer = &UKismetMathLibrary::execConv_DoubleToLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_DoubleToVector"), .Pointer = &UKismetMathLibrary::execConv_DoubleToVector },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_DoubleToVector2D"), .Pointer = &UKismetMathLibrary::execConv_DoubleToVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_FloatToDouble"), .Pointer = &UKismetMathLibrary::execConv_FloatToDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Int64ToByte"), .Pointer = &UKismetMathLibrary::execConv_Int64ToByte },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Int64ToDouble"), .Pointer = &UKismetMathLibrary::execConv_Int64ToDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Int64ToInt"), .Pointer = &UKismetMathLibrary::execConv_Int64ToInt },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntPointToVector2D"), .Pointer = &UKismetMathLibrary::execConv_IntPointToVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntToBool"), .Pointer = &UKismetMathLibrary::execConv_IntToBool },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntToByte"), .Pointer = &UKismetMathLibrary::execConv_IntToByte },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntToDouble"), .Pointer = &UKismetMathLibrary::execConv_IntToDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntToInt64"), .Pointer = &UKismetMathLibrary::execConv_IntToInt64 },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntToIntVector"), .Pointer = &UKismetMathLibrary::execConv_IntToIntVector },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntToIntVector2"), .Pointer = &UKismetMathLibrary::execConv_IntToIntVector2 },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntToVector"), .Pointer = &UKismetMathLibrary::execConv_IntToVector },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntVector2ToVector2D"), .Pointer = &UKismetMathLibrary::execConv_IntVector2ToVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_IntVectorToVector"), .Pointer = &UKismetMathLibrary::execConv_IntVectorToVector },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_LinearColorToColor"), .Pointer = &UKismetMathLibrary::execConv_LinearColorToColor },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_LinearColorToVector"), .Pointer = &UKismetMathLibrary::execConv_LinearColorToVector },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_MatrixToRotator"), .Pointer = &UKismetMathLibrary::execConv_MatrixToRotator },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_MatrixToTransform"), .Pointer = &UKismetMathLibrary::execConv_MatrixToTransform },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_RotatorToQuaternion"), .Pointer = &UKismetMathLibrary::execConv_RotatorToQuaternion },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_RotatorToTransform"), .Pointer = &UKismetMathLibrary::execConv_RotatorToTransform },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_RotatorToVector"), .Pointer = &UKismetMathLibrary::execConv_RotatorToVector },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_TransformToMatrix"), .Pointer = &UKismetMathLibrary::execConv_TransformToMatrix },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Vector2DToIntPoint"), .Pointer = &UKismetMathLibrary::execConv_Vector2DToIntPoint },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Vector2DToVector"), .Pointer = &UKismetMathLibrary::execConv_Vector2DToVector },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Vector4ToQuaternion"), .Pointer = &UKismetMathLibrary::execConv_Vector4ToQuaternion },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Vector4ToRotator"), .Pointer = &UKismetMathLibrary::execConv_Vector4ToRotator },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_Vector4ToVector"), .Pointer = &UKismetMathLibrary::execConv_Vector4ToVector },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_VectorToLinearColor"), .Pointer = &UKismetMathLibrary::execConv_VectorToLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_VectorToQuaternion"), .Pointer = &UKismetMathLibrary::execConv_VectorToQuaternion },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_VectorToRotator"), .Pointer = &UKismetMathLibrary::execConv_VectorToRotator },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_VectorToTransform"), .Pointer = &UKismetMathLibrary::execConv_VectorToTransform },
|
|
{ .NameUTF8 = UTF8TEXT("Conv_VectorToVector2D"), .Pointer = &UKismetMathLibrary::execConv_VectorToVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("Convert1DTo2D"), .Pointer = &UKismetMathLibrary::execConvert1DTo2D },
|
|
{ .NameUTF8 = UTF8TEXT("Convert1DTo3D"), .Pointer = &UKismetMathLibrary::execConvert1DTo3D },
|
|
{ .NameUTF8 = UTF8TEXT("Convert2DTo1D"), .Pointer = &UKismetMathLibrary::execConvert2DTo1D },
|
|
{ .NameUTF8 = UTF8TEXT("Convert3DTo1D"), .Pointer = &UKismetMathLibrary::execConvert3DTo1D },
|
|
{ .NameUTF8 = UTF8TEXT("Cos"), .Pointer = &UKismetMathLibrary::execCos },
|
|
{ .NameUTF8 = UTF8TEXT("CreateVectorFromYawPitch"), .Pointer = &UKismetMathLibrary::execCreateVectorFromYawPitch },
|
|
{ .NameUTF8 = UTF8TEXT("Cross_VectorVector"), .Pointer = &UKismetMathLibrary::execCross_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("CrossProduct2D"), .Pointer = &UKismetMathLibrary::execCrossProduct2D },
|
|
{ .NameUTF8 = UTF8TEXT("DateTimeFromIsoString"), .Pointer = &UKismetMathLibrary::execDateTimeFromIsoString },
|
|
{ .NameUTF8 = UTF8TEXT("DateTimeFromString"), .Pointer = &UKismetMathLibrary::execDateTimeFromString },
|
|
{ .NameUTF8 = UTF8TEXT("DateTimeMaxValue"), .Pointer = &UKismetMathLibrary::execDateTimeMaxValue },
|
|
{ .NameUTF8 = UTF8TEXT("DateTimeMinValue"), .Pointer = &UKismetMathLibrary::execDateTimeMinValue },
|
|
{ .NameUTF8 = UTF8TEXT("DaysInMonth"), .Pointer = &UKismetMathLibrary::execDaysInMonth },
|
|
{ .NameUTF8 = UTF8TEXT("DaysInYear"), .Pointer = &UKismetMathLibrary::execDaysInYear },
|
|
{ .NameUTF8 = UTF8TEXT("DegAcos"), .Pointer = &UKismetMathLibrary::execDegAcos },
|
|
{ .NameUTF8 = UTF8TEXT("DegAsin"), .Pointer = &UKismetMathLibrary::execDegAsin },
|
|
{ .NameUTF8 = UTF8TEXT("DegAtan"), .Pointer = &UKismetMathLibrary::execDegAtan },
|
|
{ .NameUTF8 = UTF8TEXT("DegAtan2"), .Pointer = &UKismetMathLibrary::execDegAtan2 },
|
|
{ .NameUTF8 = UTF8TEXT("DegCos"), .Pointer = &UKismetMathLibrary::execDegCos },
|
|
{ .NameUTF8 = UTF8TEXT("DegreesToRadians"), .Pointer = &UKismetMathLibrary::execDegreesToRadians },
|
|
{ .NameUTF8 = UTF8TEXT("DegSin"), .Pointer = &UKismetMathLibrary::execDegSin },
|
|
{ .NameUTF8 = UTF8TEXT("DegTan"), .Pointer = &UKismetMathLibrary::execDegTan },
|
|
{ .NameUTF8 = UTF8TEXT("Distance2D"), .Pointer = &UKismetMathLibrary::execDistance2D },
|
|
{ .NameUTF8 = UTF8TEXT("DistanceSquared2D"), .Pointer = &UKismetMathLibrary::execDistanceSquared2D },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_ByteByte"), .Pointer = &UKismetMathLibrary::execDivide_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_DoubleDouble"), .Pointer = &UKismetMathLibrary::execDivide_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_Int64Int64"), .Pointer = &UKismetMathLibrary::execDivide_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_IntInt"), .Pointer = &UKismetMathLibrary::execDivide_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_IntPointInt"), .Pointer = &UKismetMathLibrary::execDivide_IntPointInt },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_IntPointIntPoint"), .Pointer = &UKismetMathLibrary::execDivide_IntPointIntPoint },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_LinearColorLinearColor"), .Pointer = &UKismetMathLibrary::execDivide_LinearColorLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_TimespanFloat"), .Pointer = &UKismetMathLibrary::execDivide_TimespanFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_Vector2DFloat"), .Pointer = &UKismetMathLibrary::execDivide_Vector2DFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_Vector2DVector2D"), .Pointer = &UKismetMathLibrary::execDivide_Vector2DVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_Vector4Vector4"), .Pointer = &UKismetMathLibrary::execDivide_Vector4Vector4 },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_VectorFloat"), .Pointer = &UKismetMathLibrary::execDivide_VectorFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_VectorInt"), .Pointer = &UKismetMathLibrary::execDivide_VectorInt },
|
|
{ .NameUTF8 = UTF8TEXT("Divide_VectorVector"), .Pointer = &UKismetMathLibrary::execDivide_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("Dot_VectorVector"), .Pointer = &UKismetMathLibrary::execDot_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("DotProduct2D"), .Pointer = &UKismetMathLibrary::execDotProduct2D },
|
|
{ .NameUTF8 = UTF8TEXT("DynamicWeightedMovingAverage_Float"), .Pointer = &UKismetMathLibrary::execDynamicWeightedMovingAverage_Float },
|
|
{ .NameUTF8 = UTF8TEXT("DynamicWeightedMovingAverage_FRotator"), .Pointer = &UKismetMathLibrary::execDynamicWeightedMovingAverage_FRotator },
|
|
{ .NameUTF8 = UTF8TEXT("DynamicWeightedMovingAverage_FVector"), .Pointer = &UKismetMathLibrary::execDynamicWeightedMovingAverage_FVector },
|
|
{ .NameUTF8 = UTF8TEXT("Ease"), .Pointer = &UKismetMathLibrary::execEase },
|
|
{ .NameUTF8 = UTF8TEXT("Equal_IntPointIntPoint"), .Pointer = &UKismetMathLibrary::execEqual_IntPointIntPoint },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_BoolBool"), .Pointer = &UKismetMathLibrary::execEqualEqual_BoolBool },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_ByteByte"), .Pointer = &UKismetMathLibrary::execEqualEqual_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_ClassClass"), .Pointer = &UKismetMathLibrary::execEqualEqual_ClassClass },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_DateTimeDateTime"), .Pointer = &UKismetMathLibrary::execEqualEqual_DateTimeDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_DoubleDouble"), .Pointer = &UKismetMathLibrary::execEqualEqual_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_Int64Int64"), .Pointer = &UKismetMathLibrary::execEqualEqual_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_IntInt"), .Pointer = &UKismetMathLibrary::execEqualEqual_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_LinearColorLinearColor"), .Pointer = &UKismetMathLibrary::execEqualEqual_LinearColorLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_MatrixMatrix"), .Pointer = &UKismetMathLibrary::execEqualEqual_MatrixMatrix },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_NameName"), .Pointer = &UKismetMathLibrary::execEqualEqual_NameName },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_ObjectObject"), .Pointer = &UKismetMathLibrary::execEqualEqual_ObjectObject },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_QuatQuat"), .Pointer = &UKismetMathLibrary::execEqualEqual_QuatQuat },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_RotatorRotator"), .Pointer = &UKismetMathLibrary::execEqualEqual_RotatorRotator },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_TimespanTimespan"), .Pointer = &UKismetMathLibrary::execEqualEqual_TimespanTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_TransformTransform"), .Pointer = &UKismetMathLibrary::execEqualEqual_TransformTransform },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_Vector2DVector2D"), .Pointer = &UKismetMathLibrary::execEqualEqual_Vector2DVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_Vector4Vector4"), .Pointer = &UKismetMathLibrary::execEqualEqual_Vector4Vector4 },
|
|
{ .NameUTF8 = UTF8TEXT("EqualEqual_VectorVector"), .Pointer = &UKismetMathLibrary::execEqualEqual_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("EqualExactly_Vector2DVector2D"), .Pointer = &UKismetMathLibrary::execEqualExactly_Vector2DVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("EqualExactly_Vector4Vector4"), .Pointer = &UKismetMathLibrary::execEqualExactly_Vector4Vector4 },
|
|
{ .NameUTF8 = UTF8TEXT("EqualExactly_VectorVector"), .Pointer = &UKismetMathLibrary::execEqualExactly_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("Exp"), .Pointer = &UKismetMathLibrary::execExp },
|
|
{ .NameUTF8 = UTF8TEXT("FCeil"), .Pointer = &UKismetMathLibrary::execFCeil },
|
|
{ .NameUTF8 = UTF8TEXT("FCeil64"), .Pointer = &UKismetMathLibrary::execFCeil64 },
|
|
{ .NameUTF8 = UTF8TEXT("FClamp"), .Pointer = &UKismetMathLibrary::execFClamp },
|
|
{ .NameUTF8 = UTF8TEXT("FFloor"), .Pointer = &UKismetMathLibrary::execFFloor },
|
|
{ .NameUTF8 = UTF8TEXT("FFloor64"), .Pointer = &UKismetMathLibrary::execFFloor64 },
|
|
{ .NameUTF8 = UTF8TEXT("FindClosestPointOnLine"), .Pointer = &UKismetMathLibrary::execFindClosestPointOnLine },
|
|
{ .NameUTF8 = UTF8TEXT("FindClosestPointOnSegment"), .Pointer = &UKismetMathLibrary::execFindClosestPointOnSegment },
|
|
{ .NameUTF8 = UTF8TEXT("FindLookAtRotation"), .Pointer = &UKismetMathLibrary::execFindLookAtRotation },
|
|
{ .NameUTF8 = UTF8TEXT("FindNearestPointsOnLineSegments"), .Pointer = &UKismetMathLibrary::execFindNearestPointsOnLineSegments },
|
|
{ .NameUTF8 = UTF8TEXT("FindRelativeLookAtRotation"), .Pointer = &UKismetMathLibrary::execFindRelativeLookAtRotation },
|
|
{ .NameUTF8 = UTF8TEXT("FInterpEaseInOut"), .Pointer = &UKismetMathLibrary::execFInterpEaseInOut },
|
|
{ .NameUTF8 = UTF8TEXT("FInterpTo"), .Pointer = &UKismetMathLibrary::execFInterpTo },
|
|
{ .NameUTF8 = UTF8TEXT("FInterpTo_Constant"), .Pointer = &UKismetMathLibrary::execFInterpTo_Constant },
|
|
{ .NameUTF8 = UTF8TEXT("FixedTurn"), .Pointer = &UKismetMathLibrary::execFixedTurn },
|
|
{ .NameUTF8 = UTF8TEXT("FloatSpringInterp"), .Pointer = &UKismetMathLibrary::execFloatSpringInterp },
|
|
{ .NameUTF8 = UTF8TEXT("FMax"), .Pointer = &UKismetMathLibrary::execFMax },
|
|
{ .NameUTF8 = UTF8TEXT("FMin"), .Pointer = &UKismetMathLibrary::execFMin },
|
|
{ .NameUTF8 = UTF8TEXT("FMod"), .Pointer = &UKismetMathLibrary::execFMod },
|
|
{ .NameUTF8 = UTF8TEXT("FMod64"), .Pointer = &UKismetMathLibrary::execFMod64 },
|
|
{ .NameUTF8 = UTF8TEXT("Fraction"), .Pointer = &UKismetMathLibrary::execFraction },
|
|
{ .NameUTF8 = UTF8TEXT("FromDays"), .Pointer = &UKismetMathLibrary::execFromDays },
|
|
{ .NameUTF8 = UTF8TEXT("FromHours"), .Pointer = &UKismetMathLibrary::execFromHours },
|
|
{ .NameUTF8 = UTF8TEXT("FromMilliseconds"), .Pointer = &UKismetMathLibrary::execFromMilliseconds },
|
|
{ .NameUTF8 = UTF8TEXT("FromMinutes"), .Pointer = &UKismetMathLibrary::execFromMinutes },
|
|
{ .NameUTF8 = UTF8TEXT("FromSeconds"), .Pointer = &UKismetMathLibrary::execFromSeconds },
|
|
{ .NameUTF8 = UTF8TEXT("FromUnixTimestamp"), .Pointer = &UKismetMathLibrary::execFromUnixTimestamp },
|
|
{ .NameUTF8 = UTF8TEXT("FTrunc"), .Pointer = &UKismetMathLibrary::execFTrunc },
|
|
{ .NameUTF8 = UTF8TEXT("FTrunc64"), .Pointer = &UKismetMathLibrary::execFTrunc64 },
|
|
{ .NameUTF8 = UTF8TEXT("FTruncVector"), .Pointer = &UKismetMathLibrary::execFTruncVector },
|
|
{ .NameUTF8 = UTF8TEXT("FTruncVector2D"), .Pointer = &UKismetMathLibrary::execFTruncVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("FWrap"), .Pointer = &UKismetMathLibrary::execFWrap },
|
|
{ .NameUTF8 = UTF8TEXT("GetAbs2D"), .Pointer = &UKismetMathLibrary::execGetAbs2D },
|
|
{ .NameUTF8 = UTF8TEXT("GetAbsMax2D"), .Pointer = &UKismetMathLibrary::execGetAbsMax2D },
|
|
{ .NameUTF8 = UTF8TEXT("GetAxes"), .Pointer = &UKismetMathLibrary::execGetAxes },
|
|
{ .NameUTF8 = UTF8TEXT("GetAzimuthAndElevation"), .Pointer = &UKismetMathLibrary::execGetAzimuthAndElevation },
|
|
{ .NameUTF8 = UTF8TEXT("GetBoxCenter"), .Pointer = &UKismetMathLibrary::execGetBoxCenter },
|
|
{ .NameUTF8 = UTF8TEXT("GetBoxSize"), .Pointer = &UKismetMathLibrary::execGetBoxSize },
|
|
{ .NameUTF8 = UTF8TEXT("GetBoxVolume"), .Pointer = &UKismetMathLibrary::execGetBoxVolume },
|
|
{ .NameUTF8 = UTF8TEXT("GetDate"), .Pointer = &UKismetMathLibrary::execGetDate },
|
|
{ .NameUTF8 = UTF8TEXT("GetDay"), .Pointer = &UKismetMathLibrary::execGetDay },
|
|
{ .NameUTF8 = UTF8TEXT("GetDayOfYear"), .Pointer = &UKismetMathLibrary::execGetDayOfYear },
|
|
{ .NameUTF8 = UTF8TEXT("GetDays"), .Pointer = &UKismetMathLibrary::execGetDays },
|
|
{ .NameUTF8 = UTF8TEXT("GetDirectionUnitVector"), .Pointer = &UKismetMathLibrary::execGetDirectionUnitVector },
|
|
{ .NameUTF8 = UTF8TEXT("GetDuration"), .Pointer = &UKismetMathLibrary::execGetDuration },
|
|
{ .NameUTF8 = UTF8TEXT("GetForwardVector"), .Pointer = &UKismetMathLibrary::execGetForwardVector },
|
|
{ .NameUTF8 = UTF8TEXT("GetHour"), .Pointer = &UKismetMathLibrary::execGetHour },
|
|
{ .NameUTF8 = UTF8TEXT("GetHour12"), .Pointer = &UKismetMathLibrary::execGetHour12 },
|
|
{ .NameUTF8 = UTF8TEXT("GetHours"), .Pointer = &UKismetMathLibrary::execGetHours },
|
|
{ .NameUTF8 = UTF8TEXT("GetMax2D"), .Pointer = &UKismetMathLibrary::execGetMax2D },
|
|
{ .NameUTF8 = UTF8TEXT("GetMaxElement"), .Pointer = &UKismetMathLibrary::execGetMaxElement },
|
|
{ .NameUTF8 = UTF8TEXT("GetMillisecond"), .Pointer = &UKismetMathLibrary::execGetMillisecond },
|
|
{ .NameUTF8 = UTF8TEXT("GetMilliseconds"), .Pointer = &UKismetMathLibrary::execGetMilliseconds },
|
|
{ .NameUTF8 = UTF8TEXT("GetMin2D"), .Pointer = &UKismetMathLibrary::execGetMin2D },
|
|
{ .NameUTF8 = UTF8TEXT("GetMinElement"), .Pointer = &UKismetMathLibrary::execGetMinElement },
|
|
{ .NameUTF8 = UTF8TEXT("GetMinute"), .Pointer = &UKismetMathLibrary::execGetMinute },
|
|
{ .NameUTF8 = UTF8TEXT("GetMinutes"), .Pointer = &UKismetMathLibrary::execGetMinutes },
|
|
{ .NameUTF8 = UTF8TEXT("GetMonth"), .Pointer = &UKismetMathLibrary::execGetMonth },
|
|
{ .NameUTF8 = UTF8TEXT("GetPI"), .Pointer = &UKismetMathLibrary::execGetPI },
|
|
{ .NameUTF8 = UTF8TEXT("GetPointDistanceToLine"), .Pointer = &UKismetMathLibrary::execGetPointDistanceToLine },
|
|
{ .NameUTF8 = UTF8TEXT("GetPointDistanceToSegment"), .Pointer = &UKismetMathLibrary::execGetPointDistanceToSegment },
|
|
{ .NameUTF8 = UTF8TEXT("GetReflectionVector"), .Pointer = &UKismetMathLibrary::execGetReflectionVector },
|
|
{ .NameUTF8 = UTF8TEXT("GetRightVector"), .Pointer = &UKismetMathLibrary::execGetRightVector },
|
|
{ .NameUTF8 = UTF8TEXT("GetRotated2D"), .Pointer = &UKismetMathLibrary::execGetRotated2D },
|
|
{ .NameUTF8 = UTF8TEXT("GetRuntimeFloatCurveValue"), .Pointer = &UKismetMathLibrary::execGetRuntimeFloatCurveValue },
|
|
{ .NameUTF8 = UTF8TEXT("GetSecond"), .Pointer = &UKismetMathLibrary::execGetSecond },
|
|
{ .NameUTF8 = UTF8TEXT("GetSeconds"), .Pointer = &UKismetMathLibrary::execGetSeconds },
|
|
{ .NameUTF8 = UTF8TEXT("GetSlopeDegreeAngles"), .Pointer = &UKismetMathLibrary::execGetSlopeDegreeAngles },
|
|
{ .NameUTF8 = UTF8TEXT("GetTAU"), .Pointer = &UKismetMathLibrary::execGetTAU },
|
|
{ .NameUTF8 = UTF8TEXT("GetTimeOfDay"), .Pointer = &UKismetMathLibrary::execGetTimeOfDay },
|
|
{ .NameUTF8 = UTF8TEXT("GetTotalDays"), .Pointer = &UKismetMathLibrary::execGetTotalDays },
|
|
{ .NameUTF8 = UTF8TEXT("GetTotalHours"), .Pointer = &UKismetMathLibrary::execGetTotalHours },
|
|
{ .NameUTF8 = UTF8TEXT("GetTotalMilliseconds"), .Pointer = &UKismetMathLibrary::execGetTotalMilliseconds },
|
|
{ .NameUTF8 = UTF8TEXT("GetTotalMinutes"), .Pointer = &UKismetMathLibrary::execGetTotalMinutes },
|
|
{ .NameUTF8 = UTF8TEXT("GetTotalSeconds"), .Pointer = &UKismetMathLibrary::execGetTotalSeconds },
|
|
{ .NameUTF8 = UTF8TEXT("GetUpVector"), .Pointer = &UKismetMathLibrary::execGetUpVector },
|
|
{ .NameUTF8 = UTF8TEXT("GetVectorArrayAverage"), .Pointer = &UKismetMathLibrary::execGetVectorArrayAverage },
|
|
{ .NameUTF8 = UTF8TEXT("GetYawPitchFromVector"), .Pointer = &UKismetMathLibrary::execGetYawPitchFromVector },
|
|
{ .NameUTF8 = UTF8TEXT("GetYear"), .Pointer = &UKismetMathLibrary::execGetYear },
|
|
{ .NameUTF8 = UTF8TEXT("Greater_ByteByte"), .Pointer = &UKismetMathLibrary::execGreater_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("Greater_DateTimeDateTime"), .Pointer = &UKismetMathLibrary::execGreater_DateTimeDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("Greater_DoubleDouble"), .Pointer = &UKismetMathLibrary::execGreater_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Greater_Int64Int64"), .Pointer = &UKismetMathLibrary::execGreater_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Greater_IntInt"), .Pointer = &UKismetMathLibrary::execGreater_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("Greater_TimespanTimespan"), .Pointer = &UKismetMathLibrary::execGreater_TimespanTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("GreaterEqual_ByteByte"), .Pointer = &UKismetMathLibrary::execGreaterEqual_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("GreaterEqual_DateTimeDateTime"), .Pointer = &UKismetMathLibrary::execGreaterEqual_DateTimeDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("GreaterEqual_DoubleDouble"), .Pointer = &UKismetMathLibrary::execGreaterEqual_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("GreaterEqual_Int64Int64"), .Pointer = &UKismetMathLibrary::execGreaterEqual_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("GreaterEqual_IntInt"), .Pointer = &UKismetMathLibrary::execGreaterEqual_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("GreaterEqual_TimespanTimespan"), .Pointer = &UKismetMathLibrary::execGreaterEqual_TimespanTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("GreaterGreater_VectorRotator"), .Pointer = &UKismetMathLibrary::execGreaterGreater_VectorRotator },
|
|
{ .NameUTF8 = UTF8TEXT("GridSnap_Float"), .Pointer = &UKismetMathLibrary::execGridSnap_Float },
|
|
{ .NameUTF8 = UTF8TEXT("HSVToRGB"), .Pointer = &UKismetMathLibrary::execHSVToRGB },
|
|
{ .NameUTF8 = UTF8TEXT("HSVToRGB_Vector"), .Pointer = &UKismetMathLibrary::execHSVToRGB_Vector },
|
|
{ .NameUTF8 = UTF8TEXT("HSVToRGBLinear"), .Pointer = &UKismetMathLibrary::execHSVToRGBLinear },
|
|
{ .NameUTF8 = UTF8TEXT("Hypotenuse"), .Pointer = &UKismetMathLibrary::execHypotenuse },
|
|
{ .NameUTF8 = UTF8TEXT("InRange_FloatFloat"), .Pointer = &UKismetMathLibrary::execInRange_FloatFloat },
|
|
{ .NameUTF8 = UTF8TEXT("InRange_Int64Int64"), .Pointer = &UKismetMathLibrary::execInRange_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("InRange_IntInt"), .Pointer = &UKismetMathLibrary::execInRange_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("IntPoint_Down"), .Pointer = &UKismetMathLibrary::execIntPoint_Down },
|
|
{ .NameUTF8 = UTF8TEXT("IntPoint_Left"), .Pointer = &UKismetMathLibrary::execIntPoint_Left },
|
|
{ .NameUTF8 = UTF8TEXT("IntPoint_One"), .Pointer = &UKismetMathLibrary::execIntPoint_One },
|
|
{ .NameUTF8 = UTF8TEXT("IntPoint_Right"), .Pointer = &UKismetMathLibrary::execIntPoint_Right },
|
|
{ .NameUTF8 = UTF8TEXT("IntPoint_Up"), .Pointer = &UKismetMathLibrary::execIntPoint_Up },
|
|
{ .NameUTF8 = UTF8TEXT("IntPoint_Zero"), .Pointer = &UKismetMathLibrary::execIntPoint_Zero },
|
|
{ .NameUTF8 = UTF8TEXT("InverseTransformDirection"), .Pointer = &UKismetMathLibrary::execInverseTransformDirection },
|
|
{ .NameUTF8 = UTF8TEXT("InverseTransformLocation"), .Pointer = &UKismetMathLibrary::execInverseTransformLocation },
|
|
{ .NameUTF8 = UTF8TEXT("InverseTransformRotation"), .Pointer = &UKismetMathLibrary::execInverseTransformRotation },
|
|
{ .NameUTF8 = UTF8TEXT("InvertTransform"), .Pointer = &UKismetMathLibrary::execInvertTransform },
|
|
{ .NameUTF8 = UTF8TEXT("IsAfternoon"), .Pointer = &UKismetMathLibrary::execIsAfternoon },
|
|
{ .NameUTF8 = UTF8TEXT("IsLeapYear"), .Pointer = &UKismetMathLibrary::execIsLeapYear },
|
|
{ .NameUTF8 = UTF8TEXT("IsMorning"), .Pointer = &UKismetMathLibrary::execIsMorning },
|
|
{ .NameUTF8 = UTF8TEXT("IsNearlyZero2D"), .Pointer = &UKismetMathLibrary::execIsNearlyZero2D },
|
|
{ .NameUTF8 = UTF8TEXT("IsPointInBox"), .Pointer = &UKismetMathLibrary::execIsPointInBox },
|
|
{ .NameUTF8 = UTF8TEXT("IsPointInBox_Box"), .Pointer = &UKismetMathLibrary::execIsPointInBox_Box },
|
|
{ .NameUTF8 = UTF8TEXT("IsPointInBoxWithTransform"), .Pointer = &UKismetMathLibrary::execIsPointInBoxWithTransform },
|
|
{ .NameUTF8 = UTF8TEXT("IsPointInBoxWithTransform_Box"), .Pointer = &UKismetMathLibrary::execIsPointInBoxWithTransform_Box },
|
|
{ .NameUTF8 = UTF8TEXT("IsZero2D"), .Pointer = &UKismetMathLibrary::execIsZero2D },
|
|
{ .NameUTF8 = UTF8TEXT("Lerp"), .Pointer = &UKismetMathLibrary::execLerp },
|
|
{ .NameUTF8 = UTF8TEXT("Less_ByteByte"), .Pointer = &UKismetMathLibrary::execLess_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("Less_DateTimeDateTime"), .Pointer = &UKismetMathLibrary::execLess_DateTimeDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("Less_DoubleDouble"), .Pointer = &UKismetMathLibrary::execLess_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Less_Int64Int64"), .Pointer = &UKismetMathLibrary::execLess_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Less_IntInt"), .Pointer = &UKismetMathLibrary::execLess_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("Less_TimespanTimespan"), .Pointer = &UKismetMathLibrary::execLess_TimespanTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("LessEqual_ByteByte"), .Pointer = &UKismetMathLibrary::execLessEqual_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("LessEqual_DateTimeDateTime"), .Pointer = &UKismetMathLibrary::execLessEqual_DateTimeDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("LessEqual_DoubleDouble"), .Pointer = &UKismetMathLibrary::execLessEqual_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("LessEqual_Int64Int64"), .Pointer = &UKismetMathLibrary::execLessEqual_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("LessEqual_IntInt"), .Pointer = &UKismetMathLibrary::execLessEqual_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("LessEqual_TimespanTimespan"), .Pointer = &UKismetMathLibrary::execLessEqual_TimespanTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("LessLess_VectorRotator"), .Pointer = &UKismetMathLibrary::execLessLess_VectorRotator },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Black"), .Pointer = &UKismetMathLibrary::execLinearColor_Black },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Blue"), .Pointer = &UKismetMathLibrary::execLinearColor_Blue },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Desaturated"), .Pointer = &UKismetMathLibrary::execLinearColor_Desaturated },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Distance"), .Pointer = &UKismetMathLibrary::execLinearColor_Distance },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_GetLuminance"), .Pointer = &UKismetMathLibrary::execLinearColor_GetLuminance },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_GetMax"), .Pointer = &UKismetMathLibrary::execLinearColor_GetMax },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_GetMin"), .Pointer = &UKismetMathLibrary::execLinearColor_GetMin },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Gray"), .Pointer = &UKismetMathLibrary::execLinearColor_Gray },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Green"), .Pointer = &UKismetMathLibrary::execLinearColor_Green },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_IsNearEqual"), .Pointer = &UKismetMathLibrary::execLinearColor_IsNearEqual },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Quantize"), .Pointer = &UKismetMathLibrary::execLinearColor_Quantize },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_QuantizeRound"), .Pointer = &UKismetMathLibrary::execLinearColor_QuantizeRound },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Red"), .Pointer = &UKismetMathLibrary::execLinearColor_Red },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Set"), .Pointer = &UKismetMathLibrary::execLinearColor_Set },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_SetFromHSV"), .Pointer = &UKismetMathLibrary::execLinearColor_SetFromHSV },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_SetFromPow22"), .Pointer = &UKismetMathLibrary::execLinearColor_SetFromPow22 },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_SetFromSRGB"), .Pointer = &UKismetMathLibrary::execLinearColor_SetFromSRGB },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_SetRandomHue"), .Pointer = &UKismetMathLibrary::execLinearColor_SetRandomHue },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_SetRGBA"), .Pointer = &UKismetMathLibrary::execLinearColor_SetRGBA },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_SetTemperature"), .Pointer = &UKismetMathLibrary::execLinearColor_SetTemperature },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_ToNewOpacity"), .Pointer = &UKismetMathLibrary::execLinearColor_ToNewOpacity },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_ToRGBE"), .Pointer = &UKismetMathLibrary::execLinearColor_ToRGBE },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Transparent"), .Pointer = &UKismetMathLibrary::execLinearColor_Transparent },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_White"), .Pointer = &UKismetMathLibrary::execLinearColor_White },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColor_Yellow"), .Pointer = &UKismetMathLibrary::execLinearColor_Yellow },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColorLerp"), .Pointer = &UKismetMathLibrary::execLinearColorLerp },
|
|
{ .NameUTF8 = UTF8TEXT("LinearColorLerpUsingHSV"), .Pointer = &UKismetMathLibrary::execLinearColorLerpUsingHSV },
|
|
{ .NameUTF8 = UTF8TEXT("LinePlaneIntersection"), .Pointer = &UKismetMathLibrary::execLinePlaneIntersection },
|
|
{ .NameUTF8 = UTF8TEXT("LinePlaneIntersection_OriginNormal"), .Pointer = &UKismetMathLibrary::execLinePlaneIntersection_OriginNormal },
|
|
{ .NameUTF8 = UTF8TEXT("Log"), .Pointer = &UKismetMathLibrary::execLog },
|
|
{ .NameUTF8 = UTF8TEXT("Loge"), .Pointer = &UKismetMathLibrary::execLoge },
|
|
{ .NameUTF8 = UTF8TEXT("MakeBox"), .Pointer = &UKismetMathLibrary::execMakeBox },
|
|
{ .NameUTF8 = UTF8TEXT("MakeBox2D"), .Pointer = &UKismetMathLibrary::execMakeBox2D },
|
|
{ .NameUTF8 = UTF8TEXT("MakeBoxSphereBounds"), .Pointer = &UKismetMathLibrary::execMakeBoxSphereBounds },
|
|
{ .NameUTF8 = UTF8TEXT("MakeBoxWithOrigin"), .Pointer = &UKismetMathLibrary::execMakeBoxWithOrigin },
|
|
{ .NameUTF8 = UTF8TEXT("MakeColor"), .Pointer = &UKismetMathLibrary::execMakeColor },
|
|
{ .NameUTF8 = UTF8TEXT("MakeDateTime"), .Pointer = &UKismetMathLibrary::execMakeDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("MakeFrameRate"), .Pointer = &UKismetMathLibrary::execMakeFrameRate },
|
|
{ .NameUTF8 = UTF8TEXT("MakeOrientedBox"), .Pointer = &UKismetMathLibrary::execMakeOrientedBox },
|
|
{ .NameUTF8 = UTF8TEXT("MakePlaneFromPointAndNormal"), .Pointer = &UKismetMathLibrary::execMakePlaneFromPointAndNormal },
|
|
{ .NameUTF8 = UTF8TEXT("MakePulsatingValue"), .Pointer = &UKismetMathLibrary::execMakePulsatingValue },
|
|
{ .NameUTF8 = UTF8TEXT("MakeQualifiedFrameTime"), .Pointer = &UKismetMathLibrary::execMakeQualifiedFrameTime },
|
|
{ .NameUTF8 = UTF8TEXT("MakeQuat"), .Pointer = &UKismetMathLibrary::execMakeQuat },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRandomStream"), .Pointer = &UKismetMathLibrary::execMakeRandomStream },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRandomStreamFromLocation"), .Pointer = &UKismetMathLibrary::execMakeRandomStreamFromLocation },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRelativeTransform"), .Pointer = &UKismetMathLibrary::execMakeRelativeTransform },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotationFromAxes"), .Pointer = &UKismetMathLibrary::execMakeRotationFromAxes },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotator"), .Pointer = &UKismetMathLibrary::execMakeRotator },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotFromX"), .Pointer = &UKismetMathLibrary::execMakeRotFromX },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotFromXY"), .Pointer = &UKismetMathLibrary::execMakeRotFromXY },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotFromXZ"), .Pointer = &UKismetMathLibrary::execMakeRotFromXZ },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotFromY"), .Pointer = &UKismetMathLibrary::execMakeRotFromY },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotFromYX"), .Pointer = &UKismetMathLibrary::execMakeRotFromYX },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotFromYZ"), .Pointer = &UKismetMathLibrary::execMakeRotFromYZ },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotFromZ"), .Pointer = &UKismetMathLibrary::execMakeRotFromZ },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotFromZX"), .Pointer = &UKismetMathLibrary::execMakeRotFromZX },
|
|
{ .NameUTF8 = UTF8TEXT("MakeRotFromZY"), .Pointer = &UKismetMathLibrary::execMakeRotFromZY },
|
|
{ .NameUTF8 = UTF8TEXT("MakeTimespan"), .Pointer = &UKismetMathLibrary::execMakeTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("MakeTimespan2"), .Pointer = &UKismetMathLibrary::execMakeTimespan2 },
|
|
{ .NameUTF8 = UTF8TEXT("MakeTransform"), .Pointer = &UKismetMathLibrary::execMakeTransform },
|
|
{ .NameUTF8 = UTF8TEXT("MakeVector"), .Pointer = &UKismetMathLibrary::execMakeVector },
|
|
{ .NameUTF8 = UTF8TEXT("MakeVector2D"), .Pointer = &UKismetMathLibrary::execMakeVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("MakeVector4"), .Pointer = &UKismetMathLibrary::execMakeVector4 },
|
|
{ .NameUTF8 = UTF8TEXT("MakeVector_NetQuantize"), .Pointer = &UKismetMathLibrary::execMakeVector_NetQuantize },
|
|
{ .NameUTF8 = UTF8TEXT("MakeVector_NetQuantize10"), .Pointer = &UKismetMathLibrary::execMakeVector_NetQuantize10 },
|
|
{ .NameUTF8 = UTF8TEXT("MakeVector_NetQuantize100"), .Pointer = &UKismetMathLibrary::execMakeVector_NetQuantize100 },
|
|
{ .NameUTF8 = UTF8TEXT("MakeVector_NetQuantizeNormal"), .Pointer = &UKismetMathLibrary::execMakeVector_NetQuantizeNormal },
|
|
{ .NameUTF8 = UTF8TEXT("MapRangeClamped"), .Pointer = &UKismetMathLibrary::execMapRangeClamped },
|
|
{ .NameUTF8 = UTF8TEXT("MapRangeUnclamped"), .Pointer = &UKismetMathLibrary::execMapRangeUnclamped },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_ApplyScale"), .Pointer = &UKismetMathLibrary::execMatrix_ApplyScale },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_ConcatenateTranslation"), .Pointer = &UKismetMathLibrary::execMatrix_ConcatenateTranslation },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_ContainsNaN"), .Pointer = &UKismetMathLibrary::execMatrix_ContainsNaN },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetColumn"), .Pointer = &UKismetMathLibrary::execMatrix_GetColumn },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetDeterminant"), .Pointer = &UKismetMathLibrary::execMatrix_GetDeterminant },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetFrustumBottomPlane"), .Pointer = &UKismetMathLibrary::execMatrix_GetFrustumBottomPlane },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetFrustumFarPlane"), .Pointer = &UKismetMathLibrary::execMatrix_GetFrustumFarPlane },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetFrustumLeftPlane"), .Pointer = &UKismetMathLibrary::execMatrix_GetFrustumLeftPlane },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetFrustumNearPlane"), .Pointer = &UKismetMathLibrary::execMatrix_GetFrustumNearPlane },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetFrustumRightPlane"), .Pointer = &UKismetMathLibrary::execMatrix_GetFrustumRightPlane },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetFrustumTopPlane"), .Pointer = &UKismetMathLibrary::execMatrix_GetFrustumTopPlane },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetInverse"), .Pointer = &UKismetMathLibrary::execMatrix_GetInverse },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetMatrixWithoutScale"), .Pointer = &UKismetMathLibrary::execMatrix_GetMatrixWithoutScale },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetMaximumAxisScale"), .Pointer = &UKismetMathLibrary::execMatrix_GetMaximumAxisScale },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetOrigin"), .Pointer = &UKismetMathLibrary::execMatrix_GetOrigin },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetRotator"), .Pointer = &UKismetMathLibrary::execMatrix_GetRotator },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetRotDeterminant"), .Pointer = &UKismetMathLibrary::execMatrix_GetRotDeterminant },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetScaledAxes"), .Pointer = &UKismetMathLibrary::execMatrix_GetScaledAxes },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetScaledAxis"), .Pointer = &UKismetMathLibrary::execMatrix_GetScaledAxis },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetScaleVector"), .Pointer = &UKismetMathLibrary::execMatrix_GetScaleVector },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetTransposeAdjoint"), .Pointer = &UKismetMathLibrary::execMatrix_GetTransposeAdjoint },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetTransposed"), .Pointer = &UKismetMathLibrary::execMatrix_GetTransposed },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetUnitAxes"), .Pointer = &UKismetMathLibrary::execMatrix_GetUnitAxes },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_GetUnitAxis"), .Pointer = &UKismetMathLibrary::execMatrix_GetUnitAxis },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_Identity"), .Pointer = &UKismetMathLibrary::execMatrix_Identity },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_InverseTransformPosition"), .Pointer = &UKismetMathLibrary::execMatrix_InverseTransformPosition },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_InverseTransformVector"), .Pointer = &UKismetMathLibrary::execMatrix_InverseTransformVector },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_Mirror"), .Pointer = &UKismetMathLibrary::execMatrix_Mirror },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_RemoveScaling"), .Pointer = &UKismetMathLibrary::execMatrix_RemoveScaling },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_RemoveTranslation"), .Pointer = &UKismetMathLibrary::execMatrix_RemoveTranslation },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_ScaleTranslation"), .Pointer = &UKismetMathLibrary::execMatrix_ScaleTranslation },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_SetAxis"), .Pointer = &UKismetMathLibrary::execMatrix_SetAxis },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_SetColumn"), .Pointer = &UKismetMathLibrary::execMatrix_SetColumn },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_SetOrigin"), .Pointer = &UKismetMathLibrary::execMatrix_SetOrigin },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_ToQuat"), .Pointer = &UKismetMathLibrary::execMatrix_ToQuat },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_TransformPosition"), .Pointer = &UKismetMathLibrary::execMatrix_TransformPosition },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_TransformVector"), .Pointer = &UKismetMathLibrary::execMatrix_TransformVector },
|
|
{ .NameUTF8 = UTF8TEXT("Matrix_TransformVector4"), .Pointer = &UKismetMathLibrary::execMatrix_TransformVector4 },
|
|
{ .NameUTF8 = UTF8TEXT("Max"), .Pointer = &UKismetMathLibrary::execMax },
|
|
{ .NameUTF8 = UTF8TEXT("MaxInt64"), .Pointer = &UKismetMathLibrary::execMaxInt64 },
|
|
{ .NameUTF8 = UTF8TEXT("MaxOfByteArray"), .Pointer = &UKismetMathLibrary::execMaxOfByteArray },
|
|
{ .NameUTF8 = UTF8TEXT("MaxOfFloatArray"), .Pointer = &UKismetMathLibrary::execMaxOfFloatArray },
|
|
{ .NameUTF8 = UTF8TEXT("MaxOfIntArray"), .Pointer = &UKismetMathLibrary::execMaxOfIntArray },
|
|
{ .NameUTF8 = UTF8TEXT("MedianOfIntArray"), .Pointer = &UKismetMathLibrary::execMedianOfIntArray },
|
|
{ .NameUTF8 = UTF8TEXT("Min"), .Pointer = &UKismetMathLibrary::execMin },
|
|
{ .NameUTF8 = UTF8TEXT("MinAreaRectangle"), .Pointer = &UKismetMathLibrary::execMinAreaRectangle },
|
|
{ .NameUTF8 = UTF8TEXT("MinInt64"), .Pointer = &UKismetMathLibrary::execMinInt64 },
|
|
{ .NameUTF8 = UTF8TEXT("MinOfByteArray"), .Pointer = &UKismetMathLibrary::execMinOfByteArray },
|
|
{ .NameUTF8 = UTF8TEXT("MinOfFloatArray"), .Pointer = &UKismetMathLibrary::execMinOfFloatArray },
|
|
{ .NameUTF8 = UTF8TEXT("MinOfIntArray"), .Pointer = &UKismetMathLibrary::execMinOfIntArray },
|
|
{ .NameUTF8 = UTF8TEXT("MirrorVectorByNormal"), .Pointer = &UKismetMathLibrary::execMirrorVectorByNormal },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_ByteByte"), .Pointer = &UKismetMathLibrary::execMultiply_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_DoubleDouble"), .Pointer = &UKismetMathLibrary::execMultiply_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_Int64Int64"), .Pointer = &UKismetMathLibrary::execMultiply_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_IntFloat"), .Pointer = &UKismetMathLibrary::execMultiply_IntFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_IntInt"), .Pointer = &UKismetMathLibrary::execMultiply_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_IntPointInt"), .Pointer = &UKismetMathLibrary::execMultiply_IntPointInt },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_IntPointIntPoint"), .Pointer = &UKismetMathLibrary::execMultiply_IntPointIntPoint },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_LinearColorFloat"), .Pointer = &UKismetMathLibrary::execMultiply_LinearColorFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_LinearColorLinearColor"), .Pointer = &UKismetMathLibrary::execMultiply_LinearColorLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_MatrixFloat"), .Pointer = &UKismetMathLibrary::execMultiply_MatrixFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_MatrixMatrix"), .Pointer = &UKismetMathLibrary::execMultiply_MatrixMatrix },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_QuatQuat"), .Pointer = &UKismetMathLibrary::execMultiply_QuatQuat },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_RotatorFloat"), .Pointer = &UKismetMathLibrary::execMultiply_RotatorFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_RotatorInt"), .Pointer = &UKismetMathLibrary::execMultiply_RotatorInt },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_TimespanFloat"), .Pointer = &UKismetMathLibrary::execMultiply_TimespanFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_Vector2DFloat"), .Pointer = &UKismetMathLibrary::execMultiply_Vector2DFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_Vector2DVector2D"), .Pointer = &UKismetMathLibrary::execMultiply_Vector2DVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_Vector4Vector4"), .Pointer = &UKismetMathLibrary::execMultiply_Vector4Vector4 },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_VectorFloat"), .Pointer = &UKismetMathLibrary::execMultiply_VectorFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_VectorInt"), .Pointer = &UKismetMathLibrary::execMultiply_VectorInt },
|
|
{ .NameUTF8 = UTF8TEXT("Multiply_VectorVector"), .Pointer = &UKismetMathLibrary::execMultiply_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("MultiplyByPi"), .Pointer = &UKismetMathLibrary::execMultiplyByPi },
|
|
{ .NameUTF8 = UTF8TEXT("MultiplyMultiply_FloatFloat"), .Pointer = &UKismetMathLibrary::execMultiplyMultiply_FloatFloat },
|
|
{ .NameUTF8 = UTF8TEXT("NearlyEqual_FloatFloat"), .Pointer = &UKismetMathLibrary::execNearlyEqual_FloatFloat },
|
|
{ .NameUTF8 = UTF8TEXT("NearlyEqual_TransformTransform"), .Pointer = &UKismetMathLibrary::execNearlyEqual_TransformTransform },
|
|
{ .NameUTF8 = UTF8TEXT("Negated2D"), .Pointer = &UKismetMathLibrary::execNegated2D },
|
|
{ .NameUTF8 = UTF8TEXT("NegateRotator"), .Pointer = &UKismetMathLibrary::execNegateRotator },
|
|
{ .NameUTF8 = UTF8TEXT("NegateVector"), .Pointer = &UKismetMathLibrary::execNegateVector },
|
|
{ .NameUTF8 = UTF8TEXT("Normal"), .Pointer = &UKismetMathLibrary::execNormal },
|
|
{ .NameUTF8 = UTF8TEXT("Normal2D"), .Pointer = &UKismetMathLibrary::execNormal2D },
|
|
{ .NameUTF8 = UTF8TEXT("Normalize2D"), .Pointer = &UKismetMathLibrary::execNormalize2D },
|
|
{ .NameUTF8 = UTF8TEXT("NormalizeAxis"), .Pointer = &UKismetMathLibrary::execNormalizeAxis },
|
|
{ .NameUTF8 = UTF8TEXT("NormalizedDeltaRotator"), .Pointer = &UKismetMathLibrary::execNormalizedDeltaRotator },
|
|
{ .NameUTF8 = UTF8TEXT("NormalizeToRange"), .Pointer = &UKismetMathLibrary::execNormalizeToRange },
|
|
{ .NameUTF8 = UTF8TEXT("NormalSafe2D"), .Pointer = &UKismetMathLibrary::execNormalSafe2D },
|
|
{ .NameUTF8 = UTF8TEXT("Not_Int"), .Pointer = &UKismetMathLibrary::execNot_Int },
|
|
{ .NameUTF8 = UTF8TEXT("Not_Int64"), .Pointer = &UKismetMathLibrary::execNot_Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Not_PreBool"), .Pointer = &UKismetMathLibrary::execNot_PreBool },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_BoolBool"), .Pointer = &UKismetMathLibrary::execNotEqual_BoolBool },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_ByteByte"), .Pointer = &UKismetMathLibrary::execNotEqual_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_ClassClass"), .Pointer = &UKismetMathLibrary::execNotEqual_ClassClass },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_DateTimeDateTime"), .Pointer = &UKismetMathLibrary::execNotEqual_DateTimeDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_DoubleDouble"), .Pointer = &UKismetMathLibrary::execNotEqual_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_Int64Int64"), .Pointer = &UKismetMathLibrary::execNotEqual_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_IntInt"), .Pointer = &UKismetMathLibrary::execNotEqual_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_IntPointIntPoint"), .Pointer = &UKismetMathLibrary::execNotEqual_IntPointIntPoint },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_LinearColorLinearColor"), .Pointer = &UKismetMathLibrary::execNotEqual_LinearColorLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_MatrixMatrix"), .Pointer = &UKismetMathLibrary::execNotEqual_MatrixMatrix },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_NameName"), .Pointer = &UKismetMathLibrary::execNotEqual_NameName },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_ObjectObject"), .Pointer = &UKismetMathLibrary::execNotEqual_ObjectObject },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_QuatQuat"), .Pointer = &UKismetMathLibrary::execNotEqual_QuatQuat },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_RotatorRotator"), .Pointer = &UKismetMathLibrary::execNotEqual_RotatorRotator },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_TimespanTimespan"), .Pointer = &UKismetMathLibrary::execNotEqual_TimespanTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_Vector2DVector2D"), .Pointer = &UKismetMathLibrary::execNotEqual_Vector2DVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_Vector4Vector4"), .Pointer = &UKismetMathLibrary::execNotEqual_Vector4Vector4 },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqual_VectorVector"), .Pointer = &UKismetMathLibrary::execNotEqual_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqualExactly_Vector2DVector2D"), .Pointer = &UKismetMathLibrary::execNotEqualExactly_Vector2DVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqualExactly_Vector4Vector4"), .Pointer = &UKismetMathLibrary::execNotEqualExactly_Vector4Vector4 },
|
|
{ .NameUTF8 = UTF8TEXT("NotEqualExactly_VectorVector"), .Pointer = &UKismetMathLibrary::execNotEqualExactly_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("Now"), .Pointer = &UKismetMathLibrary::execNow },
|
|
{ .NameUTF8 = UTF8TEXT("Or_Int64Int64"), .Pointer = &UKismetMathLibrary::execOr_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Or_IntInt"), .Pointer = &UKismetMathLibrary::execOr_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("Percent_ByteByte"), .Pointer = &UKismetMathLibrary::execPercent_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("Percent_FloatFloat"), .Pointer = &UKismetMathLibrary::execPercent_FloatFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Percent_Int64Int64"), .Pointer = &UKismetMathLibrary::execPercent_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Percent_IntInt"), .Pointer = &UKismetMathLibrary::execPercent_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("PerlinNoise1D"), .Pointer = &UKismetMathLibrary::execPerlinNoise1D },
|
|
{ .NameUTF8 = UTF8TEXT("PointsAreCoplanar"), .Pointer = &UKismetMathLibrary::execPointsAreCoplanar },
|
|
{ .NameUTF8 = UTF8TEXT("ProjectPointOnToPlane"), .Pointer = &UKismetMathLibrary::execProjectPointOnToPlane },
|
|
{ .NameUTF8 = UTF8TEXT("ProjectVectorOnToPlane"), .Pointer = &UKismetMathLibrary::execProjectVectorOnToPlane },
|
|
{ .NameUTF8 = UTF8TEXT("ProjectVectorOnToVector"), .Pointer = &UKismetMathLibrary::execProjectVectorOnToVector },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_AngularDistance"), .Pointer = &UKismetMathLibrary::execQuat_AngularDistance },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_EnforceShortestArcWith"), .Pointer = &UKismetMathLibrary::execQuat_EnforceShortestArcWith },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Euler"), .Pointer = &UKismetMathLibrary::execQuat_Euler },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Exp"), .Pointer = &UKismetMathLibrary::execQuat_Exp },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_FindBetweenNormals"), .Pointer = &UKismetMathLibrary::execQuat_FindBetweenNormals },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_FindBetweenVectors"), .Pointer = &UKismetMathLibrary::execQuat_FindBetweenVectors },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_GetAngle"), .Pointer = &UKismetMathLibrary::execQuat_GetAngle },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_GetAxisX"), .Pointer = &UKismetMathLibrary::execQuat_GetAxisX },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_GetAxisY"), .Pointer = &UKismetMathLibrary::execQuat_GetAxisY },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_GetAxisZ"), .Pointer = &UKismetMathLibrary::execQuat_GetAxisZ },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_GetRotationAxis"), .Pointer = &UKismetMathLibrary::execQuat_GetRotationAxis },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_GetShortestArcWith"), .Pointer = &UKismetMathLibrary::execQuat_GetShortestArcWith },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Identity"), .Pointer = &UKismetMathLibrary::execQuat_Identity },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Inversed"), .Pointer = &UKismetMathLibrary::execQuat_Inversed },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_IsFinite"), .Pointer = &UKismetMathLibrary::execQuat_IsFinite },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_IsIdentity"), .Pointer = &UKismetMathLibrary::execQuat_IsIdentity },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_IsNonFinite"), .Pointer = &UKismetMathLibrary::execQuat_IsNonFinite },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_IsNormalized"), .Pointer = &UKismetMathLibrary::execQuat_IsNormalized },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Log"), .Pointer = &UKismetMathLibrary::execQuat_Log },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_MakeFromEuler"), .Pointer = &UKismetMathLibrary::execQuat_MakeFromEuler },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_MakeFromRotationVector"), .Pointer = &UKismetMathLibrary::execQuat_MakeFromRotationVector },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Normalize"), .Pointer = &UKismetMathLibrary::execQuat_Normalize },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Normalized"), .Pointer = &UKismetMathLibrary::execQuat_Normalized },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_RotateVector"), .Pointer = &UKismetMathLibrary::execQuat_RotateVector },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Rotator"), .Pointer = &UKismetMathLibrary::execQuat_Rotator },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_SetComponents"), .Pointer = &UKismetMathLibrary::execQuat_SetComponents },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_SetFromEuler"), .Pointer = &UKismetMathLibrary::execQuat_SetFromEuler },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Size"), .Pointer = &UKismetMathLibrary::execQuat_Size },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_SizeSquared"), .Pointer = &UKismetMathLibrary::execQuat_SizeSquared },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_Slerp"), .Pointer = &UKismetMathLibrary::execQuat_Slerp },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_ToRotationVector"), .Pointer = &UKismetMathLibrary::execQuat_ToRotationVector },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_UnrotateVector"), .Pointer = &UKismetMathLibrary::execQuat_UnrotateVector },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_VectorForward"), .Pointer = &UKismetMathLibrary::execQuat_VectorForward },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_VectorRight"), .Pointer = &UKismetMathLibrary::execQuat_VectorRight },
|
|
{ .NameUTF8 = UTF8TEXT("Quat_VectorUp"), .Pointer = &UKismetMathLibrary::execQuat_VectorUp },
|
|
{ .NameUTF8 = UTF8TEXT("QuaternionSpringInterp"), .Pointer = &UKismetMathLibrary::execQuaternionSpringInterp },
|
|
{ .NameUTF8 = UTF8TEXT("RadiansToDegrees"), .Pointer = &UKismetMathLibrary::execRadiansToDegrees },
|
|
{ .NameUTF8 = UTF8TEXT("RandomBool"), .Pointer = &UKismetMathLibrary::execRandomBool },
|
|
{ .NameUTF8 = UTF8TEXT("RandomBoolFromStream"), .Pointer = &UKismetMathLibrary::execRandomBoolFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomBoolWithWeight"), .Pointer = &UKismetMathLibrary::execRandomBoolWithWeight },
|
|
{ .NameUTF8 = UTF8TEXT("RandomBoolWithWeightFromStream"), .Pointer = &UKismetMathLibrary::execRandomBoolWithWeightFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomFloat"), .Pointer = &UKismetMathLibrary::execRandomFloat },
|
|
{ .NameUTF8 = UTF8TEXT("RandomFloatFromStream"), .Pointer = &UKismetMathLibrary::execRandomFloatFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomFloatInRange"), .Pointer = &UKismetMathLibrary::execRandomFloatInRange },
|
|
{ .NameUTF8 = UTF8TEXT("RandomFloatInRangeFromStream"), .Pointer = &UKismetMathLibrary::execRandomFloatInRangeFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomInteger"), .Pointer = &UKismetMathLibrary::execRandomInteger },
|
|
{ .NameUTF8 = UTF8TEXT("RandomInteger64"), .Pointer = &UKismetMathLibrary::execRandomInteger64 },
|
|
{ .NameUTF8 = UTF8TEXT("RandomInteger64InRange"), .Pointer = &UKismetMathLibrary::execRandomInteger64InRange },
|
|
{ .NameUTF8 = UTF8TEXT("RandomIntegerFromStream"), .Pointer = &UKismetMathLibrary::execRandomIntegerFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomIntegerInRange"), .Pointer = &UKismetMathLibrary::execRandomIntegerInRange },
|
|
{ .NameUTF8 = UTF8TEXT("RandomIntegerInRangeFromStream"), .Pointer = &UKismetMathLibrary::execRandomIntegerInRangeFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomPointInBoundingBox"), .Pointer = &UKismetMathLibrary::execRandomPointInBoundingBox },
|
|
{ .NameUTF8 = UTF8TEXT("RandomPointInBoundingBox_Box"), .Pointer = &UKismetMathLibrary::execRandomPointInBoundingBox_Box },
|
|
{ .NameUTF8 = UTF8TEXT("RandomPointInBoundingBoxFromStream"), .Pointer = &UKismetMathLibrary::execRandomPointInBoundingBoxFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomPointInBoundingBoxFromStream_Box"), .Pointer = &UKismetMathLibrary::execRandomPointInBoundingBoxFromStream_Box },
|
|
{ .NameUTF8 = UTF8TEXT("RandomRotator"), .Pointer = &UKismetMathLibrary::execRandomRotator },
|
|
{ .NameUTF8 = UTF8TEXT("RandomRotatorFromStream"), .Pointer = &UKismetMathLibrary::execRandomRotatorFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVector"), .Pointer = &UKismetMathLibrary::execRandomUnitVector },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVectorFromStream"), .Pointer = &UKismetMathLibrary::execRandomUnitVectorFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVectorInConeInDegrees"), .Pointer = &UKismetMathLibrary::execRandomUnitVectorInConeInDegrees },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVectorInConeInDegreesFromStream"), .Pointer = &UKismetMathLibrary::execRandomUnitVectorInConeInDegreesFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVectorInConeInRadians"), .Pointer = &UKismetMathLibrary::execRandomUnitVectorInConeInRadians },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVectorInConeInRadiansFromStream"), .Pointer = &UKismetMathLibrary::execRandomUnitVectorInConeInRadiansFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVectorInEllipticalConeInDegrees"), .Pointer = &UKismetMathLibrary::execRandomUnitVectorInEllipticalConeInDegrees },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVectorInEllipticalConeInDegreesFromStream"), .Pointer = &UKismetMathLibrary::execRandomUnitVectorInEllipticalConeInDegreesFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVectorInEllipticalConeInRadians"), .Pointer = &UKismetMathLibrary::execRandomUnitVectorInEllipticalConeInRadians },
|
|
{ .NameUTF8 = UTF8TEXT("RandomUnitVectorInEllipticalConeInRadiansFromStream"), .Pointer = &UKismetMathLibrary::execRandomUnitVectorInEllipticalConeInRadiansFromStream },
|
|
{ .NameUTF8 = UTF8TEXT("REase"), .Pointer = &UKismetMathLibrary::execREase },
|
|
{ .NameUTF8 = UTF8TEXT("ResetFloatSpringState"), .Pointer = &UKismetMathLibrary::execResetFloatSpringState },
|
|
{ .NameUTF8 = UTF8TEXT("ResetQuaternionSpringState"), .Pointer = &UKismetMathLibrary::execResetQuaternionSpringState },
|
|
{ .NameUTF8 = UTF8TEXT("ResetRandomStream"), .Pointer = &UKismetMathLibrary::execResetRandomStream },
|
|
{ .NameUTF8 = UTF8TEXT("ResetVectorSpringState"), .Pointer = &UKismetMathLibrary::execResetVectorSpringState },
|
|
{ .NameUTF8 = UTF8TEXT("RGBLinearToHSV"), .Pointer = &UKismetMathLibrary::execRGBLinearToHSV },
|
|
{ .NameUTF8 = UTF8TEXT("RGBToHSV"), .Pointer = &UKismetMathLibrary::execRGBToHSV },
|
|
{ .NameUTF8 = UTF8TEXT("RGBToHSV_Vector"), .Pointer = &UKismetMathLibrary::execRGBToHSV_Vector },
|
|
{ .NameUTF8 = UTF8TEXT("RInterpTo"), .Pointer = &UKismetMathLibrary::execRInterpTo },
|
|
{ .NameUTF8 = UTF8TEXT("RInterpTo_Constant"), .Pointer = &UKismetMathLibrary::execRInterpTo_Constant },
|
|
{ .NameUTF8 = UTF8TEXT("RLerp"), .Pointer = &UKismetMathLibrary::execRLerp },
|
|
{ .NameUTF8 = UTF8TEXT("RotateAngleAxis"), .Pointer = &UKismetMathLibrary::execRotateAngleAxis },
|
|
{ .NameUTF8 = UTF8TEXT("RotatorFromAxisAndAngle"), .Pointer = &UKismetMathLibrary::execRotatorFromAxisAndAngle },
|
|
{ .NameUTF8 = UTF8TEXT("Round"), .Pointer = &UKismetMathLibrary::execRound },
|
|
{ .NameUTF8 = UTF8TEXT("Round64"), .Pointer = &UKismetMathLibrary::execRound64 },
|
|
{ .NameUTF8 = UTF8TEXT("SafeDivide"), .Pointer = &UKismetMathLibrary::execSafeDivide },
|
|
{ .NameUTF8 = UTF8TEXT("SeedRandomStream"), .Pointer = &UKismetMathLibrary::execSeedRandomStream },
|
|
{ .NameUTF8 = UTF8TEXT("SelectClass"), .Pointer = &UKismetMathLibrary::execSelectClass },
|
|
{ .NameUTF8 = UTF8TEXT("SelectColor"), .Pointer = &UKismetMathLibrary::execSelectColor },
|
|
{ .NameUTF8 = UTF8TEXT("SelectFloat"), .Pointer = &UKismetMathLibrary::execSelectFloat },
|
|
{ .NameUTF8 = UTF8TEXT("SelectInt"), .Pointer = &UKismetMathLibrary::execSelectInt },
|
|
{ .NameUTF8 = UTF8TEXT("SelectName"), .Pointer = &UKismetMathLibrary::execSelectName },
|
|
{ .NameUTF8 = UTF8TEXT("SelectObject"), .Pointer = &UKismetMathLibrary::execSelectObject },
|
|
{ .NameUTF8 = UTF8TEXT("SelectRotator"), .Pointer = &UKismetMathLibrary::execSelectRotator },
|
|
{ .NameUTF8 = UTF8TEXT("SelectString"), .Pointer = &UKismetMathLibrary::execSelectString },
|
|
{ .NameUTF8 = UTF8TEXT("SelectText"), .Pointer = &UKismetMathLibrary::execSelectText },
|
|
{ .NameUTF8 = UTF8TEXT("SelectTransform"), .Pointer = &UKismetMathLibrary::execSelectTransform },
|
|
{ .NameUTF8 = UTF8TEXT("SelectVector"), .Pointer = &UKismetMathLibrary::execSelectVector },
|
|
{ .NameUTF8 = UTF8TEXT("Set2D"), .Pointer = &UKismetMathLibrary::execSet2D },
|
|
{ .NameUTF8 = UTF8TEXT("SetFloatSpringStateVelocity"), .Pointer = &UKismetMathLibrary::execSetFloatSpringStateVelocity },
|
|
{ .NameUTF8 = UTF8TEXT("SetQuaternionSpringStateAngularVelocity"), .Pointer = &UKismetMathLibrary::execSetQuaternionSpringStateAngularVelocity },
|
|
{ .NameUTF8 = UTF8TEXT("SetRandomStreamSeed"), .Pointer = &UKismetMathLibrary::execSetRandomStreamSeed },
|
|
{ .NameUTF8 = UTF8TEXT("SetVectorSpringStateVelocity"), .Pointer = &UKismetMathLibrary::execSetVectorSpringStateVelocity },
|
|
{ .NameUTF8 = UTF8TEXT("SignOfFloat"), .Pointer = &UKismetMathLibrary::execSignOfFloat },
|
|
{ .NameUTF8 = UTF8TEXT("SignOfInteger"), .Pointer = &UKismetMathLibrary::execSignOfInteger },
|
|
{ .NameUTF8 = UTF8TEXT("SignOfInteger64"), .Pointer = &UKismetMathLibrary::execSignOfInteger64 },
|
|
{ .NameUTF8 = UTF8TEXT("Sin"), .Pointer = &UKismetMathLibrary::execSin },
|
|
{ .NameUTF8 = UTF8TEXT("Spherical2DToUnitCartesian"), .Pointer = &UKismetMathLibrary::execSpherical2DToUnitCartesian },
|
|
{ .NameUTF8 = UTF8TEXT("Sqrt"), .Pointer = &UKismetMathLibrary::execSqrt },
|
|
{ .NameUTF8 = UTF8TEXT("Square"), .Pointer = &UKismetMathLibrary::execSquare },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_ByteByte"), .Pointer = &UKismetMathLibrary::execSubtract_ByteByte },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_DateTimeDateTime"), .Pointer = &UKismetMathLibrary::execSubtract_DateTimeDateTime },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_DateTimeTimespan"), .Pointer = &UKismetMathLibrary::execSubtract_DateTimeTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_DoubleDouble"), .Pointer = &UKismetMathLibrary::execSubtract_DoubleDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_Int64Int64"), .Pointer = &UKismetMathLibrary::execSubtract_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_IntInt"), .Pointer = &UKismetMathLibrary::execSubtract_IntInt },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_IntPointInt"), .Pointer = &UKismetMathLibrary::execSubtract_IntPointInt },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_IntPointIntPoint"), .Pointer = &UKismetMathLibrary::execSubtract_IntPointIntPoint },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_LinearColorLinearColor"), .Pointer = &UKismetMathLibrary::execSubtract_LinearColorLinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_QuatQuat"), .Pointer = &UKismetMathLibrary::execSubtract_QuatQuat },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_TimespanTimespan"), .Pointer = &UKismetMathLibrary::execSubtract_TimespanTimespan },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_Vector2DFloat"), .Pointer = &UKismetMathLibrary::execSubtract_Vector2DFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_Vector2DVector2D"), .Pointer = &UKismetMathLibrary::execSubtract_Vector2DVector2D },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_Vector4Vector4"), .Pointer = &UKismetMathLibrary::execSubtract_Vector4Vector4 },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_VectorFloat"), .Pointer = &UKismetMathLibrary::execSubtract_VectorFloat },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_VectorInt"), .Pointer = &UKismetMathLibrary::execSubtract_VectorInt },
|
|
{ .NameUTF8 = UTF8TEXT("Subtract_VectorVector"), .Pointer = &UKismetMathLibrary::execSubtract_VectorVector },
|
|
{ .NameUTF8 = UTF8TEXT("Tan"), .Pointer = &UKismetMathLibrary::execTan },
|
|
{ .NameUTF8 = UTF8TEXT("TEase"), .Pointer = &UKismetMathLibrary::execTEase },
|
|
{ .NameUTF8 = UTF8TEXT("TimespanFromString"), .Pointer = &UKismetMathLibrary::execTimespanFromString },
|
|
{ .NameUTF8 = UTF8TEXT("TimespanMaxValue"), .Pointer = &UKismetMathLibrary::execTimespanMaxValue },
|
|
{ .NameUTF8 = UTF8TEXT("TimespanMinValue"), .Pointer = &UKismetMathLibrary::execTimespanMinValue },
|
|
{ .NameUTF8 = UTF8TEXT("TimespanRatio"), .Pointer = &UKismetMathLibrary::execTimespanRatio },
|
|
{ .NameUTF8 = UTF8TEXT("TimespanZeroValue"), .Pointer = &UKismetMathLibrary::execTimespanZeroValue },
|
|
{ .NameUTF8 = UTF8TEXT("TInterpTo"), .Pointer = &UKismetMathLibrary::execTInterpTo },
|
|
{ .NameUTF8 = UTF8TEXT("TLerp"), .Pointer = &UKismetMathLibrary::execTLerp },
|
|
{ .NameUTF8 = UTF8TEXT("Today"), .Pointer = &UKismetMathLibrary::execToday },
|
|
{ .NameUTF8 = UTF8TEXT("ToDirectionAndLength2D"), .Pointer = &UKismetMathLibrary::execToDirectionAndLength2D },
|
|
{ .NameUTF8 = UTF8TEXT("ToHex_LinearColor"), .Pointer = &UKismetMathLibrary::execToHex_LinearColor },
|
|
{ .NameUTF8 = UTF8TEXT("ToRounded2D"), .Pointer = &UKismetMathLibrary::execToRounded2D },
|
|
{ .NameUTF8 = UTF8TEXT("ToSign2D"), .Pointer = &UKismetMathLibrary::execToSign2D },
|
|
{ .NameUTF8 = UTF8TEXT("ToUnixTimestamp"), .Pointer = &UKismetMathLibrary::execToUnixTimestamp },
|
|
{ .NameUTF8 = UTF8TEXT("ToUnixTimestampDouble"), .Pointer = &UKismetMathLibrary::execToUnixTimestampDouble },
|
|
{ .NameUTF8 = UTF8TEXT("Transform_Determinant"), .Pointer = &UKismetMathLibrary::execTransform_Determinant },
|
|
{ .NameUTF8 = UTF8TEXT("TransformDirection"), .Pointer = &UKismetMathLibrary::execTransformDirection },
|
|
{ .NameUTF8 = UTF8TEXT("TransformLocation"), .Pointer = &UKismetMathLibrary::execTransformLocation },
|
|
{ .NameUTF8 = UTF8TEXT("TransformRotation"), .Pointer = &UKismetMathLibrary::execTransformRotation },
|
|
{ .NameUTF8 = UTF8TEXT("TransformVector4"), .Pointer = &UKismetMathLibrary::execTransformVector4 },
|
|
{ .NameUTF8 = UTF8TEXT("UtcNow"), .Pointer = &UKismetMathLibrary::execUtcNow },
|
|
{ .NameUTF8 = UTF8TEXT("VEase"), .Pointer = &UKismetMathLibrary::execVEase },
|
|
{ .NameUTF8 = UTF8TEXT("Vector2D_One"), .Pointer = &UKismetMathLibrary::execVector2D_One },
|
|
{ .NameUTF8 = UTF8TEXT("Vector2D_Unit45Deg"), .Pointer = &UKismetMathLibrary::execVector2D_Unit45Deg },
|
|
{ .NameUTF8 = UTF8TEXT("Vector2D_Zero"), .Pointer = &UKismetMathLibrary::execVector2D_Zero },
|
|
{ .NameUTF8 = UTF8TEXT("Vector2DInterpTo"), .Pointer = &UKismetMathLibrary::execVector2DInterpTo },
|
|
{ .NameUTF8 = UTF8TEXT("Vector2DInterpTo_Constant"), .Pointer = &UKismetMathLibrary::execVector2DInterpTo_Constant },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_Assign"), .Pointer = &UKismetMathLibrary::execVector4_Assign },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_CrossProduct3"), .Pointer = &UKismetMathLibrary::execVector4_CrossProduct3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_DotProduct"), .Pointer = &UKismetMathLibrary::execVector4_DotProduct },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_DotProduct3"), .Pointer = &UKismetMathLibrary::execVector4_DotProduct3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_IsNAN"), .Pointer = &UKismetMathLibrary::execVector4_IsNAN },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_IsNearlyZero3"), .Pointer = &UKismetMathLibrary::execVector4_IsNearlyZero3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_IsNormal3"), .Pointer = &UKismetMathLibrary::execVector4_IsNormal3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_IsUnit3"), .Pointer = &UKismetMathLibrary::execVector4_IsUnit3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_IsZero"), .Pointer = &UKismetMathLibrary::execVector4_IsZero },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_MirrorByVector3"), .Pointer = &UKismetMathLibrary::execVector4_MirrorByVector3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_Negated"), .Pointer = &UKismetMathLibrary::execVector4_Negated },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_Normal3"), .Pointer = &UKismetMathLibrary::execVector4_Normal3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_Normalize3"), .Pointer = &UKismetMathLibrary::execVector4_Normalize3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_NormalUnsafe3"), .Pointer = &UKismetMathLibrary::execVector4_NormalUnsafe3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_Set"), .Pointer = &UKismetMathLibrary::execVector4_Set },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_Size"), .Pointer = &UKismetMathLibrary::execVector4_Size },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_Size3"), .Pointer = &UKismetMathLibrary::execVector4_Size3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_SizeSquared"), .Pointer = &UKismetMathLibrary::execVector4_SizeSquared },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_SizeSquared3"), .Pointer = &UKismetMathLibrary::execVector4_SizeSquared3 },
|
|
{ .NameUTF8 = UTF8TEXT("Vector4_Zero"), .Pointer = &UKismetMathLibrary::execVector4_Zero },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_AddBounded"), .Pointer = &UKismetMathLibrary::execVector_AddBounded },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Assign"), .Pointer = &UKismetMathLibrary::execVector_Assign },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Backward"), .Pointer = &UKismetMathLibrary::execVector_Backward },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_BoundedToBox"), .Pointer = &UKismetMathLibrary::execVector_BoundedToBox },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_BoundedToCube"), .Pointer = &UKismetMathLibrary::execVector_BoundedToCube },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_ClampSize2D"), .Pointer = &UKismetMathLibrary::execVector_ClampSize2D },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_ClampSizeMax"), .Pointer = &UKismetMathLibrary::execVector_ClampSizeMax },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_ClampSizeMax2D"), .Pointer = &UKismetMathLibrary::execVector_ClampSizeMax2D },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_ComponentMax"), .Pointer = &UKismetMathLibrary::execVector_ComponentMax },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_ComponentMin"), .Pointer = &UKismetMathLibrary::execVector_ComponentMin },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_CosineAngle2D"), .Pointer = &UKismetMathLibrary::execVector_CosineAngle2D },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Distance"), .Pointer = &UKismetMathLibrary::execVector_Distance },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Distance2D"), .Pointer = &UKismetMathLibrary::execVector_Distance2D },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Distance2DSquared"), .Pointer = &UKismetMathLibrary::execVector_Distance2DSquared },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_DistanceSquared"), .Pointer = &UKismetMathLibrary::execVector_DistanceSquared },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Down"), .Pointer = &UKismetMathLibrary::execVector_Down },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Forward"), .Pointer = &UKismetMathLibrary::execVector_Forward },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_GetAbs"), .Pointer = &UKismetMathLibrary::execVector_GetAbs },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_GetAbsMax"), .Pointer = &UKismetMathLibrary::execVector_GetAbsMax },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_GetAbsMin"), .Pointer = &UKismetMathLibrary::execVector_GetAbsMin },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_GetProjection"), .Pointer = &UKismetMathLibrary::execVector_GetProjection },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_GetSignVector"), .Pointer = &UKismetMathLibrary::execVector_GetSignVector },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_HeadingAngle"), .Pointer = &UKismetMathLibrary::execVector_HeadingAngle },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_IsNAN"), .Pointer = &UKismetMathLibrary::execVector_IsNAN },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_IsNearlyZero"), .Pointer = &UKismetMathLibrary::execVector_IsNearlyZero },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_IsNormal"), .Pointer = &UKismetMathLibrary::execVector_IsNormal },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_IsUniform"), .Pointer = &UKismetMathLibrary::execVector_IsUniform },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_IsUnit"), .Pointer = &UKismetMathLibrary::execVector_IsUnit },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_IsZero"), .Pointer = &UKismetMathLibrary::execVector_IsZero },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Left"), .Pointer = &UKismetMathLibrary::execVector_Left },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_MirrorByPlane"), .Pointer = &UKismetMathLibrary::execVector_MirrorByPlane },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Normal2D"), .Pointer = &UKismetMathLibrary::execVector_Normal2D },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Normalize"), .Pointer = &UKismetMathLibrary::execVector_Normalize },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_NormalUnsafe"), .Pointer = &UKismetMathLibrary::execVector_NormalUnsafe },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_One"), .Pointer = &UKismetMathLibrary::execVector_One },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_ProjectOnToNormal"), .Pointer = &UKismetMathLibrary::execVector_ProjectOnToNormal },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Reciprocal"), .Pointer = &UKismetMathLibrary::execVector_Reciprocal },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Right"), .Pointer = &UKismetMathLibrary::execVector_Right },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Set"), .Pointer = &UKismetMathLibrary::execVector_Set },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_SlerpNormals"), .Pointer = &UKismetMathLibrary::execVector_SlerpNormals },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_SlerpVectorToDirection"), .Pointer = &UKismetMathLibrary::execVector_SlerpVectorToDirection },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_SnappedToGrid"), .Pointer = &UKismetMathLibrary::execVector_SnappedToGrid },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_ToDegrees"), .Pointer = &UKismetMathLibrary::execVector_ToDegrees },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_ToRadians"), .Pointer = &UKismetMathLibrary::execVector_ToRadians },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_UnitCartesianToSpherical"), .Pointer = &UKismetMathLibrary::execVector_UnitCartesianToSpherical },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_UnwindEuler"), .Pointer = &UKismetMathLibrary::execVector_UnwindEuler },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Up"), .Pointer = &UKismetMathLibrary::execVector_Up },
|
|
{ .NameUTF8 = UTF8TEXT("Vector_Zero"), .Pointer = &UKismetMathLibrary::execVector_Zero },
|
|
{ .NameUTF8 = UTF8TEXT("VectorSpringInterp"), .Pointer = &UKismetMathLibrary::execVectorSpringInterp },
|
|
{ .NameUTF8 = UTF8TEXT("VInterpTo"), .Pointer = &UKismetMathLibrary::execVInterpTo },
|
|
{ .NameUTF8 = UTF8TEXT("VInterpTo_Constant"), .Pointer = &UKismetMathLibrary::execVInterpTo_Constant },
|
|
{ .NameUTF8 = UTF8TEXT("VLerp"), .Pointer = &UKismetMathLibrary::execVLerp },
|
|
{ .NameUTF8 = UTF8TEXT("VSize"), .Pointer = &UKismetMathLibrary::execVSize },
|
|
{ .NameUTF8 = UTF8TEXT("VSize2D"), .Pointer = &UKismetMathLibrary::execVSize2D },
|
|
{ .NameUTF8 = UTF8TEXT("VSize2DSquared"), .Pointer = &UKismetMathLibrary::execVSize2DSquared },
|
|
{ .NameUTF8 = UTF8TEXT("VSizeSquared"), .Pointer = &UKismetMathLibrary::execVSizeSquared },
|
|
{ .NameUTF8 = UTF8TEXT("VSizeXY"), .Pointer = &UKismetMathLibrary::execVSizeXY },
|
|
{ .NameUTF8 = UTF8TEXT("VSizeXYSquared"), .Pointer = &UKismetMathLibrary::execVSizeXYSquared },
|
|
{ .NameUTF8 = UTF8TEXT("WeightedMovingAverage_Float"), .Pointer = &UKismetMathLibrary::execWeightedMovingAverage_Float },
|
|
{ .NameUTF8 = UTF8TEXT("WeightedMovingAverage_FRotator"), .Pointer = &UKismetMathLibrary::execWeightedMovingAverage_FRotator },
|
|
{ .NameUTF8 = UTF8TEXT("WeightedMovingAverage_FVector"), .Pointer = &UKismetMathLibrary::execWeightedMovingAverage_FVector },
|
|
{ .NameUTF8 = UTF8TEXT("Wrap"), .Pointer = &UKismetMathLibrary::execWrap },
|
|
{ .NameUTF8 = UTF8TEXT("Xor_Int64Int64"), .Pointer = &UKismetMathLibrary::execXor_Int64Int64 },
|
|
{ .NameUTF8 = UTF8TEXT("Xor_IntInt"), .Pointer = &UKismetMathLibrary::execXor_IntInt },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Abs, "Abs" }, // 3745408541
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Abs_Int, "Abs_Int" }, // 4165122320
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Abs_Int64, "Abs_Int64" }, // 2990651551
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Acos, "Acos" }, // 4116016210
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_ByteByte, "Add_ByteByte" }, // 4258552544
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeDateTime, "Add_DateTimeDateTime" }, // 2120146745
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_DateTimeTimespan, "Add_DateTimeTimespan" }, // 3849739349
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_DoubleDouble, "Add_DoubleDouble" }, // 2491910507
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_Int64Int64, "Add_Int64Int64" }, // 2823039593
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_IntInt, "Add_IntInt" }, // 819873401
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointInt, "Add_IntPointInt" }, // 641106402
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_IntPointIntPoint, "Add_IntPointIntPoint" }, // 3312358887
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_LinearColorLinearColor, "Add_LinearColorLinearColor" }, // 2931405175
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_MatrixMatrix, "Add_MatrixMatrix" }, // 4089566486
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_QuatQuat, "Add_QuatQuat" }, // 432178566
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_TimespanTimespan, "Add_TimespanTimespan" }, // 3323794852
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DFloat, "Add_Vector2DFloat" }, // 531062902
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_Vector2DVector2D, "Add_Vector2DVector2D" }, // 3781001080
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_Vector4Vector4, "Add_Vector4Vector4" }, // 2581486655
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_VectorFloat, "Add_VectorFloat" }, // 2428828709
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_VectorInt, "Add_VectorInt" }, // 3920289422
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Add_VectorVector, "Add_VectorVector" }, // 2779226205
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_And_Int64Int64, "And_Int64Int64" }, // 691601535
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_And_IntInt, "And_IntInt" }, // 291127691
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Asin, "Asin" }, // 1095483571
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Atan, "Atan" }, // 2605903014
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Atan2, "Atan2" }, // 1311910087
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_AverageOfIntArray, "AverageOfIntArray" }, // 2445019384
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BMax, "BMax" }, // 529432902
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BMin, "BMin" }, // 4040141983
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BooleanAND, "BooleanAND" }, // 2047368977
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BooleanNAND, "BooleanNAND" }, // 1109361335
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BooleanNOR, "BooleanNOR" }, // 701040089
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BooleanOR, "BooleanOR" }, // 2507873585
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BooleanXOR, "BooleanXOR" }, // 400747706
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Box_ExpandBy, "Box_ExpandBy" }, // 3518316281
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Box_GetClosestPointTo, "Box_GetClosestPointTo" }, // 2958454792
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Box_Intersects, "Box_Intersects" }, // 3395616841
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Box_IsInside, "Box_IsInside" }, // 2706600155
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Box_IsInsideOrOn, "Box_IsInsideOrOn" }, // 3504142062
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Box_IsPointInside, "Box_IsPointInside" }, // 714109543
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Box_Overlap, "Box_Overlap" }, // 1610995595
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakBoxSphereBounds, "BreakBoxSphereBounds" }, // 249390314
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakColor, "BreakColor" }, // 1004053651
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakDateTime, "BreakDateTime" }, // 1460981566
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakFrameRate, "BreakFrameRate" }, // 3375246748
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakQualifiedFrameTime, "BreakQualifiedFrameTime" }, // 2940171667
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakQuat, "BreakQuat" }, // 4025053807
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakRandomStream, "BreakRandomStream" }, // 3242377315
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakRotator, "BreakRotator" }, // 3881507877
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakRotIntoAxes, "BreakRotIntoAxes" }, // 3255550526
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan, "BreakTimespan" }, // 1694740400
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakTimespan2, "BreakTimespan2" }, // 1508296244
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakTransform, "BreakTransform" }, // 1968976610
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakVector, "BreakVector" }, // 1921101594
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakVector2D, "BreakVector2D" }, // 802097456
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakVector4, "BreakVector4" }, // 1574923643
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize, "BreakVector_NetQuantize" }, // 2598861062
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize10, "BreakVector_NetQuantize10" }, // 4272114213
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantize100, "BreakVector_NetQuantize100" }, // 3902386899
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_BreakVector_NetQuantizeNormal, "BreakVector_NetQuantizeNormal" }, // 3954410886
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_CInterpTo, "CInterpTo" }, // 2788385302
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Clamp, "Clamp" }, // 3991897534
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ClampAngle, "ClampAngle" }, // 3666241524
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ClampAxes2D, "ClampAxes2D" }, // 2289873950
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ClampAxis, "ClampAxis" }, // 1001147190
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ClampInt64, "ClampInt64" }, // 2676656407
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ClampVectorSize, "ClampVectorSize" }, // 2729371613
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ClassIsChildOf, "ClassIsChildOf" }, // 1157010344
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ComposeRotators, "ComposeRotators" }, // 927993614
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ComposeTransforms, "ComposeTransforms" }, // 1423607755
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToByte, "Conv_BoolToByte" }, // 1207651216
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToDouble, "Conv_BoolToDouble" }, // 861439918
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_BoolToInt, "Conv_BoolToInt" }, // 3869150440
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToDouble, "Conv_ByteToDouble" }, // 3542840996
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt, "Conv_ByteToInt" }, // 842994182
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_ByteToInt64, "Conv_ByteToInt64" }, // 3718731731
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_ColorToLinearColor, "Conv_ColorToLinearColor" }, // 3181836933
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToFloat, "Conv_DoubleToFloat" }, // 903118005
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToInt64, "Conv_DoubleToInt64" }, // 824174348
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToLinearColor, "Conv_DoubleToLinearColor" }, // 512065199
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector, "Conv_DoubleToVector" }, // 73613761
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_DoubleToVector2D, "Conv_DoubleToVector2D" }, // 755865105
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_FloatToDouble, "Conv_FloatToDouble" }, // 89209706
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToByte, "Conv_Int64ToByte" }, // 750082884
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToDouble, "Conv_Int64ToDouble" }, // 2313428596
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_Int64ToInt, "Conv_Int64ToInt" }, // 3339055779
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntPointToVector2D, "Conv_IntPointToVector2D" }, // 4279106525
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToBool, "Conv_IntToBool" }, // 109105041
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToByte, "Conv_IntToByte" }, // 3345520699
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToDouble, "Conv_IntToDouble" }, // 2855578830
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToInt64, "Conv_IntToInt64" }, // 3658964126
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector, "Conv_IntToIntVector" }, // 126356767
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToIntVector2, "Conv_IntToIntVector2" }, // 2906551699
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntToVector, "Conv_IntToVector" }, // 2889655443
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVector2ToVector2D, "Conv_IntVector2ToVector2D" }, // 1750976841
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_IntVectorToVector, "Conv_IntVectorToVector" }, // 4052567837
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToColor, "Conv_LinearColorToColor" }, // 3339984596
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_LinearColorToVector, "Conv_LinearColorToVector" }, // 1022890020
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToRotator, "Conv_MatrixToRotator" }, // 401827021
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_MatrixToTransform, "Conv_MatrixToTransform" }, // 94049670
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToQuaternion, "Conv_RotatorToQuaternion" }, // 670931806
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToTransform, "Conv_RotatorToTransform" }, // 1611434018
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_RotatorToVector, "Conv_RotatorToVector" }, // 3490085685
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_TransformToMatrix, "Conv_TransformToMatrix" }, // 3034266444
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToIntPoint, "Conv_Vector2DToIntPoint" }, // 2286257169
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector2DToVector, "Conv_Vector2DToVector" }, // 2896603702
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToQuaternion, "Conv_Vector4ToQuaternion" }, // 3183415772
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToRotator, "Conv_Vector4ToRotator" }, // 4031476029
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_Vector4ToVector, "Conv_Vector4ToVector" }, // 1532853313
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToLinearColor, "Conv_VectorToLinearColor" }, // 2789575039
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToQuaternion, "Conv_VectorToQuaternion" }, // 525730257
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToRotator, "Conv_VectorToRotator" }, // 73363100
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToTransform, "Conv_VectorToTransform" }, // 63932241
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Conv_VectorToVector2D, "Conv_VectorToVector2D" }, // 2052639765
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo2D, "Convert1DTo2D" }, // 2929434693
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Convert1DTo3D, "Convert1DTo3D" }, // 2257738773
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Convert2DTo1D, "Convert2DTo1D" }, // 3442306742
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Convert3DTo1D, "Convert3DTo1D" }, // 3390539232
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Cos, "Cos" }, // 913037899
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_CreateVectorFromYawPitch, "CreateVectorFromYawPitch" }, // 2513201320
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Cross_VectorVector, "Cross_VectorVector" }, // 3068267498
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_CrossProduct2D, "CrossProduct2D" }, // 4071463232
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromIsoString, "DateTimeFromIsoString" }, // 1971575936
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DateTimeFromString, "DateTimeFromString" }, // 3289695198
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DateTimeMaxValue, "DateTimeMaxValue" }, // 1413481608
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DateTimeMinValue, "DateTimeMinValue" }, // 3174818031
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DaysInMonth, "DaysInMonth" }, // 373706765
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DaysInYear, "DaysInYear" }, // 2984848894
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DegAcos, "DegAcos" }, // 4170523551
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DegAsin, "DegAsin" }, // 2408575700
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DegAtan, "DegAtan" }, // 2492111184
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DegAtan2, "DegAtan2" }, // 2364277196
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DegCos, "DegCos" }, // 3139687498
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DegreesToRadians, "DegreesToRadians" }, // 2802590586
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DegSin, "DegSin" }, // 1670578719
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DegTan, "DegTan" }, // 2736299196
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Distance2D, "Distance2D" }, // 1993842869
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DistanceSquared2D, "DistanceSquared2D" }, // 498043141
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_ByteByte, "Divide_ByteByte" }, // 3401123972
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_DoubleDouble, "Divide_DoubleDouble" }, // 550248975
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_Int64Int64, "Divide_Int64Int64" }, // 4019073880
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_IntInt, "Divide_IntInt" }, // 2037258363
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointInt, "Divide_IntPointInt" }, // 3236778313
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_IntPointIntPoint, "Divide_IntPointIntPoint" }, // 3074618785
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_LinearColorLinearColor, "Divide_LinearColorLinearColor" }, // 3039866556
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_TimespanFloat, "Divide_TimespanFloat" }, // 2625686683
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DFloat, "Divide_Vector2DFloat" }, // 3504316594
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector2DVector2D, "Divide_Vector2DVector2D" }, // 3748235551
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_Vector4Vector4, "Divide_Vector4Vector4" }, // 2756228497
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorFloat, "Divide_VectorFloat" }, // 311622231
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorInt, "Divide_VectorInt" }, // 2275443906
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Divide_VectorVector, "Divide_VectorVector" }, // 2973705406
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Dot_VectorVector, "Dot_VectorVector" }, // 439529065
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DotProduct2D, "DotProduct2D" }, // 3747789294
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_Float, "DynamicWeightedMovingAverage_Float" }, // 4239627006
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FRotator, "DynamicWeightedMovingAverage_FRotator" }, // 1321251588
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_DynamicWeightedMovingAverage_FVector, "DynamicWeightedMovingAverage_FVector" }, // 3993762881
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Ease, "Ease" }, // 330069958
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Equal_IntPointIntPoint, "Equal_IntPointIntPoint" }, // 4202560633
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_BoolBool, "EqualEqual_BoolBool" }, // 1650988960
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ByteByte, "EqualEqual_ByteByte" }, // 437921439
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ClassClass, "EqualEqual_ClassClass" }, // 1124632623
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DateTimeDateTime, "EqualEqual_DateTimeDateTime" }, // 357468025
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_DoubleDouble, "EqualEqual_DoubleDouble" }, // 65542640
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Int64Int64, "EqualEqual_Int64Int64" }, // 3241733130
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_IntInt, "EqualEqual_IntInt" }, // 2343271519
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_LinearColorLinearColor, "EqualEqual_LinearColorLinearColor" }, // 685413477
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_MatrixMatrix, "EqualEqual_MatrixMatrix" }, // 1185283751
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_NameName, "EqualEqual_NameName" }, // 2082772504
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_ObjectObject, "EqualEqual_ObjectObject" }, // 2132992296
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_QuatQuat, "EqualEqual_QuatQuat" }, // 247777747
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_RotatorRotator, "EqualEqual_RotatorRotator" }, // 2437837357
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TimespanTimespan, "EqualEqual_TimespanTimespan" }, // 15992311
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_TransformTransform, "EqualEqual_TransformTransform" }, // 595776228
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector2DVector2D, "EqualEqual_Vector2DVector2D" }, // 4023089791
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_Vector4Vector4, "EqualEqual_Vector4Vector4" }, // 1614049044
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualEqual_VectorVector, "EqualEqual_VectorVector" }, // 791295044
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector2DVector2D, "EqualExactly_Vector2DVector2D" }, // 369639293
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_Vector4Vector4, "EqualExactly_Vector4Vector4" }, // 4053590649
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_EqualExactly_VectorVector, "EqualExactly_VectorVector" }, // 3840309793
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Exp, "Exp" }, // 2306997563
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FCeil, "FCeil" }, // 2365342892
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FCeil64, "FCeil64" }, // 2598626825
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FClamp, "FClamp" }, // 4290002921
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FFloor, "FFloor" }, // 1876537605
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FFloor64, "FFloor64" }, // 1452129945
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnLine, "FindClosestPointOnLine" }, // 3171063067
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FindClosestPointOnSegment, "FindClosestPointOnSegment" }, // 3883721518
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FindLookAtRotation, "FindLookAtRotation" }, // 2971967959
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FindNearestPointsOnLineSegments, "FindNearestPointsOnLineSegments" }, // 3374062140
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FindRelativeLookAtRotation, "FindRelativeLookAtRotation" }, // 1534972018
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FInterpEaseInOut, "FInterpEaseInOut" }, // 3091545782
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FInterpTo, "FInterpTo" }, // 3070008157
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FInterpTo_Constant, "FInterpTo_Constant" }, // 650606621
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FixedTurn, "FixedTurn" }, // 816641694
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FloatSpringInterp, "FloatSpringInterp" }, // 2484886885
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FMax, "FMax" }, // 1698248506
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FMin, "FMin" }, // 3910390803
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FMod, "FMod" }, // 1124157303
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FMod64, "FMod64" }, // 2244271379
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Fraction, "Fraction" }, // 1481424795
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FromDays, "FromDays" }, // 2818834131
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FromHours, "FromHours" }, // 2538502476
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FromMilliseconds, "FromMilliseconds" }, // 728635368
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FromMinutes, "FromMinutes" }, // 979468732
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FromSeconds, "FromSeconds" }, // 4089187754
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FromUnixTimestamp, "FromUnixTimestamp" }, // 2701229035
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FTrunc, "FTrunc" }, // 1072812949
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FTrunc64, "FTrunc64" }, // 1086975052
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FTruncVector, "FTruncVector" }, // 810996424
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FTruncVector2D, "FTruncVector2D" }, // 1625277446
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_FWrap, "FWrap" }, // 3306903820
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetAbs2D, "GetAbs2D" }, // 769870507
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetAbsMax2D, "GetAbsMax2D" }, // 1790653573
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetAxes, "GetAxes" }, // 2593730426
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetAzimuthAndElevation, "GetAzimuthAndElevation" }, // 3894586775
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetBoxCenter, "GetBoxCenter" }, // 2798605379
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetBoxSize, "GetBoxSize" }, // 2154373847
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetBoxVolume, "GetBoxVolume" }, // 1857098785
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetDate, "GetDate" }, // 828449889
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetDay, "GetDay" }, // 2887562804
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetDayOfYear, "GetDayOfYear" }, // 1915645309
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetDays, "GetDays" }, // 2290090225
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetDirectionUnitVector, "GetDirectionUnitVector" }, // 1469674250
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetDuration, "GetDuration" }, // 278591478
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetForwardVector, "GetForwardVector" }, // 1347482859
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetHour, "GetHour" }, // 3897520986
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetHour12, "GetHour12" }, // 3212753453
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetHours, "GetHours" }, // 1334536191
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetMax2D, "GetMax2D" }, // 3729951894
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetMaxElement, "GetMaxElement" }, // 829433425
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetMillisecond, "GetMillisecond" }, // 1334092583
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetMilliseconds, "GetMilliseconds" }, // 2751000037
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetMin2D, "GetMin2D" }, // 1301926207
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetMinElement, "GetMinElement" }, // 4072494568
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetMinute, "GetMinute" }, // 2355259700
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetMinutes, "GetMinutes" }, // 807760015
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetMonth, "GetMonth" }, // 3094668890
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetPI, "GetPI" }, // 2723464337
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToLine, "GetPointDistanceToLine" }, // 2984765267
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetPointDistanceToSegment, "GetPointDistanceToSegment" }, // 2821695252
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetReflectionVector, "GetReflectionVector" }, // 368722784
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetRightVector, "GetRightVector" }, // 230077817
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetRotated2D, "GetRotated2D" }, // 3312394024
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetRuntimeFloatCurveValue, "GetRuntimeFloatCurveValue" }, // 2883718795
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetSecond, "GetSecond" }, // 2166993172
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetSeconds, "GetSeconds" }, // 2275587908
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetSlopeDegreeAngles, "GetSlopeDegreeAngles" }, // 685077713
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetTAU, "GetTAU" }, // 962925720
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetTimeOfDay, "GetTimeOfDay" }, // 1991907714
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetTotalDays, "GetTotalDays" }, // 1118990390
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetTotalHours, "GetTotalHours" }, // 2181558519
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetTotalMilliseconds, "GetTotalMilliseconds" }, // 485887231
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetTotalMinutes, "GetTotalMinutes" }, // 2823846766
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetTotalSeconds, "GetTotalSeconds" }, // 2939888204
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetUpVector, "GetUpVector" }, // 3635276228
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetVectorArrayAverage, "GetVectorArrayAverage" }, // 2768834241
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetYawPitchFromVector, "GetYawPitchFromVector" }, // 599894449
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GetYear, "GetYear" }, // 1939032579
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Greater_ByteByte, "Greater_ByteByte" }, // 98530709
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Greater_DateTimeDateTime, "Greater_DateTimeDateTime" }, // 3937552710
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Greater_DoubleDouble, "Greater_DoubleDouble" }, // 3064099942
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Greater_Int64Int64, "Greater_Int64Int64" }, // 4199612486
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Greater_IntInt, "Greater_IntInt" }, // 1207917565
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Greater_TimespanTimespan, "Greater_TimespanTimespan" }, // 4265155297
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_ByteByte, "GreaterEqual_ByteByte" }, // 1834513122
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DateTimeDateTime, "GreaterEqual_DateTimeDateTime" }, // 1456396217
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_DoubleDouble, "GreaterEqual_DoubleDouble" }, // 2932644763
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_Int64Int64, "GreaterEqual_Int64Int64" }, // 2836492586
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_IntInt, "GreaterEqual_IntInt" }, // 3004083615
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GreaterEqual_TimespanTimespan, "GreaterEqual_TimespanTimespan" }, // 3166036021
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GreaterGreater_VectorRotator, "GreaterGreater_VectorRotator" }, // 605676987
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_GridSnap_Float, "GridSnap_Float" }, // 1708220286
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB, "HSVToRGB" }, // 3487691532
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_HSVToRGB_Vector, "HSVToRGB_Vector" }, // 242458223
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_HSVToRGBLinear, "HSVToRGBLinear" }, // 2328214931
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Hypotenuse, "Hypotenuse" }, // 2976779166
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_InRange_FloatFloat, "InRange_FloatFloat" }, // 2365520683
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_InRange_Int64Int64, "InRange_Int64Int64" }, // 2254854911
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_InRange_IntInt, "InRange_IntInt" }, // 1687656540
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Down, "IntPoint_Down" }, // 3438123895
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Left, "IntPoint_Left" }, // 3616503992
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IntPoint_One, "IntPoint_One" }, // 2606827431
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Right, "IntPoint_Right" }, // 3438639578
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Up, "IntPoint_Up" }, // 258490261
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IntPoint_Zero, "IntPoint_Zero" }, // 2716598216
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_InverseTransformDirection, "InverseTransformDirection" }, // 1934124997
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_InverseTransformLocation, "InverseTransformLocation" }, // 996647412
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_InverseTransformRotation, "InverseTransformRotation" }, // 2756183587
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_InvertTransform, "InvertTransform" }, // 3437224402
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IsAfternoon, "IsAfternoon" }, // 3974517841
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IsLeapYear, "IsLeapYear" }, // 1747983936
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IsMorning, "IsMorning" }, // 523794310
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IsNearlyZero2D, "IsNearlyZero2D" }, // 3758429728
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox, "IsPointInBox" }, // 722093202
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IsPointInBox_Box, "IsPointInBox_Box" }, // 2396041648
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform, "IsPointInBoxWithTransform" }, // 1202603743
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IsPointInBoxWithTransform_Box, "IsPointInBoxWithTransform_Box" }, // 192440915
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_IsZero2D, "IsZero2D" }, // 1536005434
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Lerp, "Lerp" }, // 1391969417
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Less_ByteByte, "Less_ByteByte" }, // 3535653868
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Less_DateTimeDateTime, "Less_DateTimeDateTime" }, // 1759469115
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Less_DoubleDouble, "Less_DoubleDouble" }, // 1579071626
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Less_Int64Int64, "Less_Int64Int64" }, // 1873869001
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Less_IntInt, "Less_IntInt" }, // 3999164065
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Less_TimespanTimespan, "Less_TimespanTimespan" }, // 2597284481
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_ByteByte, "LessEqual_ByteByte" }, // 3890340579
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DateTimeDateTime, "LessEqual_DateTimeDateTime" }, // 4200521674
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_DoubleDouble, "LessEqual_DoubleDouble" }, // 3051212617
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_Int64Int64, "LessEqual_Int64Int64" }, // 552362677
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_IntInt, "LessEqual_IntInt" }, // 1482371196
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LessEqual_TimespanTimespan, "LessEqual_TimespanTimespan" }, // 3349020204
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LessLess_VectorRotator, "LessLess_VectorRotator" }, // 2312060606
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Black, "LinearColor_Black" }, // 53060068
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Blue, "LinearColor_Blue" }, // 846288774
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Desaturated, "LinearColor_Desaturated" }, // 2275718786
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Distance, "LinearColor_Distance" }, // 1500038843
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetLuminance, "LinearColor_GetLuminance" }, // 146460737
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMax, "LinearColor_GetMax" }, // 196534644
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_GetMin, "LinearColor_GetMin" }, // 3285190095
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Gray, "LinearColor_Gray" }, // 3647896423
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Green, "LinearColor_Green" }, // 2914941049
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_IsNearEqual, "LinearColor_IsNearEqual" }, // 2529808120
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Quantize, "LinearColor_Quantize" }, // 391096357
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_QuantizeRound, "LinearColor_QuantizeRound" }, // 688467073
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Red, "LinearColor_Red" }, // 3984830817
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Set, "LinearColor_Set" }, // 1787453484
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromHSV, "LinearColor_SetFromHSV" }, // 2618881055
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromPow22, "LinearColor_SetFromPow22" }, // 3709876152
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetFromSRGB, "LinearColor_SetFromSRGB" }, // 1334378702
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRandomHue, "LinearColor_SetRandomHue" }, // 172973166
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetRGBA, "LinearColor_SetRGBA" }, // 3635714705
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_SetTemperature, "LinearColor_SetTemperature" }, // 1563857552
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToNewOpacity, "LinearColor_ToNewOpacity" }, // 2595648109
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_ToRGBE, "LinearColor_ToRGBE" }, // 3580063337
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Transparent, "LinearColor_Transparent" }, // 1720534960
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_White, "LinearColor_White" }, // 508543047
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColor_Yellow, "LinearColor_Yellow" }, // 1214006655
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerp, "LinearColorLerp" }, // 3519146179
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinearColorLerpUsingHSV, "LinearColorLerpUsingHSV" }, // 2961034966
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection, "LinePlaneIntersection" }, // 4213379876
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_LinePlaneIntersection_OriginNormal, "LinePlaneIntersection_OriginNormal" }, // 4190690048
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Log, "Log" }, // 2504946806
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Loge, "Loge" }, // 2648905852
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeBox, "MakeBox" }, // 2188345490
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeBox2D, "MakeBox2D" }, // 3913218029
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeBoxSphereBounds, "MakeBoxSphereBounds" }, // 3636398733
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeBoxWithOrigin, "MakeBoxWithOrigin" }, // 3314918413
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeColor, "MakeColor" }, // 2895327972
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeDateTime, "MakeDateTime" }, // 765937739
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeFrameRate, "MakeFrameRate" }, // 1984320337
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeOrientedBox, "MakeOrientedBox" }, // 1739487088
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakePlaneFromPointAndNormal, "MakePlaneFromPointAndNormal" }, // 1770703027
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakePulsatingValue, "MakePulsatingValue" }, // 12581248
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeQualifiedFrameTime, "MakeQualifiedFrameTime" }, // 3726822224
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeQuat, "MakeQuat" }, // 3357951934
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStream, "MakeRandomStream" }, // 2905381488
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRandomStreamFromLocation, "MakeRandomStreamFromLocation" }, // 3902220651
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRelativeTransform, "MakeRelativeTransform" }, // 2243538115
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotationFromAxes, "MakeRotationFromAxes" }, // 836958470
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotator, "MakeRotator" }, // 2531529814
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromX, "MakeRotFromX" }, // 2958706575
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXY, "MakeRotFromXY" }, // 3628189879
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromXZ, "MakeRotFromXZ" }, // 2884121600
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromY, "MakeRotFromY" }, // 3021211923
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYX, "MakeRotFromYX" }, // 1789445416
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromYZ, "MakeRotFromYZ" }, // 3637266633
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZ, "MakeRotFromZ" }, // 2274515449
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZX, "MakeRotFromZX" }, // 3545615836
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeRotFromZY, "MakeRotFromZY" }, // 1797821675
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan, "MakeTimespan" }, // 3328163378
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeTimespan2, "MakeTimespan2" }, // 4082385290
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeTransform, "MakeTransform" }, // 3847201711
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeVector, "MakeVector" }, // 1591550238
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeVector2D, "MakeVector2D" }, // 2537241007
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeVector4, "MakeVector4" }, // 574211119
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize, "MakeVector_NetQuantize" }, // 3622355424
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize10, "MakeVector_NetQuantize10" }, // 3372743017
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantize100, "MakeVector_NetQuantize100" }, // 3431344562
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MakeVector_NetQuantizeNormal, "MakeVector_NetQuantizeNormal" }, // 668078035
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MapRangeClamped, "MapRangeClamped" }, // 2381441724
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MapRangeUnclamped, "MapRangeUnclamped" }, // 2786691341
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_ApplyScale, "Matrix_ApplyScale" }, // 3313865085
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_ConcatenateTranslation, "Matrix_ConcatenateTranslation" }, // 2492776065
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_ContainsNaN, "Matrix_ContainsNaN" }, // 3688486507
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetColumn, "Matrix_GetColumn" }, // 2829315994
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetDeterminant, "Matrix_GetDeterminant" }, // 2736214993
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumBottomPlane, "Matrix_GetFrustumBottomPlane" }, // 1091524400
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumFarPlane, "Matrix_GetFrustumFarPlane" }, // 3315321122
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumLeftPlane, "Matrix_GetFrustumLeftPlane" }, // 2671170447
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumNearPlane, "Matrix_GetFrustumNearPlane" }, // 3001845798
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumRightPlane, "Matrix_GetFrustumRightPlane" }, // 4282185754
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetFrustumTopPlane, "Matrix_GetFrustumTopPlane" }, // 370736880
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetInverse, "Matrix_GetInverse" }, // 3595271728
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMatrixWithoutScale, "Matrix_GetMatrixWithoutScale" }, // 1935483690
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetMaximumAxisScale, "Matrix_GetMaximumAxisScale" }, // 4177700063
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetOrigin, "Matrix_GetOrigin" }, // 3161520388
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotator, "Matrix_GetRotator" }, // 17002601
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetRotDeterminant, "Matrix_GetRotDeterminant" }, // 2093590752
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxes, "Matrix_GetScaledAxes" }, // 594249856
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaledAxis, "Matrix_GetScaledAxis" }, // 2831549387
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetScaleVector, "Matrix_GetScaleVector" }, // 2973449345
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposeAdjoint, "Matrix_GetTransposeAdjoint" }, // 4236989219
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetTransposed, "Matrix_GetTransposed" }, // 2135456738
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxes, "Matrix_GetUnitAxes" }, // 2625457400
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_GetUnitAxis, "Matrix_GetUnitAxis" }, // 1289297611
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_Identity, "Matrix_Identity" }, // 3535478603
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformPosition, "Matrix_InverseTransformPosition" }, // 2830122539
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_InverseTransformVector, "Matrix_InverseTransformVector" }, // 2963321280
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_Mirror, "Matrix_Mirror" }, // 1337893706
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveScaling, "Matrix_RemoveScaling" }, // 3882573692
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_RemoveTranslation, "Matrix_RemoveTranslation" }, // 1331411855
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_ScaleTranslation, "Matrix_ScaleTranslation" }, // 2590554012
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetAxis, "Matrix_SetAxis" }, // 1022451142
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetColumn, "Matrix_SetColumn" }, // 3201526079
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_SetOrigin, "Matrix_SetOrigin" }, // 1400583992
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_ToQuat, "Matrix_ToQuat" }, // 2361810205
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformPosition, "Matrix_TransformPosition" }, // 3208112179
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector, "Matrix_TransformVector" }, // 3899184567
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Matrix_TransformVector4, "Matrix_TransformVector4" }, // 4050097905
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Max, "Max" }, // 3090222394
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MaxInt64, "MaxInt64" }, // 1339923310
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MaxOfByteArray, "MaxOfByteArray" }, // 2638765250
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MaxOfFloatArray, "MaxOfFloatArray" }, // 915749410
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MaxOfIntArray, "MaxOfIntArray" }, // 228581721
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MedianOfIntArray, "MedianOfIntArray" }, // 1308903354
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Min, "Min" }, // 3979316167
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MinAreaRectangle, "MinAreaRectangle" }, // 2283243225
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MinInt64, "MinInt64" }, // 991247284
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MinOfByteArray, "MinOfByteArray" }, // 2648595011
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MinOfFloatArray, "MinOfFloatArray" }, // 884404599
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MinOfIntArray, "MinOfIntArray" }, // 1874421927
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MirrorVectorByNormal, "MirrorVectorByNormal" }, // 1076205723
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_ByteByte, "Multiply_ByteByte" }, // 2581191895
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_DoubleDouble, "Multiply_DoubleDouble" }, // 979224948
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_Int64Int64, "Multiply_Int64Int64" }, // 1878359630
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntFloat, "Multiply_IntFloat" }, // 3787901051
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntInt, "Multiply_IntInt" }, // 3293432100
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointInt, "Multiply_IntPointInt" }, // 1618784384
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_IntPointIntPoint, "Multiply_IntPointIntPoint" }, // 1379817297
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorFloat, "Multiply_LinearColorFloat" }, // 1380481434
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_LinearColorLinearColor, "Multiply_LinearColorLinearColor" }, // 859824201
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixFloat, "Multiply_MatrixFloat" }, // 801793815
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_MatrixMatrix, "Multiply_MatrixMatrix" }, // 170650289
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_QuatQuat, "Multiply_QuatQuat" }, // 3483884042
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorFloat, "Multiply_RotatorFloat" }, // 3749241308
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_RotatorInt, "Multiply_RotatorInt" }, // 1007837676
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_TimespanFloat, "Multiply_TimespanFloat" }, // 2850750094
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DFloat, "Multiply_Vector2DFloat" }, // 4180164827
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector2DVector2D, "Multiply_Vector2DVector2D" }, // 4282559981
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_Vector4Vector4, "Multiply_Vector4Vector4" }, // 123708641
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorFloat, "Multiply_VectorFloat" }, // 1137011109
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorInt, "Multiply_VectorInt" }, // 1595129210
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Multiply_VectorVector, "Multiply_VectorVector" }, // 1480771509
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MultiplyByPi, "MultiplyByPi" }, // 3185455316
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_MultiplyMultiply_FloatFloat, "MultiplyMultiply_FloatFloat" }, // 2190093845
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_FloatFloat, "NearlyEqual_FloatFloat" }, // 2125826330
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NearlyEqual_TransformTransform, "NearlyEqual_TransformTransform" }, // 2963817500
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Negated2D, "Negated2D" }, // 3333979749
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NegateRotator, "NegateRotator" }, // 4251339155
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NegateVector, "NegateVector" }, // 2556647086
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Normal, "Normal" }, // 2322671949
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Normal2D, "Normal2D" }, // 2141093425
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Normalize2D, "Normalize2D" }, // 207277541
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NormalizeAxis, "NormalizeAxis" }, // 3724899629
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NormalizedDeltaRotator, "NormalizedDeltaRotator" }, // 2784007870
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NormalizeToRange, "NormalizeToRange" }, // 4266203275
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NormalSafe2D, "NormalSafe2D" }, // 2638542337
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Not_Int, "Not_Int" }, // 1346001904
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Not_Int64, "Not_Int64" }, // 3257288032
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Not_PreBool, "Not_PreBool" }, // 2637509170
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_BoolBool, "NotEqual_BoolBool" }, // 190462066
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ByteByte, "NotEqual_ByteByte" }, // 719945849
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ClassClass, "NotEqual_ClassClass" }, // 3688728029
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DateTimeDateTime, "NotEqual_DateTimeDateTime" }, // 326170632
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_DoubleDouble, "NotEqual_DoubleDouble" }, // 87991158
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Int64Int64, "NotEqual_Int64Int64" }, // 2217593650
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntInt, "NotEqual_IntInt" }, // 195407178
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_IntPointIntPoint, "NotEqual_IntPointIntPoint" }, // 2259341051
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_LinearColorLinearColor, "NotEqual_LinearColorLinearColor" }, // 1137114872
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_MatrixMatrix, "NotEqual_MatrixMatrix" }, // 4051934991
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_NameName, "NotEqual_NameName" }, // 3778980705
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_ObjectObject, "NotEqual_ObjectObject" }, // 4197877330
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_QuatQuat, "NotEqual_QuatQuat" }, // 1184091783
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_RotatorRotator, "NotEqual_RotatorRotator" }, // 1326483466
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_TimespanTimespan, "NotEqual_TimespanTimespan" }, // 1520220031
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector2DVector2D, "NotEqual_Vector2DVector2D" }, // 2943934026
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_Vector4Vector4, "NotEqual_Vector4Vector4" }, // 1858567314
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqual_VectorVector, "NotEqual_VectorVector" }, // 4216216735
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector2DVector2D, "NotEqualExactly_Vector2DVector2D" }, // 870866419
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_Vector4Vector4, "NotEqualExactly_Vector4Vector4" }, // 3615076335
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_NotEqualExactly_VectorVector, "NotEqualExactly_VectorVector" }, // 3879229952
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Now, "Now" }, // 373060195
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Or_Int64Int64, "Or_Int64Int64" }, // 1004232855
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Or_IntInt, "Or_IntInt" }, // 909383735
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Percent_ByteByte, "Percent_ByteByte" }, // 3197893645
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Percent_FloatFloat, "Percent_FloatFloat" }, // 2751895393
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Percent_Int64Int64, "Percent_Int64Int64" }, // 2673981139
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Percent_IntInt, "Percent_IntInt" }, // 2013857851
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_PerlinNoise1D, "PerlinNoise1D" }, // 83880939
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_PointsAreCoplanar, "PointsAreCoplanar" }, // 2758801236
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ProjectPointOnToPlane, "ProjectPointOnToPlane" }, // 3725542481
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToPlane, "ProjectVectorOnToPlane" }, // 3398713063
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ProjectVectorOnToVector, "ProjectVectorOnToVector" }, // 3620115630
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_AngularDistance, "Quat_AngularDistance" }, // 4059006758
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_EnforceShortestArcWith, "Quat_EnforceShortestArcWith" }, // 74611397
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Euler, "Quat_Euler" }, // 3302758201
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Exp, "Quat_Exp" }, // 1991425779
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenNormals, "Quat_FindBetweenNormals" }, // 3901135815
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_FindBetweenVectors, "Quat_FindBetweenVectors" }, // 4278709976
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAngle, "Quat_GetAngle" }, // 917859298
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisX, "Quat_GetAxisX" }, // 1271925330
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisY, "Quat_GetAxisY" }, // 3620216603
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_GetAxisZ, "Quat_GetAxisZ" }, // 585717903
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_GetRotationAxis, "Quat_GetRotationAxis" }, // 172659612
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_GetShortestArcWith, "Quat_GetShortestArcWith" }, // 3052700924
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Identity, "Quat_Identity" }, // 42779232
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Inversed, "Quat_Inversed" }, // 1186711505
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_IsFinite, "Quat_IsFinite" }, // 320313391
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_IsIdentity, "Quat_IsIdentity" }, // 298032935
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNonFinite, "Quat_IsNonFinite" }, // 3917334329
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_IsNormalized, "Quat_IsNormalized" }, // 2736546790
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Log, "Quat_Log" }, // 2308272825
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromEuler, "Quat_MakeFromEuler" }, // 2014371128
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_MakeFromRotationVector, "Quat_MakeFromRotationVector" }, // 390760790
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalize, "Quat_Normalize" }, // 3590495447
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Normalized, "Quat_Normalized" }, // 3443520537
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_RotateVector, "Quat_RotateVector" }, // 3873273983
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Rotator, "Quat_Rotator" }, // 3947668558
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_SetComponents, "Quat_SetComponents" }, // 2749700899
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_SetFromEuler, "Quat_SetFromEuler" }, // 1566115179
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Size, "Quat_Size" }, // 3136813259
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_SizeSquared, "Quat_SizeSquared" }, // 3374025716
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_Slerp, "Quat_Slerp" }, // 1242918658
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_ToRotationVector, "Quat_ToRotationVector" }, // 4152292583
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_UnrotateVector, "Quat_UnrotateVector" }, // 1337696305
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorForward, "Quat_VectorForward" }, // 3276903940
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorRight, "Quat_VectorRight" }, // 443080235
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Quat_VectorUp, "Quat_VectorUp" }, // 2123696762
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_QuaternionSpringInterp, "QuaternionSpringInterp" }, // 1120925262
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RadiansToDegrees, "RadiansToDegrees" }, // 3013059902
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomBool, "RandomBool" }, // 922044353
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomBoolFromStream, "RandomBoolFromStream" }, // 1678071612
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeight, "RandomBoolWithWeight" }, // 1836583427
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomBoolWithWeightFromStream, "RandomBoolWithWeightFromStream" }, // 4019275677
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomFloat, "RandomFloat" }, // 918432582
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomFloatFromStream, "RandomFloatFromStream" }, // 887845414
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRange, "RandomFloatInRange" }, // 2521753578
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomFloatInRangeFromStream, "RandomFloatInRangeFromStream" }, // 3234467546
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomInteger, "RandomInteger" }, // 1227008877
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64, "RandomInteger64" }, // 2032586054
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomInteger64InRange, "RandomInteger64InRange" }, // 281944774
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerFromStream, "RandomIntegerFromStream" }, // 566039012
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRange, "RandomIntegerInRange" }, // 4092530479
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomIntegerInRangeFromStream, "RandomIntegerInRangeFromStream" }, // 823991433
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox, "RandomPointInBoundingBox" }, // 4229416409
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBox_Box, "RandomPointInBoundingBox_Box" }, // 1743848349
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream, "RandomPointInBoundingBoxFromStream" }, // 3548884909
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomPointInBoundingBoxFromStream_Box, "RandomPointInBoundingBoxFromStream_Box" }, // 3599051311
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomRotator, "RandomRotator" }, // 3612989662
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomRotatorFromStream, "RandomRotatorFromStream" }, // 2623265302
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVector, "RandomUnitVector" }, // 735316660
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorFromStream, "RandomUnitVectorFromStream" }, // 309115323
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegrees, "RandomUnitVectorInConeInDegrees" }, // 2871525317
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, "RandomUnitVectorInConeInDegreesFromStream" }, // 1607338863
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadians, "RandomUnitVectorInConeInRadians" }, // 2113539188
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, "RandomUnitVectorInConeInRadiansFromStream" }, // 2177178589
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegrees, "RandomUnitVectorInEllipticalConeInDegrees" }, // 1278462957
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, "RandomUnitVectorInEllipticalConeInDegreesFromStream" }, // 234765199
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadians, "RandomUnitVectorInEllipticalConeInRadians" }, // 363535862
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, "RandomUnitVectorInEllipticalConeInRadiansFromStream" }, // 4221361873
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_REase, "REase" }, // 762430780
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ResetFloatSpringState, "ResetFloatSpringState" }, // 2041611804
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ResetQuaternionSpringState, "ResetQuaternionSpringState" }, // 3492462486
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ResetRandomStream, "ResetRandomStream" }, // 2573600591
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ResetVectorSpringState, "ResetVectorSpringState" }, // 1160322430
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RGBLinearToHSV, "RGBLinearToHSV" }, // 828577529
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV, "RGBToHSV" }, // 1279427196
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RGBToHSV_Vector, "RGBToHSV_Vector" }, // 2940519944
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RInterpTo, "RInterpTo" }, // 1855204117
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RInterpTo_Constant, "RInterpTo_Constant" }, // 3522885679
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RLerp, "RLerp" }, // 3950097332
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RotateAngleAxis, "RotateAngleAxis" }, // 1725465905
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_RotatorFromAxisAndAngle, "RotatorFromAxisAndAngle" }, // 2127482336
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Round, "Round" }, // 1672871555
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Round64, "Round64" }, // 1086243137
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SafeDivide, "SafeDivide" }, // 119086749
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SeedRandomStream, "SeedRandomStream" }, // 4014532415
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectClass, "SelectClass" }, // 1193663074
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectColor, "SelectColor" }, // 1055179025
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectFloat, "SelectFloat" }, // 4124056418
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectInt, "SelectInt" }, // 1314739032
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectName, "SelectName" }, // 144971955
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectObject, "SelectObject" }, // 1226540408
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectRotator, "SelectRotator" }, // 216662170
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectString, "SelectString" }, // 3179039609
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectText, "SelectText" }, // 2421638811
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectTransform, "SelectTransform" }, // 127634041
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SelectVector, "SelectVector" }, // 3290233188
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Set2D, "Set2D" }, // 2170828879
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SetFloatSpringStateVelocity, "SetFloatSpringStateVelocity" }, // 2126711376
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SetQuaternionSpringStateAngularVelocity, "SetQuaternionSpringStateAngularVelocity" }, // 3170630354
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SetRandomStreamSeed, "SetRandomStreamSeed" }, // 4021518389
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SetVectorSpringStateVelocity, "SetVectorSpringStateVelocity" }, // 2766799333
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SignOfFloat, "SignOfFloat" }, // 3089880778
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger, "SignOfInteger" }, // 2143459048
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_SignOfInteger64, "SignOfInteger64" }, // 3542378913
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Sin, "Sin" }, // 1934379088
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Spherical2DToUnitCartesian, "Spherical2DToUnitCartesian" }, // 804285439
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Sqrt, "Sqrt" }, // 871161065
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Square, "Square" }, // 1416737127
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_ByteByte, "Subtract_ByteByte" }, // 2796886151
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeDateTime, "Subtract_DateTimeDateTime" }, // 1359777972
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_DateTimeTimespan, "Subtract_DateTimeTimespan" }, // 4191342387
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_DoubleDouble, "Subtract_DoubleDouble" }, // 2790868021
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_Int64Int64, "Subtract_Int64Int64" }, // 598495087
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntInt, "Subtract_IntInt" }, // 1471073336
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointInt, "Subtract_IntPointInt" }, // 1116268014
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_IntPointIntPoint, "Subtract_IntPointIntPoint" }, // 3891961867
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_LinearColorLinearColor, "Subtract_LinearColorLinearColor" }, // 295305149
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_QuatQuat, "Subtract_QuatQuat" }, // 3357364646
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_TimespanTimespan, "Subtract_TimespanTimespan" }, // 129687201
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DFloat, "Subtract_Vector2DFloat" }, // 152863594
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector2DVector2D, "Subtract_Vector2DVector2D" }, // 2785433582
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_Vector4Vector4, "Subtract_Vector4Vector4" }, // 826785815
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorFloat, "Subtract_VectorFloat" }, // 2828143393
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorInt, "Subtract_VectorInt" }, // 3041999747
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Subtract_VectorVector, "Subtract_VectorVector" }, // 1147348254
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Tan, "Tan" }, // 703429287
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TEase, "TEase" }, // 55440079
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TimespanFromString, "TimespanFromString" }, // 79338183
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TimespanMaxValue, "TimespanMaxValue" }, // 2536067226
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TimespanMinValue, "TimespanMinValue" }, // 1323406265
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TimespanRatio, "TimespanRatio" }, // 871051915
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TimespanZeroValue, "TimespanZeroValue" }, // 2266432755
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TInterpTo, "TInterpTo" }, // 3396309256
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TLerp, "TLerp" }, // 1997727996
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Today, "Today" }, // 608829111
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ToDirectionAndLength2D, "ToDirectionAndLength2D" }, // 3951735073
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ToHex_LinearColor, "ToHex_LinearColor" }, // 899268324
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ToRounded2D, "ToRounded2D" }, // 551590568
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ToSign2D, "ToSign2D" }, // 184009265
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestamp, "ToUnixTimestamp" }, // 1962852636
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_ToUnixTimestampDouble, "ToUnixTimestampDouble" }, // 2675285428
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Transform_Determinant, "Transform_Determinant" }, // 1407796497
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TransformDirection, "TransformDirection" }, // 5220036
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TransformLocation, "TransformLocation" }, // 3469753246
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TransformRotation, "TransformRotation" }, // 1846058914
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_TransformVector4, "TransformVector4" }, // 1999056682
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_UtcNow, "UtcNow" }, // 724715434
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VEase, "VEase" }, // 1395460107
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector2D_One, "Vector2D_One" }, // 3310214218
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Unit45Deg, "Vector2D_Unit45Deg" }, // 507324981
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector2D_Zero, "Vector2D_Zero" }, // 346434686
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo, "Vector2DInterpTo" }, // 3387122694
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector2DInterpTo_Constant, "Vector2DInterpTo_Constant" }, // 1505142615
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_Assign, "Vector4_Assign" }, // 2896473299
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_CrossProduct3, "Vector4_CrossProduct3" }, // 4040119795
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct, "Vector4_DotProduct" }, // 2367124445
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_DotProduct3, "Vector4_DotProduct3" }, // 2642761013
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNAN, "Vector4_IsNAN" }, // 3311105288
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNearlyZero3, "Vector4_IsNearlyZero3" }, // 1574352586
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsNormal3, "Vector4_IsNormal3" }, // 2839087603
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsUnit3, "Vector4_IsUnit3" }, // 1321787214
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_IsZero, "Vector4_IsZero" }, // 650239190
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_MirrorByVector3, "Vector4_MirrorByVector3" }, // 1984332062
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_Negated, "Vector4_Negated" }, // 3738544082
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normal3, "Vector4_Normal3" }, // 3942529815
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_Normalize3, "Vector4_Normalize3" }, // 3618999673
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_NormalUnsafe3, "Vector4_NormalUnsafe3" }, // 4148775560
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_Set, "Vector4_Set" }, // 177770272
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size, "Vector4_Size" }, // 3909218536
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_Size3, "Vector4_Size3" }, // 1859254286
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared, "Vector4_SizeSquared" }, // 3332614277
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_SizeSquared3, "Vector4_SizeSquared3" }, // 3995519316
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector4_Zero, "Vector4_Zero" }, // 3531029953
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_AddBounded, "Vector_AddBounded" }, // 483901832
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Assign, "Vector_Assign" }, // 2583110548
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Backward, "Vector_Backward" }, // 592178843
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToBox, "Vector_BoundedToBox" }, // 329990691
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_BoundedToCube, "Vector_BoundedToCube" }, // 2119918656
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSize2D, "Vector_ClampSize2D" }, // 3355124384
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax, "Vector_ClampSizeMax" }, // 791476217
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_ClampSizeMax2D, "Vector_ClampSizeMax2D" }, // 3456546195
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMax, "Vector_ComponentMax" }, // 3587730644
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_ComponentMin, "Vector_ComponentMin" }, // 1104136549
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_CosineAngle2D, "Vector_CosineAngle2D" }, // 614767580
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance, "Vector_Distance" }, // 2403927914
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2D, "Vector_Distance2D" }, // 1769372866
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Distance2DSquared, "Vector_Distance2DSquared" }, // 1804682672
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_DistanceSquared, "Vector_DistanceSquared" }, // 3955636649
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Down, "Vector_Down" }, // 2507463820
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Forward, "Vector_Forward" }, // 2932866000
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbs, "Vector_GetAbs" }, // 546512258
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMax, "Vector_GetAbsMax" }, // 1534248388
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_GetAbsMin, "Vector_GetAbsMin" }, // 2955032697
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_GetProjection, "Vector_GetProjection" }, // 2064248590
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_GetSignVector, "Vector_GetSignVector" }, // 1674286805
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_HeadingAngle, "Vector_HeadingAngle" }, // 9263294
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNAN, "Vector_IsNAN" }, // 2234876924
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNearlyZero, "Vector_IsNearlyZero" }, // 2271274588
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsNormal, "Vector_IsNormal" }, // 3331048003
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUniform, "Vector_IsUniform" }, // 3411612744
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsUnit, "Vector_IsUnit" }, // 712975312
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_IsZero, "Vector_IsZero" }, // 1967460759
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Left, "Vector_Left" }, // 3548923140
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_MirrorByPlane, "Vector_MirrorByPlane" }, // 3134823541
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Normal2D, "Vector_Normal2D" }, // 4211037966
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Normalize, "Vector_Normalize" }, // 4273099031
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_NormalUnsafe, "Vector_NormalUnsafe" }, // 721842497
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_One, "Vector_One" }, // 2121540974
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_ProjectOnToNormal, "Vector_ProjectOnToNormal" }, // 508658769
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Reciprocal, "Vector_Reciprocal" }, // 3100456177
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Right, "Vector_Right" }, // 2011540445
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Set, "Vector_Set" }, // 3958252038
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpNormals, "Vector_SlerpNormals" }, // 2128670320
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_SlerpVectorToDirection, "Vector_SlerpVectorToDirection" }, // 3456658195
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_SnappedToGrid, "Vector_SnappedToGrid" }, // 1727452464
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_ToDegrees, "Vector_ToDegrees" }, // 2709801148
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_ToRadians, "Vector_ToRadians" }, // 2788943788
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_UnitCartesianToSpherical, "Vector_UnitCartesianToSpherical" }, // 1713120156
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_UnwindEuler, "Vector_UnwindEuler" }, // 2974050090
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Up, "Vector_Up" }, // 781472421
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Vector_Zero, "Vector_Zero" }, // 4078896447
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VectorSpringInterp, "VectorSpringInterp" }, // 1224523482
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VInterpTo, "VInterpTo" }, // 678007696
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VInterpTo_Constant, "VInterpTo_Constant" }, // 3078494821
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VLerp, "VLerp" }, // 3584945988
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VSize, "VSize" }, // 3581078027
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VSize2D, "VSize2D" }, // 3285716288
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VSize2DSquared, "VSize2DSquared" }, // 2266947149
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VSizeSquared, "VSizeSquared" }, // 1992187820
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VSizeXY, "VSizeXY" }, // 3533484877
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_VSizeXYSquared, "VSizeXYSquared" }, // 2876664959
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_Float, "WeightedMovingAverage_Float" }, // 3758383794
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FRotator, "WeightedMovingAverage_FRotator" }, // 535200648
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_WeightedMovingAverage_FVector, "WeightedMovingAverage_FVector" }, // 135545570
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Wrap, "Wrap" }, // 3937117589
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Xor_Int64Int64, "Xor_Int64Int64" }, // 3424372135
|
|
{ &Z_Construct_UFunction_UKismetMathLibrary_Xor_IntInt, "Xor_IntInt" }, // 917725037
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UKismetMathLibrary>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UKismetMathLibrary_Statics
|
|
UObject* (*const Z_Construct_UClass_UKismetMathLibrary_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UKismetMathLibrary_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UKismetMathLibrary_Statics::ClassParams = {
|
|
&UKismetMathLibrary::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_UKismetMathLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UKismetMathLibrary_Statics::Class_MetaDataParams)
|
|
};
|
|
void UKismetMathLibrary::StaticRegisterNativesUKismetMathLibrary()
|
|
{
|
|
UClass* Class = UKismetMathLibrary::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UKismetMathLibrary_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UKismetMathLibrary()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UKismetMathLibrary.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UKismetMathLibrary.OuterSingleton, Z_Construct_UClass_UKismetMathLibrary_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UKismetMathLibrary.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UKismetMathLibrary);
|
|
UKismetMathLibrary::~UKismetMathLibrary() {}
|
|
// ********** End Class UKismetMathLibrary *********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetMathLibrary_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EEasingFunc_StaticEnum, TEXT("EEasingFunc"), &Z_Registration_Info_UEnum_EEasingFunc, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3747893997U) },
|
|
{ ELerpInterpolationMode_StaticEnum, TEXT("ELerpInterpolationMode"), &Z_Registration_Info_UEnum_ELerpInterpolationMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2108367776U) },
|
|
{ EMatrixColumns_StaticEnum, TEXT("EMatrixColumns"), &Z_Registration_Info_UEnum_EMatrixColumns, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1166243294U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FFloatSpringState::StaticStruct, Z_Construct_UScriptStruct_FFloatSpringState_Statics::NewStructOps, TEXT("FloatSpringState"),&Z_Registration_Info_UScriptStruct_FFloatSpringState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFloatSpringState), 816490568U) },
|
|
{ FVectorSpringState::StaticStruct, Z_Construct_UScriptStruct_FVectorSpringState_Statics::NewStructOps, TEXT("VectorSpringState"),&Z_Registration_Info_UScriptStruct_FVectorSpringState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FVectorSpringState), 2879153549U) },
|
|
{ FQuaternionSpringState::StaticStruct, Z_Construct_UScriptStruct_FQuaternionSpringState_Statics::NewStructOps, TEXT("QuaternionSpringState"),&Z_Registration_Info_UScriptStruct_FQuaternionSpringState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FQuaternionSpringState), 3883454469U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UKismetMathLibrary, UKismetMathLibrary::StaticClass, TEXT("UKismetMathLibrary"), &Z_Registration_Info_UClass_UKismetMathLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UKismetMathLibrary), 1221507295U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetMathLibrary_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetMathLibrary_h__Script_Engine_705379946{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetMathLibrary_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetMathLibrary_h__Script_Engine_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetMathLibrary_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetMathLibrary_h__Script_Engine_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetMathLibrary_h__Script_Engine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Kismet_KismetMathLibrary_h__Script_Engine_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|