237 lines
19 KiB
C++
237 lines
19 KiB
C++
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
/*===========================================================================
|
||
|
|
Generated code exported from UnrealHeaderTool.
|
||
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
#include "UObject/GeneratedCppIncludes.h"
|
||
|
|
#include "RigVMFunctions/Simulation/RigVMFunction_Verlet.h"
|
||
|
|
#include "RigVMCore/RigVMFunction.h"
|
||
|
|
#include "RigVMCore/RigVMRegistry.h"
|
||
|
|
#include "RigVMFunctions/Math/RigVMMathLibrary.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeRigVMFunction_Verlet() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
||
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_SimBase();
|
||
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector();
|
||
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMSimPoint();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_RigVM();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigVMFunction_VerletIntegrateVector ******************************
|
||
|
|
struct Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMFunction_VerletIntegrateVector); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMFunction_VerletIntegrateVector); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Category", "Simulation|Springs" },
|
||
|
|
{ "Comment", "/**\n * Simulates a single position over time using Verlet integration. It is recommended to use SpringInterp instead as it\n * is more accurate and stable, and has more meaningful parameters.\n */" },
|
||
|
|
{ "DisplayName", "Verlet (Vector)" },
|
||
|
|
{ "Keywords", "Simulate,Integrate" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
{ "TemplateName", "Verlet" },
|
||
|
|
{ "ToolTip", "Simulates a single position over time using Verlet integration. It is recommended to use SpringInterp instead as it\nis more accurate and stable, and has more meaningful parameters." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Target_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Strength_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Comment", "/** The strength of the verlet spring */" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
{ "ToolTip", "The strength of the verlet spring" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Damp_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Comment", "/** The amount of damping to apply ( 0.0 to 1.0, but usually really low like 0.005 )*/" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
{ "ToolTip", "The amount of damping to apply ( 0.0 to 1.0, but usually really low like 0.005 )" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Blend_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Comment", "/** The amount of blending to apply per second */" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
{ "ToolTip", "The amount of blending to apply per second" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Force_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "Comment", "/** The force feeding into the solver. Can be used for gravity. */" },
|
||
|
|
{ "Input", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
{ "ToolTip", "The force feeding into the solver. Can be used for gravity." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Position_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
{ "Output", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Velocity_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
{ "Output", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Acceleration_MetaData[] = {
|
||
|
|
{ "Category", "Pins" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
{ "Output", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Point_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bInitialized_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMFunctions/Simulation/RigVMFunction_Verlet.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigVMFunction_VerletIntegrateVector constinit property declarations
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Target;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Strength;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Damp;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Blend;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Force;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Position;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Velocity;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Acceleration;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Point;
|
||
|
|
static void NewProp_bInitialized_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInitialized;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FRigVMFunction_VerletIntegrateVector constinit property declarations
|
||
|
|
static inline constexpr FRigVMCompiledInFunctionArgument RigVMFunctionParameters_Execute[] = {
|
||
|
|
{ .Name = TEXT("Target"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Strength"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Damp"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Blend"), .Type = TEXT("float"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Force"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Position"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Velocity"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Acceleration"), .Type = TEXT("FVector"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("Point"), .Type = TEXT("FRigVMSimPoint"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
{ .Name = TEXT("bInitialized"), .Type = TEXT("bool"), .Direction = ERigVMFunctionArgumentDirection::Input },
|
||
|
|
};
|
||
|
|
static inline constexpr FRigVMCompiledInFunction RigVMFunctions[] = {
|
||
|
|
{ .MethodName = TEXT("FRigVMFunction_VerletIntegrateVector::Execute"),
|
||
|
|
.Function = &FRigVMFunction_VerletIntegrateVector::RigVMExecute,
|
||
|
|
.Parameters = MakeArrayView(RigVMFunctionParameters_Execute),
|
||
|
|
},
|
||
|
|
};
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMFunction_VerletIntegrateVector>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics
|
||
|
|
static_assert(std::is_polymorphic<FRigVMFunction_VerletIntegrateVector>() == std::is_polymorphic<FRigVMFunction_SimBase>(), "USTRUCT FRigVMFunction_VerletIntegrateVector cannot be polymorphic unless super FRigVMFunction_SimBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMFunction_VerletIntegrateVector;
|
||
|
|
class UScriptStruct* FRigVMFunction_VerletIntegrateVector::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VerletIntegrateVector.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FRigVMFunction_VerletIntegrateVector.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector, (UObject*)Z_Construct_UPackage__Script_RigVM(), TEXT("RigVMFunction_VerletIntegrateVector"));
|
||
|
|
FRigVMRegistry::Get().RegisterCompiledInStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VerletIntegrateVector.OuterSingleton, MakeArrayView(Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::RigVMFunctions));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FRigVMFunction_VerletIntegrateVector.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FRigVMFunction_VerletIntegrateVector Property Definitions *********
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VerletIntegrateVector, Target), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Target_MetaData), NewProp_Target_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Strength = { "Strength", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VerletIntegrateVector, Strength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Strength_MetaData), NewProp_Strength_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Damp = { "Damp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VerletIntegrateVector, Damp), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Damp_MetaData), NewProp_Damp_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Blend = { "Blend", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VerletIntegrateVector, Blend), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Blend_MetaData), NewProp_Blend_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Force = { "Force", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VerletIntegrateVector, Force), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Force_MetaData), NewProp_Force_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Position = { "Position", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VerletIntegrateVector, Position), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Position_MetaData), NewProp_Position_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Velocity = { "Velocity", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VerletIntegrateVector, Velocity), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Velocity_MetaData), NewProp_Velocity_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Acceleration = { "Acceleration", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VerletIntegrateVector, Acceleration), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Acceleration_MetaData), NewProp_Acceleration_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Point = { "Point", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMFunction_VerletIntegrateVector, Point), Z_Construct_UScriptStruct_FRigVMSimPoint, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Point_MetaData), NewProp_Point_MetaData) }; // 362590693
|
||
|
|
void Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_bInitialized_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FRigVMFunction_VerletIntegrateVector*)Obj)->bInitialized = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_bInitialized = { "bInitialized", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMFunction_VerletIntegrateVector), &Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_bInitialized_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bInitialized_MetaData), NewProp_bInitialized_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Target,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Strength,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Damp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Blend,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Force,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Position,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Velocity,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Acceleration,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_Point,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewProp_bInitialized,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FRigVMFunction_VerletIntegrateVector Property Definitions ***********
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVM,
|
||
|
|
Z_Construct_UScriptStruct_FRigVMFunction_SimBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"RigVMFunction_VerletIntegrateVector",
|
||
|
|
Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::PropPointers),
|
||
|
|
sizeof(FRigVMFunction_VerletIntegrateVector),
|
||
|
|
alignof(FRigVMFunction_VerletIntegrateVector),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMFunction_VerletIntegrateVector.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMFunction_VerletIntegrateVector.InnerSingleton, Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMFunction_VerletIntegrateVector.InnerSingleton);
|
||
|
|
}
|
||
|
|
void FRigVMFunction_VerletIntegrateVector::Execute()
|
||
|
|
{
|
||
|
|
FRigVMExecuteContext TemporaryExecuteContext;
|
||
|
|
TemporaryExecuteContext.Initialize();
|
||
|
|
Execute(TemporaryExecuteContext);
|
||
|
|
}
|
||
|
|
void FRigVMFunction_VerletIntegrateVector::Execute(const FRigVMExecuteContext& InExecuteContext)
|
||
|
|
{
|
||
|
|
StaticExecute(
|
||
|
|
InExecuteContext,
|
||
|
|
Target,
|
||
|
|
Strength,
|
||
|
|
Damp,
|
||
|
|
Blend,
|
||
|
|
Force,
|
||
|
|
Position,
|
||
|
|
Velocity,
|
||
|
|
Acceleration,
|
||
|
|
Point,
|
||
|
|
bInitialized
|
||
|
|
);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FRigVMFunction_VerletIntegrateVector ********************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Simulation_RigVMFunction_Verlet_h__Script_RigVM_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FRigVMFunction_VerletIntegrateVector::StaticStruct, Z_Construct_UScriptStruct_FRigVMFunction_VerletIntegrateVector_Statics::NewStructOps, TEXT("RigVMFunction_VerletIntegrateVector"),&Z_Registration_Info_UScriptStruct_FRigVMFunction_VerletIntegrateVector, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMFunction_VerletIntegrateVector), 1431937916U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Simulation_RigVMFunction_Verlet_h__Script_RigVM_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Simulation_RigVMFunction_Verlet_h__Script_RigVM_3083181756{
|
||
|
|
TEXT("/Script/RigVM"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Simulation_RigVMFunction_Verlet_h__Script_RigVM_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVM_Public_RigVMFunctions_Simulation_RigVMFunction_Verlet_h__Script_RigVM_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|