Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMFunction_MathRBFInterpolateQuatQuat |
| 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 Quaternion to Quaternion"))
struct FRigVMFunction_MathRBFInterpolateQuatQuat : public FRigVMFunction_MathRBFInterpolateQuatBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathRBFInterpolateBase → FRigVMFunction_MathRBFInterpolateQuatBase → FRigVMFunction_MathRBFInterpolateQuatQuat
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Output | FQuat | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
|
| Targets | TArray< FMathRBFInterpolateQuatQuat_Target > | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathRBFInterpolate.h |