Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Simulation
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_SimBase
- FRigVMFunction_AccumulateBase
- FRigVMFunction_AccumulateVectorRange
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 Range (Vector)", TemplateName="AccumulateRange", Keywords="Range"))
struct FRigVMFunction_AccumulateVectorRange : public FRigVMFunction_AccumulateBase
Remarks
Accumulates the min and max values over time
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | AccumulatedMaximum | ||
| FVector | AccumulatedMinimum | ||
| bool | bIsInitialized | ||
| FVector | Maximum | ||
| FVector | Minimum | ||
| 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 |