Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Math
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_MathBase
- FRigVMFunction_MathVectorBase
- FRigVMFunction_MathDistanceToPlane
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="Distance To Plane", Keywords="Distance,Plane,Closest,Project"))
struct FRigVMFunction_MathDistanceToPlane : public FRigVMFunction_MathVectorBase
Remarks
Find the point on the plane that is closest to the given point and the distance between them.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | ClosestPointOnPlane | ||
| FVector | PlaneNormal | ||
| FVector | PlanePoint | ||
| FVector | Point | ||
| float | SignedDistance |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |