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