![]() |
Cesium for Unreal 2.18.0
|
Iterates over a GeoJSON object, returning the object itself and all of its children (and their children, and so on). More...
#include <CesiumGeoJsonObjectIterator.h>
Public Member Functions | |
FCesiumGeoJsonObjectIterator () | |
Creates an iterator that will return no objects. | |
FCesiumGeoJsonObjectIterator (const FCesiumGeoJsonObject &object) | |
Creates a new iterator to iterate over the given object. | |
Friends | |
class | UCesiumGeoJsonObjectIteratorFunctionLibrary |
Iterates over a GeoJSON object, returning the object itself and all of its children (and their children, and so on).
Definition at line 12 of file CesiumGeoJsonObjectIterator.h.
FCesiumGeoJsonObjectIterator::FCesiumGeoJsonObjectIterator | ( | ) |
Creates an iterator that will return no objects.
FCesiumGeoJsonObjectIterator::FCesiumGeoJsonObjectIterator | ( | const FCesiumGeoJsonObject & | object | ) |
Creates a new iterator to iterate over the given object.
|
friend |
Definition at line 25 of file CesiumGeoJsonObjectIterator.h.