FResolvePackageNameDelegate

Callback to allow custom resolution of package names.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_TwoParams< bool, const FString &, FString & > FResolvePackageNameDelegate

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h

Include

#include "Misc/CoreDelegates.h"

Remarks

Callback to allow custom resolution of package names. Arguments are InRequestedName, OutResolvedName. Should return True of resolution occured.

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