Is there an issue of staticloadobject function?

Hi all:
Recently i deplyed my project to mobile device. But i found the staticloadobject function nerver correctly load resources of game content. The engine can find the package by asset filename. But it will get an invalid hash value and will not get the object according to the package and filename which we realistic wanted. We nerver get this result when play game from editor.
Why do me receive it? Is it a bug? Can anyone give me one hand? Thanks

Howdy,

Thank you for reporting this issue. I am going to need a bit more information for you before i begin digging into this issue. Would you be able to provide your project log files and your build files? What version of UE4 would you be using when you are seeing this issue? Also, is there a way that i may be able to reproduce this issue internally using simple repro steps?

Any additional information would be greatly appreciated.

Thanks and have a great day!

Here is the steps:

  1. i create a uasset (eg: one demon character), and cook game for ios platform(any platform); finnaly deploy it to device.
  2. launch game at ios device. and we can find the load object failure warning log.
  3. Here is the code which is used to dynamic load the object: StaticLoadObject(UBlueprint::StaticClass(), NULL, *TEXT(“Blueprint’/Game/AI/AICharacter/AICharacter_Normal.AICharacter_Normal’”)));
I packaged game for windows platform, and debug the game. I found engine can successfully load the package of it. But it will nerver add this object to hashmap which is useful for searching the realitisc resource object. 
thanks.

Ok, there is not any issue. My faults. Thank you very much.