FStreamLevelAction::FindAndCacheLevelStreamingObject

Helper function to potentially find a level streaming object by name and cache the result

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/LevelStreaming.h

Include

#include "Engine/LevelStreaming.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelStreaming.cpp

Syntax

static ULevelStreaming * FindAndCacheLevelStreamingObject
(
    const FName LevelName,
    UWorld * InWorld
)

Remarks

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

Returns

level streaming object or NULL if none was found

Parameters

Parameter

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss