![]() |
Cesium for Unreal 2.18.0
|
#include <CesiumGeoJsonObjectIterator.h>
Static Public Member Functions | |
static FCesiumGeoJsonPointIterator | Iterate (const FCesiumGeoJsonObject &Object) |
Creates an iterator over the GeoJSON object that will return any point values in the object and any of its children. | |
static FVector | Next (UPARAM(Ref) FCesiumGeoJsonPointIterator &Iterator) |
Moves the iterator to the next available point value and returns that point. | |
static bool | IsEnded (const FCesiumGeoJsonPointIterator &Iterator) |
Checks if this iterator has ended (no further points available). | |
Definition at line 106 of file CesiumGeoJsonObjectIterator.h.
|
static |
Checks if this iterator has ended (no further points available).
|
static |
Creates an iterator over the GeoJSON object that will return any point values in the object and any of its children.
|
static |
Moves the iterator to the next available point value and returns that point.
If no more points are available, a zero vector is returned.