FPackageLocalizationCultureCache::RemoveRootSourcePath

Remove a source path.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationCache.h

Include

#include "Internationalization/PackageLocalizationCache.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Internationalization/PackageLocalizationCache.cpp

Syntax

void RemoveRootSourcePath
(
    const FString & InRootPath
)

Remarks

Remove a source path. This will remove it from the pending list, as well as immediately remove any localized package entries mapped from this source root.

Parameters

Parameter

Description

InRootPath

The root source path to remove.

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