Navigation
API > API/Plugins > API/Plugins/RigVM
Composes a Transform (and Euler Transform) from its components.
| Name | FRigVMFunction_MathTransformFromSRT |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathTransform.h |
| Include Path | #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
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathTransformBase → FRigVMFunction_MathTransformFromSRT
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathTransformFromSRT() |
RigVMFunctions/Math/RigVMFunction_MathTransform.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EulerTransform | FEulerTransform | The result as a euler transform. | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
| Location | FVector | The location for the desired transform. | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
| Rotation | FVector | The euler angles in degrees for the desired transform. | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
| RotationOrder | EEulerRotationOrder | The rotation order to interpret the euler angles by. | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
| Scale | FVector | The scale for the desired transform. | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
| Transform | FTransform | The result as a transform. | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
Functions
Public
Public Virtual
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathTransform.h |