Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the product of the vector and the float value
| Name | FRigVMFunction_MathVectorScale |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathVector.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathVector.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Scale", TemplateName="Scale", Keywords="Multiply,Product,*,ByScalar,ByFloat"))
struct FRigVMFunction_MathVectorScale : public FRigVMFunction_MathVectorBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathVectorBase → FRigVMFunction_MathVectorScale
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathVectorScale() |
RigVMFunctions/Math/RigVMFunction_MathVector.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Factor | float | The factor to scale the input vector by. | RigVMFunctions/Math/RigVMFunction_MathVector.h |
|
| Result | FVector | The resulting scaled vector. | RigVMFunctions/Math/RigVMFunction_MathVector.h |
|
| Value | FVector | The input vector to scale. | RigVMFunctions/Math/RigVMFunction_MathVector.h |
|
Functions
Public
Public Virtual
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathVector.h |