Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathBoxBase
- FRigVMFunction_MathBoxShift
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathBox.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathBox.h" |
Syntax
USTRUCT (Meta=(DisplayName="Shift Box", TemplateName="Bbox,Translate,Move,BoundingBox"))
struct FRigVMFunction_MathBoxShift : public FRigVMFunction_MathBoxBase
Remarks
Move the box by a certain amount
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Amount | The amount / vector to shift the box by | |
| FBox | Box | ||
| FBox | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Execute logic for this rig unit |