IAssetRegistry::SetTemporaryCachingMode

Enables or disable temporary search caching, when this is enabled scanning/searching is faster because we assume no objects are loaded between scans.

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/IAssetRegistry.h

Include

#include "IAssetRegistry.h"

Syntax

void SetTemporaryCachingMode
(
    bool bEnable
)

Remarks

Enables or disable temporary search caching, when this is enabled scanning/searching is faster because we assume no objects are loaded between scans. Disabling frees any caches created

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