I have been trying to bring images from outside the unreal project to make them textures to the put inside of an already established material. I successfully brought them into the project and they display for a time but then they disappear and then this error comes up:
Unhandled exception at 0x000007FED636F901 (UE4Editor-Engine-Win64-Debug.dll) in UE4Editor-Win64-Debug.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF.
I know this has something to do with me switching out the texture of a material with an outside source but I’m trying to go back in the stack to see where the program found a null. I don’t understand where the stack is in the program or how it is relevant to the material.
The the last element in the stack leads me to the StaticMeshRender.cpp line 486 (const FLODInfo& ProxyLODInfo = LODs[LODIndex]
Could someone possibly explain to me what the program is doing and how I can temporarily change the texture or temporarily and pragmatically import something from the outside and delete it when the application closes?