Afterpressing the tilde key, you simply begin typing your console command. In order to understand what certain console commands do and when to use them, I would take a look at our [Command Line Arguments][1] documentation.
Also, is there a way, maybe through blueprints, that the engine can clear the texture pool between loading maps. Often in the Editor, when I load multiple maps the texture pool limit is quickly exceeded.
This will give you information on your current setting as well as the quick definition of what that particular console command does. You can add a question mark to the end of most console commands and there will be a brief definition.
So overall the texture streaming system, or streamer, is the part of the engine responsible for increasing and decreasing the resolution of each texture. This enables you to have good visual quality while managing the available memory effectively.
It also depends on the size of your textures, LODs, Texture Groups, and biases. All of these settings can help you find the correct texture pool or adapt to your current one in case you cannot increase the overall pool size due to hardware limitations.
Just as a heads up for anyone else who might be in a similar situation as I was. I got this warning after adding a whole lot of foliage to my level and re-built everything. While painting the foliage, I had the cull distance set to 0 so I could see all of the trees from high up in the air. As soon as I set the foliage max cull distance to 40,000 the error message went away.
Interchange is the new framework to import files in UE. It uses pipelines to define how import will be processed and to expose the options for that import.
When you import a texture (or an asset) the type of pipelines and the options that were used are stored on the asset. So that when you reimport the editor remembers what pipeline/options you used.
There is no reason why this property becomes empty, especially since you are using the default pipeline. I will ask Dev if that rings a bell to him.
Did you restart engine between a successful import and a failed reimport?
I would definitely appreciate it if you ask, like I said, it might just be a bug on my current version, but perhaps he has an idea of what might be triggering this and causing that property to become empty.
I am having the same issues and cant reimport any textures. I am gettting:
LogInterchangeEngine: Warning: Interchange Reimport: Missing import pipeline from the reimpoting asset. The reimport might fail. LogInterchangeEngine: [Pending] Importing
LogInterchangeEngine: Error: [Failure] Import Done
I did the same with my backup copy and got damaged the same way, so to prevent this. I move first my TEXTURE FOLDER, clean all redirectors. (Saved the project) and the move the MATERIAL FOLDER, and clean redirectors and didnt broke.
google bring me here and it work!!!. My case is in unreal 4.27, materials lost connect with all materials. asset Action>migrate show the path of the textures, rename your folders structure same with the show and all material working again!.
3a8082e126