Navigation
API > API/Plugins > API/Plugins/RigVM
Makes a matrix from its vectors
| Name | FRigVMFunction_MathMatrixFromVectors |
| 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="From Vectors", Keywords="Make,Construct"))
struct FRigVMFunction_MathMatrixFromVectors : public FRigVMFunction_MathMatrixBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathMatrixBase → FRigVMFunction_MathMatrixFromVectors
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathMatrixFromVectors() |
RigVMFunctions/Math/RigVMFunction_MathMatrix.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Origin | FVector | RigVMFunctions/Math/RigVMFunction_MathMatrix.h |
|
|
| Result | 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 |