When UE4 has a large number of models and maps in the scene, it will report “texture streaming pool over xxmb” error after baking,
Solution 1:
In UE4, press tab and enter R streaming.poolsize To see the size.
Then, in the installation directory of UE4, select UE_ 4.18 under the directory of engine / config, ConsoleVariables.ini File, right click, edit
On the last line, add (carriage return, semicolon)
;Textrue Streaming Pool Value
r. Streaming.PoolSize=2000
//=The value after the number can be written in size according to the requirements
Back to the engine, the error disappears
Solution 2:
Project setting – rendering setting to turn off texture streaming
Read More:
- Take over the project, the project path is inconsistent with the native UE4 path and the solution of Failed to open descriptor file ..//..//..//UE4/UE4.uproject
- VTK notes — texture mapping
- Exploring the streaming call of underscore
- OpenGL cube texture map
- Implement Ogre video texture with VMR9
- Notes on Java IO streaming
- How to Solve UE4 packaging Android error
- Vs2013 package deployment error: isdev: error – 6003: an error occurred streaming
- UE4 Package Failed
- IsADirectoryError: [Errno 21] Is a directory: ‘/home/user8/Desktop/low_light/Learning-Texture-Invari
- Mysql cannot allocate memory for the buffer pool solution
- Attributeerror occurs when Linux uses pool:__ exit__ Solutions
- UE4 solves lighting need to be rebuilt
- python multiprocessing.pool NameError: name is not defined
- ERROR: Pool overlaps with other one on this address space
- SRS is started normally and there is no screen for streaming. Look at the SRS log and report an error SRS is already running
- Multithreading: when doing unit test, use thread pool to find that the specified code is not running and skip directly
- Error C1083 error msb3075 in UE4 generated by vs2019 debug editor
- About starting the service, you always get stuck in com. Alibaba. Druid. Pool. Druiddatasource | {datasource-1} initiated
- How to set the custom blood bar UI in UE4 and how to call it