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 ULevelStreaming &42; GetServerVisibleStreamingLevel
&40;
UWorld &42; InWorld,
const FName & InPackageName
&41;
Remarks
Returns the streaming level by package name if visible on server, or NULL if none exists. The level's streaming level if visible on server, or NULL if none exists.
Parameters
| Name | Description |
|---|---|
| InWorld | World to look in for the streaming level |
| PackageName | Name of the package containing the ULevel to query |