Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Simulation
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_SimBase
- FRigVMFunction_AccumulateBase
- FRigVMFunction_AccumulateVectorLerp
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Simulation/RigVMFunction_Accumulate.h |
| Include | #include "RigVMFunctions/Simulation/RigVMFunction_Accumulate.h" |
Syntax
USTRUCT&40;
Meta&61;&40;DisplayName&61;"Accumulate Lerp &40;Vector&41;", TemplateName&61;"AccumulateLerp", Keywords&61;"Simulate,Ramp"&41;&41;
struct FRigVMFunction_AccumulateVectorLerp : public FRigVMFunction_AccumulateBase
Remarks
Interpolates two vectors over time over and over again
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | AccumulatedValue | ||
| bool | bIntegrateDeltaTime | ||
| bool | bIsInitialized | ||
| float | Blend | ||
| FVector | InitialValue | ||
| FVector | Result | ||
| FVector | TargetValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| void | Initialize () |
Initialize logic for this struct |