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&40;
Meta&61;&40;DisplayName&61;"Transform from SRT", Keywords&61;"EulerTransform,Scale,Rotation,Orientation,Translation,Location"&41;&41;
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 | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |