Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/TBoundMapCollectionIterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates an empty iterator. | UAF/ValueRuntime/BoundMapCollection.h | ||
TBoundMapCollectionIterator
(
ContainerType& Collection |
Creates an iterator over the map entries within the specified collection. | UAF/ValueRuntime/BoundMapCollection.h |
TBoundMapCollectionIterator()
Description
Creates an empty iterator.
| Name | TBoundMapCollectionIterator |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/BoundMapCollection.h" |
TBoundMapCollectionIterator()
TBoundMapCollectionIterator(ContainerType &)
Description
Creates an iterator over the map entries within the specified collection.
| Name | TBoundMapCollectionIterator |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/BoundMapCollection.h |
| Include Path | #include "UAF/ValueRuntime/BoundMapCollection.h" |
TBoundMapCollectionIterator
(
ContainerType & Collection
)