![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AssetDataTagMap.h>
Classes | |
| class | FMemoryCounter |
| class | TConstIterator |
| class | TConstIteratorWithEnd |
Public Types | |
| using | FFindTagResult = FAssetTagValueRef |
Friends | |
| COREUOBJECT_API friend bool | operator== (const FAssetDataTagMapSharedView &A, const FAssetDataTagMap &B) |
| COREUOBJECT_API friend bool | operator== (const FAssetDataTagMapSharedView &A, const FAssetDataTagMapSharedView &B) |
| bool | operator== (const FAssetDataTagMap &A, const FAssetDataTagMapSharedView &B) |
| bool | operator!= (const FAssetDataTagMap &A, const FAssetDataTagMapSharedView &B) |
| bool | operator!= (const FAssetDataTagMapSharedView &A, const FAssetDataTagMap &B) |
| bool | operator!= (const FAssetDataTagMapSharedView &A, const FAssetDataTagMapSharedView &B) |
Reference-counted handle to a loose FAssetDataTagMap or a fixed / immutable cooked tag map
|
default |
| FAssetDataTagMapSharedView::FAssetDataTagMapSharedView | ( | const FAssetDataTagMapSharedView & | O | ) |
| FAssetDataTagMapSharedView::FAssetDataTagMapSharedView | ( | FAssetDataTagMapSharedView && | O | ) |
|
explicit |
|
explicit |
| FAssetDataTagMapSharedView::~FAssetDataTagMapSharedView | ( | ) |
|
inline |
Range for iterator access - DO NOT USE DIRECTLY
Determine whether a key is present in the map
Return true if this map contains a specific key value pair. Value comparisons are NOT cases sensitive.
| FAssetDataTagMap FAssetDataTagMapSharedView::CopyMap | ( | ) | const |
Copy map contents to a loose FAssetDataTagMap
|
inline |
|
inline |
Range for iterator access - DO NOT USE DIRECTLY
|
inline |
Find a value by key and return an option indicating if it was found, and if so, what the value is.
|
inline |
Retrieve size of map
| FAssetDataTagMapSharedView & FAssetDataTagMapSharedView::operator= | ( | const FAssetDataTagMapSharedView & | O | ) |
| FAssetDataTagMapSharedView & FAssetDataTagMapSharedView::operator= | ( | FAssetDataTagMapSharedView && | O | ) |
| void FAssetDataTagMapSharedView::Shrink | ( | ) |
** Shrinks the contained map */
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
| uint64 FAssetDataTagMapSharedView::Bits = 0 |
| FixedTagPrivate::FMapHandle FAssetDataTagMapSharedView::Fixed |
| FAssetDataTagMap* FAssetDataTagMapSharedView::Loose |