Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathRayBase
- FRigVMFunction_MathRayIntersectRay
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathRay.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathRay.h" |
Syntax
USTRUCT (Meta=(DisplayName="Intersect Ray", Keywords="Closest,Ray,Cross"))
struct FRigVMFunction_MathRayIntersectRay : public FRigVMFunction_MathRayBase
Remarks
Returns the closest point intersection of a ray with another ray
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRay | A | ||
| FRay | B | ||
| float | Distance | ||
| float | RatioA | ||
| float | RatioB | ||
| FVector | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |