Navigation
API > API/Plugins > API/Plugins/RigVM
Moves the center of the box to a new location
| Name | FRigVMFunction_MathBoxMoveTo |
| 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="Move Box To", TemplateName="Bbox,Translate,Move,BoundingBox"))
struct FRigVMFunction_MathBoxMoveTo : public FRigVMFunction_MathBoxBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathBoxBase → FRigVMFunction_MathBoxMoveTo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathBoxMoveTo() |
RigVMFunctions/Math/RigVMFunction_MathBox.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Box | FBox | RigVMFunctions/Math/RigVMFunction_MathBox.h |
|
|
| Center | FVector | The new center for the box | RigVMFunctions/Math/RigVMFunction_MathBox.h |
|
| Result | FBox | 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 |