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 IsServerStreamingLevelVisible
&40;
UWorld &42; InWorld,
const FName & InPackageName
&41;
Remarks
Returns whether the given package is part of the world server visible streaming levels or not. True if the given package is referenced by one of the world server visible 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 |