Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMExecuteContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform ToVMSpace
(
const FTransform& InTransform |
Converts a transform from world space to VM (global) space | RigVMCore/RigVMExecuteContext.h | |
FVector ToVMSpace
(
const FVector& InLocation |
Converts a location from world space to VM (global) space | RigVMCore/RigVMExecuteContext.h | |
FQuat ToVMSpace
(
const FQuat& InRotation |
Converts a rotation from world space to VM (global) space | RigVMCore/RigVMExecuteContext.h |
ToVMSpace(const FTransform &)
Description
Converts a transform from world space to VM (global) space
| Name | ToVMSpace |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMExecuteContext.h |
| Include Path | #include "RigVMCore/RigVMExecuteContext.h" |
FTransform ToVMSpace
(
const FTransform & InTransform
) const
ToVMSpace(const FVector &)
Description
Converts a location from world space to VM (global) space
| Name | ToVMSpace |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMExecuteContext.h |
| Include Path | #include "RigVMCore/RigVMExecuteContext.h" |
FVector ToVMSpace
(
const FVector & InLocation
) const
ToVMSpace(const FQuat &)
Description
Converts a rotation from world space to VM (global) space
| Name | ToVMSpace |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMExecuteContext.h |
| Include Path | #include "RigVMCore/RigVMExecuteContext.h" |
FQuat ToVMSpace
(
const FQuat & InRotation
) const