Navigation
API > API/Runtime > API/Runtime/CoreUObject
Handle to a tag map owned by a managed FStore.
| Name | FMapHandle |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMap.h |
| Include Path | #include "AssetRegistry/AssetDataTagMap.h" |
Syntax
struct FMapHandle
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StoreIndexBits | uint32 | AssetRegistry/AssetDataTagMap.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HasNumberlessKeys | uint16 | AssetRegistry/AssetDataTagMap.h | ||
| IsValid | uint16 | AssetRegistry/AssetDataTagMap.h | ||
| Num | uint16 | AssetRegistry/AssetDataTagMap.h | ||
| PairBegin | uint32 | AssetRegistry/AssetDataTagMap.h | ||
| StoreIndex | uint16 | AssetRegistry/AssetDataTagMap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNumberedPair At
(
uint32 Index |
Get numbered pair at an index regardless if numberless keys are used. | AssetRegistry/AssetDataTagMap.h | |
| AssetRegistry/AssetDataTagMap.h | |||
void ForEachPair
(
Func Fn |
AssetRegistry/AssetDataTagMap.h | ||
TArrayView< const FNumberedPair > GetNumberedView() |
AssetRegistry/AssetDataTagMap.h | ||
TArrayView< const FNumberlessPair > GetNumberlessView() |
AssetRegistry/AssetDataTagMap.h |