Navigation
API > API/Plugins > API/Plugins/RigVM
Mirror a transform about a central transform.
| Name | FRigVMFunction_MathTransformMirrorTransform |
| 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="Mirror", TemplateName="Mirror"))
struct FRigVMFunction_MathTransformMirrorTransform : public FRigVMFunction_MathTransformBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathTransformBase → FRigVMFunction_MathTransformMirrorTransform
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathTransformMirrorTransform() |
RigVMFunctions/Math/RigVMFunction_MathTransform.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AxisToFlip | TEnumAsByte< EAxis::Type > | The axis to flip for rotations | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
| CentralTransform | FTransform | The transform about which to mirror. | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
| MirrorAxis | TEnumAsByte< EAxis::Type > | The axis to mirror against | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
| Result | FTransform | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
|
| Value | 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 |