Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLevelUtils > API/Runtime/Engine/FLevelUtils/FindStreamingLevel
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; FindStreamingLevel
&40;
UWorld &42; InWorld,
const FName PackageName
&41;
Remarks
Returns the streaming level by package FName, or NULL if none exists. The level's streaming level, or NULL if none exists.
Parameters
| Name | Description |
|---|---|
| InWorld | World to look in for the streaming level |
| PackageFName | FName of the package containing the ULevel to query |