GetPointDataFromList¶
Returns Position, Rotation and W from a point. This can be useful if combined with [PointsToCPU].
Input Parameters¶
| Name (Relevancy & Type) | Description |
|---|---|
| ItemIndex (Int32) | — |
| DataList (StructuredList Required) | — |
Outputs¶
| Name | Type |
|---|---|
| Position | System.Numerics.Vector3 |
| W | System.Single |
| Orientation | System.Numerics.Vector4 |