Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/AssetRegistry
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMapSerializationDetails.h |
Include | #include "AssetRegistry/AssetDataTagMapSerializationDetails.h" |
Syntax
struct FPartialMapHandle
Remarks
Incomplete handle to a map in an unspecified FStore. Used for serialization where the store index is implicit.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bHasNumberlessKeys | |
![]() |
uint16 | Num | |
![]() |
uint32 | PairBegin |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FPartialMapHandle | FromInt
(
uint64 Int |
|
![]() ![]() |
FMapHandle | MakeFullHandle
(
uint32 StoreIndex |
|
![]() ![]() |
uint64 | ToInt () |