Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathRayBase
- FRigVMFunction_MathRayIntersectPlane
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 Plane", Keywords="Closest,Ray,Cross"))
struct FRigVMFunction_MathRayIntersectPlane : public FRigVMFunction_MathRayBase
Remarks
Returns the closest point intersection of a ray with a plane
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Distance | ||
| FVector | PlaneNormal | ||
| FVector | PlanePoint | ||
| float | Ratio | ||
| FRay | Ray | ||
| FVector | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |