Navigation
Unreal Engine C++ API Reference > 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. |