Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathBoxBase
- FRigVMFunction_MathBoxExpand
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="Expand Box", TemplateName="Bbox,Scale,Grow,Shrink,BoundingBox"))
struct FRigVMFunction_MathBoxExpand : public FRigVMFunction_MathBoxBase
Remarks
Expands the size of the box by a given amount
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Amount | The amount to grow / shrink the box by | |
| FBox | Box | ||
| FBox | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Execute logic for this rig unit |