FPackageName::GetDelegateResolvedPackagePath

Gets the resolved path of a long package as determined by the delegates registered with FCoreDelegates::PackageNameResolvers.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h

Include

#include "Misc/PackageName.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp

Syntax

static FString GetDelegateResolvedPackagePath
(
    const FString & InSourcePackagePath
)

Remarks

Gets the resolved path of a long package as determined by the delegates registered with FCoreDelegates::PackageNameResolvers. This allows systems such as localization to redirect requests for a package to a more appropriate alternative, or to nix the request altogether.

Returns

Resolved package path, or the source package path if there is no resolution occurs.

Parameters

Parameter

Description

InSourcePackagePath

Path to the source package.

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