Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Simulation
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_SimBase
- FRigVMFunction_DeltaFromPreviousQuat
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Simulation/RigVMFunction_DeltaFromPrevious.h |
| Include | #include "RigVMFunctions/Simulation/RigVMFunction_DeltaFromPrevious.h" |
Syntax
USTRUCT (
Meta=(DisplayName="DeltaFromPrevious (Quaternion)", Category="Simulation|Time", TemplateName="DeltaFromPrevious", Keywords="Difference,Velocity,Acceleration"))
struct FRigVMFunction_DeltaFromPreviousQuat : public FRigVMFunction_SimBase
Remarks
Computes the difference from the previous value going through the node
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsInitialized | ||
| FQuat | Cache | ||
| FQuat | Delta | ||
| FQuat | PreviousValue | ||
| FQuat | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |