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