Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRigVMFunction_AnimBase | |||
| FRigVMFunction_AnimEasing | Returns the eased version of the input value | ||
| FRigVMFunction_AnimEasingType | A constant value of an easing type | ||
| FRigVMFunction_AnimEvalRichCurve | Evaluates the provided curve. Values are normalized between 0 and 1 | ||
| FRigVMFunction_AnimRichCurve | Provides a constant curve to be used for multiple curve evaluations | ||
| FRigVMFunction_FramesToSeconds | Converts frames to seconds based on the current frame rate | ||
| FRigVMFunction_GetDeltaTime | Returns the time gone by from the previous evaluation | ||
| FRigVMFunction_GetWorldTime | Returns the current time (year, month, day, hour, minute) | ||
| FRigVMFunction_SecondsToFrames | Converts seconds to frames based on the current frame rate |