FMapHandle

Handle to a tag map owned by a managed [FStore](API\Runtime\CoreUObject\AssetRegistry\FStore).

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMap.h

Include

#include "AssetRegistry/AssetDataTagMap.h"

Syntax

struct FMapHandle

Remarks

Handle to a tag map owned by a managed FStore.

Variables

Name Description

Public variable

uint16: 1

 

HasNumberlessKeys

Public variable

uint16: 1

 

IsValid

Public variable

uint16

 

Num

Public variable

uint32

 

PairBegin

Public variable

uint16: StoreI...

 

StoreIndex

Functions

Name Description

Public function Const

FNumberedPai...

 

At

(
    uint32 Index
)

Get numbered pair at an index regardless if numberless keys are used.

Public function Const

const FValue...

 

FindValue

(
    FName Key
)

Public function Const

void

 

ForEachPair

(
    Func Fn
)

Public function Const

TArrayView< ...

 

GetNumberedView()

Public function Const

TArrayView< ...

 

GetNumberlessView()

Constants

Name

Description

StoreIndexBits

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss