enum class UnreachableTargetType_t : uint32
{
    UTT_ENTITY = 0,
    UTT_WORLDPOS = 1,
    UTT_GLOBALSYMBOL = 2,
};