Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Simulation
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_SimBase
- FRigVMFunction_AlphaInterpQuat
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 (
Meta=(DisplayName="Alpha Interpolate", Keywords="Alpha,Lerp,LinearInterpolate", Category="Simulation|Time", TemplateName="AlphaInterp", MenuDescSuffix="(Quat)"))
struct FRigVMFunction_AlphaInterpQuat : 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 | ||
| FQuat | Result | ||
| float | Scale | ||
| FInputScaleBiasClamp | ScaleBiasClamp | ||
| FQuat | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| FString | ProcessPinLabelForInjection
(
const FString& InLabel |