UDataRegistry::GetAllCachedItems

Fills in a map with all cached (and precached) ids and items for fast iteration.

Windows
MacOS
Linux

References

Module

DataRegistry

Header

/Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistry.h

Include

#include "DataRegistry.h"

Source

/Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Private/DataRegistry.cpp

Syntax

virtual FDataRegistryCacheGetResult GetAllCachedItems
(
    TMap< FDataRegistryId, const uint8 * > & OutItemMap,
    const UScriptStruct *& OutItemStruct
) const

Remarks

Fills in a map with all cached (and precached) ids and items for fast iteration. This will use the current resolve context so may not always be valid, and multiple ids can map to the same raw pointer

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