Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathVectorBase
- FRigVMFunction_MathIntersectPlane
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Math/RigVMFunction_MathVector.h |
| Include | #include "RigVMFunctions/Math/RigVMFunction_MathVector.h" |
Syntax
USTRUCT&40;Meta&61;&40;DisplayName&61;"Intersect Plane", Keywords&61;"Collide,Intersect,Raycast"&41;&41;
struct FRigVMFunction_MathIntersectPlane : public FRigVMFunction_MathVectorBase
Remarks
Intersects a plane with a vector given a start and direction
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Direction | ||
| float | Distance | ||
| FVector | PlaneNormal | ||
| FVector | PlanePoint | ||
| FVector | Result | ||
| FVector | Start |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |