Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamLevelAction
Description
Helper function to potentially find a level streaming object by name and cache the result
Helper function to potentially find a level streaming object by name
| Name | FindAndCacheLevelStreamingObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LevelStreaming.h |
| Include Path | #include "Engine/LevelStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelStreaming.cpp |
static ULevelStreaming * FindAndCacheLevelStreamingObject
(
const FName LevelName,
UWorld * InWorld
)
level streaming object or NULL if none was found
Parameters
| Name | Remarks |
|---|---|
| LevelName | Name of level to search streaming object for in case Level is NULL |
| LevelName | Name of level to search streaming object for in case Level is NULL |