Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageTrailer
Description
Try to load a trailer from a given package path. Note that it will always try to load the trailer from the workspace domain
| Name | TryLoadFromPackage |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageTrailer.h |
| Include Path | #include "UObject/PackageTrailer.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PackageTrailer.cpp |
static bool TryLoadFromPackage
(
const FPackagePath & PackagePath,
FPackageTrailer & OutTrailer
)