FInstallBundleCache::HintRequested

Hint to the cache that this bundle is requested, and we should prefer to evict non-requested bundles if possible.

Windows
MacOS
Linux

References

Module

InstallBundleManager

Header

/Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleCache.h

Include

#include "InstallBundleCache.h"

Source

/Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleCache.cpp

Syntax

void HintRequested
(
    FName BundleName,
    bool bRequested
)

Remarks

Hint to the cache that this bundle is requested, and we should prefer to evict non-requested bundles if possible.

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