Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > UPackageTools
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/PackageTools.h |
Include | #include "PackageTools.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/PackageTools.cpp |
static bool IsSingleAssetPackage
(
const FString & Package
)
Remarks
Checks if the package has only one asset which shares its name true if the package has only one asset which shares the name of the package
Parameters
Name | Description |
---|---|
Package | The package to check |