UGameplayStatics::LoadStreamLevel

Stream the level (by Name); Calling again before it finishes has no effect

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h

Include

#include "Kismet/GameplayStatics.h"

Source

/Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp

Syntax

static void LoadStreamLevel
(
    const UObject * WorldContextObject,
    FName LevelName,
    bool bMakeVisibleAfterLoad,
    bool bShouldBlockOnLoad,
    FLatentActionInfo LatentInfo
)

Remarks

Stream the level (by Name); Calling again before it finishes has no effect