UPackageTools::LoadPackage

Loads the specified package file (or returns an existing package if it's already loaded.)

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "PackageTools.h"

Source

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

Syntax

static UPackage * LoadPackage
(
    FString InFilename
)

Remarks

Loads the specified package file (or returns an existing package if it's already loaded.)

Returns

The loaded package (or NULL if something went wrong.)

Parameters

Parameter

Description

InFilename

File name of package to load

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