#PMC to StaticMesh issue

1 messages ยท Page 1 of 1 (latest)

silver bridge
#

PMC to StaticMesh issue

tepid chasm
#

did you profile it?

red kestrel
#

Just wanna say, based af project ๐Ÿ‘Œ

silver bridge
tepid chasm
#

?

#

Unreal Insights

#

did you use it to profile the root cause of the problem

silver bridge
#

No, I just commented parts of the load until I found out what was taking so long.
The way until you create the PMC takes 11 seconds, commenting the conversion to StaticMesh, with the conversion takes 40 seconds

tepid chasm
#

use the profiler pls

silver bridge
# tepid chasm use the profiler pls

i'll try, I've never used it nor do I know how, I'm not exactly a big professional in UE, I only started on the engine a few months ago and this is my first project, I'm using it mainly as a way of learning

tepid chasm
#

cool, the profiler is the exact tool for the job, you can find a lot of docs about it on the internet, remember to turn on named events and you will easily find out what the exact problem is

silver bridge
silver bridge
tepid chasm
#

you can ping me if you need any help, also make sure to visit #profiling

silver bridge
#

sure, ty

silver bridge
#

@tepid chasm

#

most meshes are fast to build, 0-30ms

#

But some that have many verts/triangles are taking too long

#

setting bCommitMeshDescription to false on buildParams seems to fix the issue, but not sure yet if there's any negative effects of it, do you know?

silver bridge
#

so that seems to fix my issue