Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLevelUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelUtils.h |
| Include | #include "LevelUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelUtils.cpp |
static bool IsValidStreamingLevel
&40;
UWorld &42; InWorld,
const TCHAR &42; InPackageName
&41;
Remarks
Returns whether the given package is referenced by one of the world streaming levels or not. True if the given package is referenced by one of the world streaming levels, else False.
Parameters
| Name | Description |
|---|---|
| InWorld | World to look in for the streaming level |
| InPackageName | Name of the package containing the ULevel to query |