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