Hi,
Is there a way to query the content browser to see when a static mesh is finished loading?
Something like: while(!MyStaticMesh.loaded())
(hope that makes sense)
Thanks in advance!
Hi,
Is there a way to query the content browser to see when a static mesh is finished loading?
Something like: while(!MyStaticMesh.loaded())
(hope that makes sense)
Thanks in advance!
Not sure, but possibly check if RF_WasLoaded was set on the object or its package? There’s also bHasBeenFullyLoaded flag on the package.