FUnrealEdMisc::FindMapFileFromPartialName

Finds a map using only the map name, no extension, no path, also caches it for faster lookup next time.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/UnrealEdMisc.h

Include

#include "UnrealEdMisc.h"

Source

/Engine/Source/Editor/UnrealEd/Private/UnrealEdMisc.cpp

Syntax

FString FindMapFileFromPartialName
(
    const FString & PartialMapName
)

Remarks

Finds a map using only the map name, no extension, no path, also caches it for faster lookup next time.

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