Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGBlueprintPointProcessorSimpl-
Description
Multi-threaded loop that will iterate on all points. All points will be added in the same order than in input. Each call will work on a subset of the data (ranges).
| Name | RangePointLoopBody |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Blueprint/PCGBlueprintPointProcessorSimpleElement.h |
| Include Path | #include "Elements/Blueprint/PCGBlueprintPointProcessorSimpleElement.h" |
UFUNCTION (BlueprintImplementableEvent, Category="PCG|Flow Control")
int32 RangePointLoopBody
(
const FPCGPointInputRange & InputRange,
FPCGPointOutputRange & OutputRange
)
Number of points that were written.
Parameters
| Name | Remarks |
|---|---|
| InputRange | Input Range. Constant, must not be modified. Can be used to get property value ranges on the Input point data. |
| OutputRange | Output Range. Can be modified. Can be used to set property value ranges on the Output point data. |