Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Simulation
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_SimBase
- FRigVMFunction_KalmanVector
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Simulation/RigVMFunction_Kalman.h |
| Include | #include "RigVMFunctions/Simulation/RigVMFunction_Kalman.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Average Over Time (Vector)", Category="Simulation|Time", TemplateName="KalmanFilter", Keywords="Average,Smooth,KalmanFilter"))
struct FRigVMFunction_KalmanVector : public FRigVMFunction_SimBase
Remarks
Averages a value over time. This uses a Kalman Filter internally.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVector > | Buffer | ||
| int32 | BufferSize | ||
| int32 | LastInsertIndex | ||
| FVector | Result | ||
| FVector | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Initialize logic for this struct |