Navigation
API > API/Plugins > API/Plugins/RigVM
Returns bounding box of the given array of positions
| Name | FRigVMFunction_MathBoxFromArray |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathBox.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathBox.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Box from Array", TemplateName="ArrayBounds,CreateBox,CreateBoundingBox,NewBox,NewBoundingBoxMakeBox,MakeBoundingBox,BoundingBox,Bbox,Bounds"))
struct FRigVMFunction_MathBoxFromArray : public FRigVMFunction_MathBoxBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathBoxBase → FRigVMFunction_MathBoxFromArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathBoxFromArray() |
RigVMFunctions/Math/RigVMFunction_MathBox.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Array | TArray< FVector > | RigVMFunctions/Math/RigVMFunction_MathBox.h |
|
|
| Box | FBox | RigVMFunctions/Math/RigVMFunction_MathBox.h |
|
|
| Center | FVector | RigVMFunctions/Math/RigVMFunction_MathBox.h |
|
|
| Maximum | FVector | RigVMFunctions/Math/RigVMFunction_MathBox.h |
|
|
| Minimum | FVector | RigVMFunctions/Math/RigVMFunction_MathBox.h |
|
|
| Size | FVector | RigVMFunctions/Math/RigVMFunction_MathBox.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this rig unit | RigVMFunctions/Math/RigVMFunction_MathBox.h |