Navigation
Unreal Engine C++ API Reference > 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;
const ULevel &42; Level
&41;
Remarks
Returns the streaming level corresponding to the specified ULevel, or NULL if none exists. The level's streaming level, or NULL if none exists.
Parameters
Name | Description |
---|---|
Level | The level to query. |