Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathBoxBase
- FRigVMFunction_MathBoxMoveTo
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="Move Box To", TemplateName="Bbox,Translate,Move,BoundingBox"))
struct FRigVMFunction_MathBoxMoveTo : public FRigVMFunction_MathBoxBase
Remarks
Moves the center of the box to a new location
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Box | ||
| FVector | Center | The new center for the box | |
| FBox | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Execute logic for this rig unit |