Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathVectorBase
- FRigVMFunction_MathVectorMirrorTransform
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathVector.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathVector.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"Mirror", TemplateName&61;"Mirror"&41;&41;
struct FRigVMFunction_MathVectorMirrorTransform : public FRigVMFunction_MathVectorBase
Remarks
Mirror a vector about a central transform.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EAxis::Type > | AxisToFlip | The axis to flip for rotations | |
| FTransform | CentralTransform | The transform about which to mirror. | |
| TEnumAsByte< EAxis::Type > | MirrorAxis | The axis to mirror against | |
| FVector | Result | ||
| FVector | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |