Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMMathLibrary.h |
| Include | #include "RigVMFunctions/Math/RigVMMathLibrary.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRigVMMirrorSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< EAxis::Type > | AxisToFlip | The axis to flip for rotations | |
| TEnumAsByte< EAxis::Type > | MirrorAxis | The axis to mirror against | |
| FString | ReplaceString | The string to replace the search occurrences with | |
| FString | SearchString | The string to search for |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTransform | MirrorTransform
(
const FTransform& InTransform |
||
| FVector | MirrorVector
(
const FVector& InVector |