Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the product of the 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 | RigVMFunctions/Math/RigVMFunction_MathVector.h |
|
|
| Result | FVector | RigVMFunctions/Math/RigVMFunction_MathVector.h |
|
|
| Value | FVector | RigVMFunctions/Math/RigVMFunction_MathVector.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathVector.h |