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 (
Meta=(DisplayName="Accumulate Lerp (Vector)", TemplateName="AccumulateLerp", Keywords="Simulate,Ramp"))
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 | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Initialize logic for this struct |