Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UPackageTools
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool ReloadPackages
(
const TArray< UPackage* >& PackagesToReload |
Helper function that attempts to reload the specified top-level packages. | PackageTools.h | |
static bool ReloadPackages
(
const TArray< UPackage* >& PackagesToReload, |
Helper function that attempts to reload the specified top-level packages. | PackageTools.h | |
static bool ReloadPackages
(
const TArray< UPackage* >& PackagesToReload, |
Helper function that attempts to reload the specified top-level packages. | PackageTools.h |
ReloadPackages(const TArray< UPackage * > &)
Description
Helper function that attempts to reload the specified top-level packages.
| Name | ReloadPackages |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
| Include Path | #include "PackageTools.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp |
static bool ReloadPackages
(
const TArray < UPackage * > & PackagesToReload
)
true if the set of loaded packages was changed
Parameters
| Name | Remarks |
|---|---|
| PackagesToReload | The list of packages that should be reloaded |
ReloadPackages(const TArray< UPackage * > &, FText &, const bool)
Description
Helper function that attempts to reload the specified top-level packages.
| Name | ReloadPackages |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
| Include Path | #include "PackageTools.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp |
static bool ReloadPackages
(
const TArray < UPackage * > & PackagesToReload,
FText & OutErrorMessage,
const bool bInteractive
)
true if the set of loaded packages was changed
Parameters
| Name | Remarks |
|---|---|
| PackagesToReload | The list of packages that should be reloaded |
| OutErrorMessage | An error message specifying any problems with reloading packages |
| bInteractive | Whether the function is allowed to ask the user questions (such as whether to reload dirty packages) |
ReloadPackages(const TArray< UPackage * > &, FText &, const EReloadPackagesInteractionMode)
Description
Helper function that attempts to reload the specified top-level packages.
| Name | ReloadPackages |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
| Include Path | #include "PackageTools.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp |
static bool ReloadPackages
(
const TArray < UPackage * > & PackagesToReload,
FText & OutErrorMessage,
const EReloadPackagesInteractionMode InteractionMode
)
true if the set of loaded packages was changed
Parameters
| Name | Remarks |
|---|---|
| PackagesToReload | The list of packages that should be reloaded |
| OutErrorMessage | An error message specifying any problems with reloading packages |
| InteractionMode | Whether the function is allowed to ask the user questions (such as whether to reload dirty packages) |