Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathTransformBase
- FRigVMFunction_MathTransformFromSRT
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathTransform.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathTransform.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Transform from SRT", Keywords="EulerTransform,Scale,Rotation,Orientation,Translation,Location"))
struct FRigVMFunction_MathTransformFromSRT : public FRigVMFunction_MathTransformBase
Remarks
Composes a Transform (and Euler Transform) from its components.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FEulerTransform | EulerTransform | ||
| FVector | Location | ||
| FVector | Rotation | ||
| EEulerRotationOrder | RotationOrder | ||
| FVector | Scale | ||
| FTransform | Transform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |