Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > AssetRegistry > FAssetDataTagMapSharedView
Inheritance Hierarchy
- FAssetDataTagMapSharedView::TConstIterator
- FAssetDataTagMapSharedView::TConstIteratorWithEnd
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMap.h |
Include | #include "AssetRegistry/AssetDataTagMap.h" |
Syntax
class TConstIterator
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32 | Index | |
![]() |
const FAssetDataTagMapSharedView & | View |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TConstIterator
(
const FAssetDataTagMapSharedView& InView, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator!=
(
TConstIterator Rhs |
|
![]() ![]() |
TPair< FName, FAssetTagValueRef > | operator* () |
|
![]() |
TConstIterator & | operator++ () |