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 (Meta=(DisplayName="Intersect Plane", Keywords="Collide,Intersect,Raycast"))
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 | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |