Navigation
API > API/Plugins > API/Plugins/DataflowNodes
Stores the result of a closest-point query on a mesh surface. Used internally by FTransferAttributes to record which triangle a projected point landed on and its position within that triangle.
| Name | FClosestSample |
| Type | struct |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/Transfer/TransferAttributes.h |
| Include Path | #include "Dataflow/Transfer/TransferAttributes.h" |
Syntax
struct FClosestSample
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bary | FVector3d | Barycentric coordinates of the closest point relative to the vertices of TriID. | Dataflow/Transfer/TransferAttributes.h | |
| TriID | int32 | Index of the triangle that contains the closest point. | Dataflow/Transfer/TransferAttributes.h |