5#include "CoreMinimal.h"
22 static ULevelStreaming*
FindByName(
const UWorld* World, FName LevelName);
30 static ULevelStreaming*
FindVisible(
const UWorld* World);
UWorld의 StreamingLevels에서 조건에 맞는 레벨을 검색하는 유틸리티입니다.
Definition LevelStreamingLocator.h:14
static ULevelStreaming * FindByName(const UWorld *World, FName LevelName)
StreamingLevels에서 에셋 이름이 일치하는 레벨을 반환합니다.
Definition LevelStreamingLocator.cpp:9
static ULevelStreaming * FindVisible(const UWorld *World)
현재 Visible 상태인 StreamingLevel을 반환합니다.
Definition LevelStreamingLocator.cpp:34