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 (Meta=(DisplayName="To Vectors", Keywords="Make,Construct"))
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 | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |