Navigation
API > API/Plugins > API/Plugins/RigVM
Multiplies a given vector (location) by the transform
| Name | FRigVMFunction_MathTransformTransformVector |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathTransform.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathTransform.h" |
Syntax
USTRUCT (Meta=(DisplayName="Transform Location", Keywords="Multiply"))
struct FRigVMFunction_MathTransformTransformVector : public FRigVMFunction_MathTransformBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathTransformBase → FRigVMFunction_MathTransformTransformVector
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathTransformTransformVector() |
RigVMFunctions/Math/RigVMFunction_MathTransform.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Location | FVector | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
|
| Result | FVector | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
|
| Transform | FTransform | RigVMFunctions/Math/RigVMFunction_MathTransform.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathTransform.h |