Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathBoxBase
- FRigVMFunction_MathBoxGetSize
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="Get Box Size", TemplateName="Middle,Origin,Bounds,BoundingBox,Bbox"))
struct FRigVMFunction_MathBoxGetSize : public FRigVMFunction_MathBoxBase
Remarks
Returns the size of a bounding box
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Box | ||
| FVector | Extent | The half size of the box | |
| FVector | Size | The overall size of the box |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |
Execute logic for this rig unit |