Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathMatrixBase
- FRigVMFunction_MathMatrixToVectors
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathMatrix.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathMatrix.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"To Vectors", Keywords&61;"Make,Construct"&41;&41;
struct FRigVMFunction_MathMatrixToVectors : public FRigVMFunction_MathMatrixBase
Remarks
Converts the matrix to its vectors
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Origin | ||
| FMatrix | Value | ||
| FVector | X | ||
| FVector | Y | ||
| FVector | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |