Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Simulation
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_SimBase
- FRigVMFunction_AlphaInterpVector
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Simulation/RigVMFunction_AlphaInterp.h |
| Include | #include "RigVMFunctions/Simulation/RigVMFunction_AlphaInterp.h" |
Syntax
USTRUCT&40;
Meta&61;&40;DisplayName&61;"Alpha Interpolate", Keywords&61;"Alpha,Lerp,LinearInterpolate", Category&61;"Simulation&124;Time", TemplateName&61;"AlphaInterp", MenuDescSuffix&61;"&40;Vector&41;"&41;&41;
struct FRigVMFunction_AlphaInterpVector : public FRigVMFunction_SimBase
Remarks
Takes in a vector value and outputs an accumulated value with a customized scale and clamp
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bClampResult | ||
| float | Bias | ||
| bool | bInterpResult | ||
| bool | bMapRange | ||
| float | ClampMax | ||
| float | ClampMin | ||
| FInputRange | InRange | ||
| float | InterpSpeedDecreasing | ||
| float | InterpSpeedIncreasing | ||
| FInputRange | OutRange | ||
| FVector | Result | ||
| float | Scale | ||
| FInputScaleBiasClamp | ScaleBiasClamp | ||
| FVector | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FString | ProcessPinLabelForInjection
(
const FString& InLabel |