UWorld::StripPIEPrefixFromPackageName

Given a PackageName and a prefix type, get back to the original package name (i.e. the saved map name)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Source

/Engine/Source/Runtime/Engine/Private/World.cpp

Syntax

static FString StripPIEPrefixFromPackageName
(
    const FString & PackageName,
    const FString & Prefix
)

Remarks

Given a PackageName and a prefix type, get back to the original package name (i.e. the saved map name)

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