ULevel::GetExternalActorsPath

Get the folder containing the external actors for this level path

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Level.h

Include

#include "Engine/Level.h"

Source

/Engine/Source/Runtime/Engine/Private/Level.cpp

Syntax

static FString GetExternalActorsPath
(
    const FString & InLevelPackageName,
    const FString & InPackageShortName
)

Remarks

Get the folder containing the external actors for this level path

Returns

the folder

Parameters

Parameter

Description

InLevelPackageName

The package name to get the external actors path of

InPackageShortName

Optional short name to use instead of the package short name

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