IAssetRegistry::RemovePath

Attempts to remove the specified path to the set of cached paths.

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

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

Include

#include "IAssetRegistry.h"

Syntax

bool RemovePath
(
    const FString & PathToRemove
)

Remarks

Attempts to remove the specified path to the set of cached paths. This will only succeed if there are no assets left in the specified path.

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