Hi, I am creating a dynamic material instance with UDynamicMaterialInstance::Create.
1 minute (nearly exact) after that, GetRenderProxy() causes an access violation.
I found out that I cannot call some of Resources[0] methods without violation, but Resources[0] is not a null ptr and my material either.
I don’t know what to do, maybe a dev can investigate.