Lagging when DynamicLoading Object

You probably want to use async loading, otherwise the first time you load the asset you’ll get blocked by disk IO. (Later attempts may be faster because of the OS doing some helpful caching.) See : Asynchronous Asset Loading | Unreal Engine Documentation