This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
FloatArrayToIntArray (v1)
Converts a Float array to Int array using the specified method.
Input(s) : FloatArray - Float array value to convert
Output(s): IntArray - Int array output
Information
| Module | GeometryCollectionNodes |
| Category | Math|Conversions |
| Type | FFloatArrayToIntArrayDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Function | Conversion method: Floor takes the floor of each input float value - 1.1 turns into 1. Ceil takes the ceil - 1.1 turns into 2. Round rounds to the nearest integer - 1.1 turns into 1. Tuncate trucates like a type cast - 1.1 turns into 1. Non-zero to Index appends the index of all non-zero values to the output array. Zero to Index appends the index of all zero values to the output array. | EFloatArrayToIntArrayFunctionEnum | Dataflow_FloatToInt_NonZeroToIndex |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| FloatArray | Float array value to convert | TArray<float> |