Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FCoreDelegates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
Include | #include "Misc/CoreDelegates.h" |
Syntax
static PackageNameResolvers;
Remarks
Callback to allow custom resolution of package names. Arguments are InRequestedName, OutResolvedName. Should return True of resolution occured.