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 | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
|
| Location | FVector | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
|
| Rotation | FVector | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
|
| RotationOrder | EEulerRotationOrder | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
|
| Scale | FVector | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
|
| Transform | FTransform | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathTransform.h |