Navigation
API > API/Plugins > API/Plugins/RigVM
A RBF interpolator from vector to quaternion.
| Name | FRigVMFunction_MathRBFInterpolateVectorQuat |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h" |
Syntax
USTRUCT (Meta=(Abstract, DisplayName="RBF Vector to Quat", Keywords="RBF,Interpolate,Vector"))
struct FRigVMFunction_MathRBFInterpolateVectorQuat : public FRigVMFunction_MathRBFInterpolateVectorBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathRBFInterpolateBase → FRigVMFunction_MathRBFInterpolateVectorBase → FRigVMFunction_MathRBFInterpolateVectorQuat
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Output | FQuat | The interpolated result. | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
| Targets | TArray< FMathRBFInterpolateVectorQuat_Target > | The array of targets to interpolate within. | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|