Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMSimPoint |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMMathLibrary.h |
| Include Path | #include "RigVMFunctions/Math/RigVMMathLibrary.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMSimPoint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMSimPoint() |
RigVMFunctions/Math/RigVMMathLibrary.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InheritMotion | float | Defines how much the point will inherit motion from its input. | RigVMFunctions/Math/RigVMMathLibrary.h |
|
| LinearDamping | float | The linear damping of the point | RigVMFunctions/Math/RigVMMathLibrary.h |
|
| LinearVelocity | FVector | The velocity of the point per second | RigVMFunctions/Math/RigVMMathLibrary.h |
|
| Mass | float | The mass of the point | RigVMFunctions/Math/RigVMMathLibrary.h |
|
| Position | FVector | The position of the point | RigVMFunctions/Math/RigVMMathLibrary.h |
|
| Size | float | Size of the point - only used for collision | RigVMFunctions/Math/RigVMMathLibrary.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMSimPoint IntegrateSemiExplicitEuler
(
const FVector& InForce, |
RigVMFunctions/Math/RigVMMathLibrary.h | ||
FRigVMSimPoint IntegrateVerlet
(
const FVector& InForce, |
RigVMFunctions/Math/RigVMMathLibrary.h |