Navigation
API > API/Plugins > API/Plugins/RigVM
Returns the closest point intersection of a ray with a plane
| Name | FRigVMFunction_MathRayIntersectPlane |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathRay.h |
| Include Path | #include "RigVMFunctions/Math/RigVMFunction_MathRay.h" |
Syntax
USTRUCT (Meta=(DisplayName="Intersect Plane", Keywords="Closest,Ray,Cross"))
struct FRigVMFunction_MathRayIntersectPlane : public FRigVMFunction_MathRayBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_MathBase → FRigVMFunction_MathRayBase → FRigVMFunction_MathRayIntersectPlane
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_MathRayIntersectPlane() |
RigVMFunctions/Math/RigVMFunction_MathRay.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Distance | float | RigVMFunctions/Math/RigVMFunction_MathRay.h |
|
|
| PlaneNormal | FVector | RigVMFunctions/Math/RigVMFunction_MathRay.h |
|
|
| PlanePoint | FVector | RigVMFunctions/Math/RigVMFunction_MathRay.h |
|
|
| Ratio | float | RigVMFunctions/Math/RigVMFunction_MathRay.h |
|
|
| Ray | FRay | RigVMFunctions/Math/RigVMFunction_MathRay.h |
|
|
| Result | FVector | RigVMFunctions/Math/RigVMFunction_MathRay.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Math/RigVMFunction_MathRay.h |