Skip to main content

net.AllowAsyncLoading

Var

Unreal Engine Var console variable.

netAllowAsyncLoading

Description

Allow async loading of unloaded assets referenced in packets. If false the client will hitch and immediately load the asset, if true the packet will be delayed while the asset is async loaded. net.DelayUnmappedRPCs can be enabled to delay RPCs relying on async loading assets.

Usage

net.AllowAsyncLoading [value]

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