I want to design a game product system,but now I meet a problem.when the game begin play,it will create product system object,so it need resource to create product object from content browser such as Textrue,
When I use FObjectFinder,it didn’t work, this only works in constructor,so I don’t know how to dispose this problem.