Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FLevelUtils
| Type | Name | Description | |
|---|---|---|---|
| ULevelStreaming * | FindStreamingLevel
(
const ULevel* Level |
Returns the streaming level corresponding to the specified ULevel, or NULL if none exists. | |
| ULevelStreaming * | FindStreamingLevel
(
UWorld* InWorld, |
Returns the streaming level by package FName, or NULL if none exists. | |
| ULevelStreaming * | FindStreamingLevel
(
UWorld* InWorld, |
Returns the streaming level by package name, or NULL if none exists. |