Skip to main content

Package.Relocation

Var

Unreal Engine Var console variable.

PackageRelocation

Description

Define when we should run the relocation logic for the dependencies of a package. Note changing this value at runtime won't update the cached depencencies in the asset registry. 0: Off (never apply relocation. References to other relocated packages will give errors and fail to resolve.) 1: Relocate any asset saved after EUnrealEngineObjectUE5Version::ADD_SOFTOBJECTPATH_LIST (5.1). Default value for the new projects.

Usage

Package.Relocation [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.